Skip to content

Commit

Permalink
ci: version packages (#85)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 3, 2024
1 parent 70b674f commit c90c85a
Show file tree
Hide file tree
Showing 18 changed files with 95 additions and 60 deletions.
9 changes: 0 additions & 9 deletions .changeset/brave-comics-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-lemons-suffer.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/new-birds-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-readers-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-roses-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-pillows-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-seals-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-geese-give.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/react-front-kit-dropzone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @smile/react-front-kit-dropzone

## 0.7.0

### Minor Changes

- [#87](https://github.com/Smile-SA/react-front-kit/pull/87) [`dbc06ca`](https://github.com/Smile-SA/react-front-kit/commit/dbc06ca55961b69663ab7fdc02609c6525ae361d) Thanks [@tonai](https://github.com/tonai)! - Add theme provider and update barrel file for better next.js compatibility

### Patch Changes

- Updated dependencies [[`dbc06ca`](https://github.com/Smile-SA/react-front-kit/commit/dbc06ca55961b69663ab7fdc02609c6525ae361d), [`7415d9b`](https://github.com/Smile-SA/react-front-kit/commit/7415d9b9d119abfc850dda2ab6fa94845e72aee6), [`5696400`](https://github.com/Smile-SA/react-front-kit/commit/5696400e6f703da52db5f7199b50f8251fa76726), [`eede698`](https://github.com/Smile-SA/react-front-kit/commit/eede698ce172e20eb1de4c70e3d59b7510afb9df), [`480af11`](https://github.com/Smile-SA/react-front-kit/commit/480af1122b41e28d938bd665c1aa998272c99d9a), [`70b674f`](https://github.com/Smile-SA/react-front-kit/commit/70b674f3513b4bf996e8f83a46c8a132ca3712ac)]:
- @smile/react-front-kit-shared@0.7.0
- @smile/react-front-kit@0.7.0

## 0.6.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react-front-kit-dropzone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smile/react-front-kit-dropzone",
"version": "0.6.0",
"version": "0.7.0",
"description": "Dropzone React component library based on mantine",
"license": "MIT",
"homepage": "https://github.com/Smile-SA/react-front-kit",
Expand Down Expand Up @@ -47,8 +47,8 @@
"prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs"
},
"dependencies": {
"@smile/react-front-kit": "0.6.0",
"@smile/react-front-kit-shared": "0.6.0"
"@smile/react-front-kit": "0.7.0",
"@smile/react-front-kit-shared": "0.7.0"
},
"devDependencies": {
"@babel/preset-env": "^7.22.20",
Expand Down
12 changes: 12 additions & 0 deletions packages/react-front-kit-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @smile/react-front-kit-shared

## 0.7.0

### Minor Changes

- [#87](https://github.com/Smile-SA/react-front-kit/pull/87) [`dbc06ca`](https://github.com/Smile-SA/react-front-kit/commit/dbc06ca55961b69663ab7fdc02609c6525ae361d) Thanks [@tonai](https://github.com/tonai)! - Add theme provider and update barrel file for better next.js compatibility

- [#95](https://github.com/Smile-SA/react-front-kit/pull/95) [`5696400`](https://github.com/Smile-SA/react-front-kit/commit/5696400e6f703da52db5f7199b50f8251fa76726) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added `FilterList` component, renamed `FiltersBar` in `SidebarFilters`
and `FiltersCheckboxList` in `SearchableCheckboxList`,
refactored `SearchableCheckboxList`, added common `IFilter` type in shared
package, added topContent prop to `SwitchableView`, fixed `BrowsingPage` with
name changes.

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-front-kit-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smile/react-front-kit-shared",
"version": "0.6.0",
"version": "0.7.0",
"description": "Shared elements for react-front-kit component library based on mantine",
"license": "MIT",
"homepage": "https://github.com/Smile-SA/react-front-kit",
Expand Down
12 changes: 12 additions & 0 deletions packages/react-front-kit-table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @smile/react-front-kit-table

## 0.7.0

### Minor Changes

- [#87](https://github.com/Smile-SA/react-front-kit/pull/87) [`dbc06ca`](https://github.com/Smile-SA/react-front-kit/commit/dbc06ca55961b69663ab7fdc02609c6525ae361d) Thanks [@tonai](https://github.com/tonai)! - Add theme provider and update barrel file for better next.js compatibility

### Patch Changes

- Updated dependencies [[`dbc06ca`](https://github.com/Smile-SA/react-front-kit/commit/dbc06ca55961b69663ab7fdc02609c6525ae361d), [`7415d9b`](https://github.com/Smile-SA/react-front-kit/commit/7415d9b9d119abfc850dda2ab6fa94845e72aee6), [`5696400`](https://github.com/Smile-SA/react-front-kit/commit/5696400e6f703da52db5f7199b50f8251fa76726), [`eede698`](https://github.com/Smile-SA/react-front-kit/commit/eede698ce172e20eb1de4c70e3d59b7510afb9df), [`480af11`](https://github.com/Smile-SA/react-front-kit/commit/480af1122b41e28d938bd665c1aa998272c99d9a), [`70b674f`](https://github.com/Smile-SA/react-front-kit/commit/70b674f3513b4bf996e8f83a46c8a132ca3712ac)]:
- @smile/react-front-kit-shared@0.7.0
- @smile/react-front-kit@0.7.0

## 0.6.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react-front-kit-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smile/react-front-kit-table",
"version": "0.6.0",
"version": "0.7.0",
"description": "Table React component library based on mantine",
"license": "MIT",
"homepage": "https://github.com/Smile-SA/react-front-kit",
Expand Down Expand Up @@ -61,8 +61,8 @@
"prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs"
},
"dependencies": {
"@smile/react-front-kit": "0.6.0",
"@smile/react-front-kit-shared": "0.6.0"
"@smile/react-front-kit": "0.7.0",
"@smile/react-front-kit-shared": "0.7.0"
},
"devDependencies": {
"@babel/preset-env": "^7.22.20",
Expand Down
25 changes: 25 additions & 0 deletions packages/react-front-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @smile/react-front-kit

## 0.7.0

### Minor Changes

- [#87](https://github.com/Smile-SA/react-front-kit/pull/87) [`dbc06ca`](https://github.com/Smile-SA/react-front-kit/commit/dbc06ca55961b69663ab7fdc02609c6525ae361d) Thanks [@tonai](https://github.com/tonai)! - Add theme provider and update barrel file for better next.js compatibility

- [#93](https://github.com/Smile-SA/react-front-kit/pull/93) [`7415d9b`](https://github.com/Smile-SA/react-front-kit/commit/7415d9b9d119abfc850dda2ab6fa94845e72aee6) Thanks [@tonai](https://github.com/tonai)! - Add Preview component

- [#95](https://github.com/Smile-SA/react-front-kit/pull/95) [`5696400`](https://github.com/Smile-SA/react-front-kit/commit/5696400e6f703da52db5f7199b50f8251fa76726) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added `FilterList` component, renamed `FiltersBar` in `SidebarFilters`
and `FiltersCheckboxList` in `SearchableCheckboxList`,
refactored `SearchableCheckboxList`, added common `IFilter` type in shared
package, added topContent prop to `SwitchableView`, fixed `BrowsingPage` with
name changes.

- [#86](https://github.com/Smile-SA/react-front-kit/pull/86) [`eede698`](https://github.com/Smile-SA/react-front-kit/commit/eede698ce172e20eb1de4c70e3d59b7510afb9df) Thanks [@vapersmile](https://github.com/vapersmile)! - Add FitlersCheckboxList Component

- [#88](https://github.com/Smile-SA/react-front-kit/pull/88) [`480af11`](https://github.com/Smile-SA/react-front-kit/commit/480af1122b41e28d938bd665c1aa998272c99d9a) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added `HeaderMobile` and `HeaderNav` components, reworked `Header` with mobile mode, added optional placeholder to `SearchBar`, improved info returned by collapseButtonProps in `SidebarMenu`

- [#94](https://github.com/Smile-SA/react-front-kit/pull/94) [`70b674f`](https://github.com/Smile-SA/react-front-kit/commit/70b674f3513b4bf996e8f83a46c8a132ca3712ac) Thanks [@vapersmile](https://github.com/vapersmile)! - Add collapse function for infoCard component

### Patch Changes

- Updated dependencies [[`dbc06ca`](https://github.com/Smile-SA/react-front-kit/commit/dbc06ca55961b69663ab7fdc02609c6525ae361d), [`5696400`](https://github.com/Smile-SA/react-front-kit/commit/5696400e6f703da52db5f7199b50f8251fa76726)]:
- @smile/react-front-kit-shared@0.7.0

## 0.6.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-front-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smile/react-front-kit",
"version": "0.6.0",
"version": "0.7.0",
"description": "React component library based on mantine",
"license": "MIT",
"homepage": "https://github.com/Smile-SA/react-front-kit",
Expand Down Expand Up @@ -61,7 +61,7 @@
"prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs"
},
"dependencies": {
"@smile/react-front-kit-shared": "0.6.0",
"@smile/react-front-kit-shared": "0.7.0",
"pretty-bytes": "^6.1.1"
},
"devDependencies": {
Expand Down
24 changes: 24 additions & 0 deletions packages/storybook-pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# storybook-pages

## 0.7.0

### Minor Changes

- [#87](https://github.com/Smile-SA/react-front-kit/pull/87) [`dbc06ca`](https://github.com/Smile-SA/react-front-kit/commit/dbc06ca55961b69663ab7fdc02609c6525ae361d) Thanks [@tonai](https://github.com/tonai)! - Add theme provider and update barrel file for better next.js compatibility

- [#95](https://github.com/Smile-SA/react-front-kit/pull/95) [`5696400`](https://github.com/Smile-SA/react-front-kit/commit/5696400e6f703da52db5f7199b50f8251fa76726) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added `FilterList` component, renamed `FiltersBar` in `SidebarFilters`
and `FiltersCheckboxList` in `SearchableCheckboxList`,
refactored `SearchableCheckboxList`, added common `IFilter` type in shared
package, added topContent prop to `SwitchableView`, fixed `BrowsingPage` with
name changes.

- [#84](https://github.com/Smile-SA/react-front-kit/pull/84) [`25be4ad`](https://github.com/Smile-SA/react-front-kit/commit/25be4adff210302259a18d52909a623e20397f87) Thanks [@vapersmile](https://github.com/vapersmile)! - add modal for label see details in browsingPage

- [#89](https://github.com/Smile-SA/react-front-kit/pull/89) [`8997d43`](https://github.com/Smile-SA/react-front-kit/commit/8997d4319744b8c7bebdb622d44e609964e1c37c) Thanks [@vapersmile](https://github.com/vapersmile)! - Add FiltersCheckboxList in BrowsingPage

### Patch Changes

- Updated dependencies [[`dbc06ca`](https://github.com/Smile-SA/react-front-kit/commit/dbc06ca55961b69663ab7fdc02609c6525ae361d), [`7415d9b`](https://github.com/Smile-SA/react-front-kit/commit/7415d9b9d119abfc850dda2ab6fa94845e72aee6), [`5696400`](https://github.com/Smile-SA/react-front-kit/commit/5696400e6f703da52db5f7199b50f8251fa76726), [`eede698`](https://github.com/Smile-SA/react-front-kit/commit/eede698ce172e20eb1de4c70e3d59b7510afb9df), [`480af11`](https://github.com/Smile-SA/react-front-kit/commit/480af1122b41e28d938bd665c1aa998272c99d9a), [`70b674f`](https://github.com/Smile-SA/react-front-kit/commit/70b674f3513b4bf996e8f83a46c8a132ca3712ac)]:
- @smile/react-front-kit-dropzone@0.7.0
- @smile/react-front-kit-shared@0.7.0
- @smile/react-front-kit-table@0.7.0
- @smile/react-front-kit@0.7.0

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-pages",
"version": "0.6.0",
"version": "0.7.0",
"private": true,
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit c90c85a

Please sign in to comment.