Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: extend base table components #19

Merged
merged 2 commits into from
Mar 21, 2024
Merged

feat: extend base table components #19

merged 2 commits into from
Mar 21, 2024

Conversation

ilyichv
Copy link
Member

@ilyichv ilyichv commented Mar 11, 2024

Description

As per title

Copy link

changeset-bot bot commented Mar 11, 2024

🦋 Changeset detected

Latest commit: 4c7f2db

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@arkejs/table Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@ilyichv ilyichv added the 🚀 autorelease Performs pre-release label Mar 11, 2024
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

license-eye has totally checked 242 files.

Valid Invalid Ignored Fixed
25 1 216 0
Click to see the invalid file list
  • packages/table/src/types/components.ts

@@ -1,13 +1,36 @@
import { TableColumn } from "./column";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import { TableColumn } from "./column";
/*
* Copyright 2024 Arkemis S.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { TableColumn } from "./column";

@ilyichv ilyichv force-pushed the feat/extend-components branch 2 times, most recently from 6f1f2ff to 5320cbd Compare March 11, 2024 23:37
@ilyichv ilyichv added 🚀 autorelease Performs pre-release and removed 🚀 autorelease Performs pre-release labels Mar 11, 2024
@ilyichv ilyichv force-pushed the feat/extend-components branch from 5320cbd to 8dba8ad Compare March 11, 2024 23:41
@ilyichv ilyichv added 🚀 autorelease Performs pre-release and removed 🚀 autorelease Performs pre-release labels Mar 11, 2024
@ilyichv ilyichv force-pushed the feat/extend-components branch from 8dba8ad to 6005af7 Compare March 11, 2024 23:44
@ilyichv ilyichv added 🚀 autorelease Performs pre-release and removed 🚀 autorelease Performs pre-release labels Mar 11, 2024
@ilyichv ilyichv force-pushed the feat/extend-components branch from 6005af7 to e88949c Compare March 11, 2024 23:46
@ilyichv ilyichv added 🚀 autorelease Performs pre-release and removed 🚀 autorelease Performs pre-release labels Mar 11, 2024
@ilyichv ilyichv force-pushed the feat/extend-components branch from e88949c to 2a5c80b Compare March 11, 2024 23:48
@ilyichv ilyichv added 🚀 autorelease Performs pre-release and removed 🚀 autorelease Performs pre-release labels Mar 11, 2024
@ilyichv ilyichv force-pushed the feat/extend-components branch from 2a5c80b to 8901a3f Compare March 11, 2024 23:50
@ilyichv ilyichv added 🚀 autorelease Performs pre-release and removed 🚀 autorelease Performs pre-release labels Mar 11, 2024
@ilyichv ilyichv force-pushed the feat/extend-components branch from 8901a3f to 976a982 Compare March 12, 2024 17:26
@ilyichv ilyichv added 🚀 autorelease Performs pre-release and removed 🚀 autorelease Performs pre-release labels Mar 12, 2024
@ilyichv ilyichv force-pushed the feat/extend-components branch from 976a982 to 9b11150 Compare March 12, 2024 17:30
@ilyichv ilyichv added 🚀 autorelease Performs pre-release and removed 🚀 autorelease Performs pre-release labels Mar 12, 2024
@ilyichv ilyichv merged commit 2ad628f into main Mar 21, 2024
1 check passed
@ilyichv ilyichv deleted the feat/extend-components branch March 21, 2024 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 autorelease Performs pre-release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant