Skip to content

Commit

Permalink
ci: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and tonai committed Jan 18, 2024
1 parent d83a887 commit 58deda9
Show file tree
Hide file tree
Showing 17 changed files with 75 additions and 49 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-shoes-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-shrimps-dream.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/itchy-items-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-terms-wave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silent-dragons-design.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/silly-chefs-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-lizards-develop.md

This file was deleted.

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

## 0.8.0

### Patch Changes

- Updated dependencies [[`8de409b`](https://github.com/Smile-SA/react-front-kit/commit/8de409beb7b786671121911ec2a2d015bec23038), [`094821a`](https://github.com/Smile-SA/react-front-kit/commit/094821a12e813d1b554d2df4a26c7a66d523ed69), [`4915a4b`](https://github.com/Smile-SA/react-front-kit/commit/4915a4bfc8c6fdf23116fbb578d3550868ecb0f8), [`a5294aa`](https://github.com/Smile-SA/react-front-kit/commit/a5294aa59a52282465e91f92893393f4d63544ff), [`bba3962`](https://github.com/Smile-SA/react-front-kit/commit/bba3962ddadb0e5a41b32259536899a7677c4b27), [`ce44552`](https://github.com/Smile-SA/react-front-kit/commit/ce44552ca95bdc7b18934a0ea222af63a72e2f79), [`320634d`](https://github.com/Smile-SA/react-front-kit/commit/320634d7ec2048a328cfda1dbcff5d1b70a32563)]:
- @smile/react-front-kit@0.8.0
- @smile/react-front-kit-shared@0.8.0

## 0.7.0

### Minor 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.7.0",
"version": "0.8.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.7.0",
"@smile/react-front-kit-shared": "0.7.0"
"@smile/react-front-kit": "0.8.0",
"@smile/react-front-kit-shared": "0.8.0"
},
"devDependencies": {
"@babel/preset-env": "^7.22.20",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-front-kit-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @smile/react-front-kit-shared

## 0.8.0

### Minor Changes

- [#108](https://github.com/Smile-SA/react-front-kit/pull/108) [`320634d`](https://github.com/Smile-SA/react-front-kit/commit/320634d7ec2048a328cfda1dbcff5d1b70a32563) Thanks [@vapersmile](https://github.com/vapersmile)! - Add custom default style for carousel mantine composent and add 2-Mantine/carousel page

## 0.7.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.7.0",
"version": "0.8.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
14 changes: 14 additions & 0 deletions packages/react-front-kit-table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @smile/react-front-kit-table

## 0.8.0

### Minor Changes

- [#105](https://github.com/Smile-SA/react-front-kit/pull/105) [`4915a4b`](https://github.com/Smile-SA/react-front-kit/commit/4915a4bfc8c6fdf23116fbb578d3550868ecb0f8) Thanks [@vapersmile](https://github.com/vapersmile)! - add mobile display and add fix table background actions

- [#107](https://github.com/Smile-SA/react-front-kit/pull/107) [`ce44552`](https://github.com/Smile-SA/react-front-kit/commit/ce44552ca95bdc7b18934a0ea222af63a72e2f79) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Fixed and adjusted mobile styles for Breadcrumbs, Pagination, SearchBar, FoldableColumnLayout, InfoCard, Table. Modified example pages. Added test file to FilterList.

### Patch Changes

- Updated dependencies [[`8de409b`](https://github.com/Smile-SA/react-front-kit/commit/8de409beb7b786671121911ec2a2d015bec23038), [`094821a`](https://github.com/Smile-SA/react-front-kit/commit/094821a12e813d1b554d2df4a26c7a66d523ed69), [`4915a4b`](https://github.com/Smile-SA/react-front-kit/commit/4915a4bfc8c6fdf23116fbb578d3550868ecb0f8), [`a5294aa`](https://github.com/Smile-SA/react-front-kit/commit/a5294aa59a52282465e91f92893393f4d63544ff), [`bba3962`](https://github.com/Smile-SA/react-front-kit/commit/bba3962ddadb0e5a41b32259536899a7677c4b27), [`ce44552`](https://github.com/Smile-SA/react-front-kit/commit/ce44552ca95bdc7b18934a0ea222af63a72e2f79), [`320634d`](https://github.com/Smile-SA/react-front-kit/commit/320634d7ec2048a328cfda1dbcff5d1b70a32563)]:
- @smile/react-front-kit@0.8.0
- @smile/react-front-kit-shared@0.8.0

## 0.7.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.7.0",
"version": "0.8.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.7.0",
"@smile/react-front-kit-shared": "0.7.0"
"@smile/react-front-kit": "0.8.0",
"@smile/react-front-kit-shared": "0.8.0"
},
"devDependencies": {
"@babel/preset-env": "^7.22.20",
Expand Down
21 changes: 21 additions & 0 deletions packages/react-front-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @smile/react-front-kit

## 0.8.0

### Minor Changes

- [#103](https://github.com/Smile-SA/react-front-kit/pull/103) [`8de409b`](https://github.com/Smile-SA/react-front-kit/commit/8de409beb7b786671121911ec2a2d015bec23038) Thanks [@github-actions](https://github.com/apps/github-actions)! - Reduce margin for actives filters section for mobile display

- [#104](https://github.com/Smile-SA/react-front-kit/pull/104) [`094821a`](https://github.com/Smile-SA/react-front-kit/commit/094821a12e813d1b554d2df4a26c7a66d523ed69) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added responsive style to FoldableColumnLayout

- [#105](https://github.com/Smile-SA/react-front-kit/pull/105) [`4915a4b`](https://github.com/Smile-SA/react-front-kit/commit/4915a4bfc8c6fdf23116fbb578d3550868ecb0f8) Thanks [@vapersmile](https://github.com/vapersmile)! - add mobile display and add fix table background actions

- [#106](https://github.com/Smile-SA/react-front-kit/pull/106) [`a5294aa`](https://github.com/Smile-SA/react-front-kit/commit/a5294aa59a52282465e91f92893393f4d63544ff) Thanks [@vapersmile](https://github.com/vapersmile)! - Add accordion menu for ActionBar component

- [#109](https://github.com/Smile-SA/react-front-kit/pull/109) [`bba3962`](https://github.com/Smile-SA/react-front-kit/commit/bba3962ddadb0e5a41b32259536899a7677c4b27) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added mobile style for DocumentCard and DocumentList, various fixes on DocumentCard, SelectableList and DocumentList, updated example of DocumentList in SearchResults page, added '\*.png' module to global.d.ts

- [#107](https://github.com/Smile-SA/react-front-kit/pull/107) [`ce44552`](https://github.com/Smile-SA/react-front-kit/commit/ce44552ca95bdc7b18934a0ea222af63a72e2f79) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Fixed and adjusted mobile styles for Breadcrumbs, Pagination, SearchBar, FoldableColumnLayout, InfoCard, Table. Modified example pages. Added test file to FilterList.

### Patch Changes

- Updated dependencies [[`320634d`](https://github.com/Smile-SA/react-front-kit/commit/320634d7ec2048a328cfda1dbcff5d1b70a32563)]:
- @smile/react-front-kit-shared@0.8.0

## 0.7.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.7.0",
"version": "0.8.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.7.0",
"@smile/react-front-kit-shared": "0.8.0",
"pretty-bytes": "^6.1.1"
},
"devDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/storybook-pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# storybook-pages

## 0.8.0

### Minor Changes

- [#109](https://github.com/Smile-SA/react-front-kit/pull/109) [`bba3962`](https://github.com/Smile-SA/react-front-kit/commit/bba3962ddadb0e5a41b32259536899a7677c4b27) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added mobile style for DocumentCard and DocumentList, various fixes on DocumentCard, SelectableList and DocumentList, updated example of DocumentList in SearchResults page, added '\*.png' module to global.d.ts

- [#107](https://github.com/Smile-SA/react-front-kit/pull/107) [`ce44552`](https://github.com/Smile-SA/react-front-kit/commit/ce44552ca95bdc7b18934a0ea222af63a72e2f79) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Fixed and adjusted mobile styles for Breadcrumbs, Pagination, SearchBar, FoldableColumnLayout, InfoCard, Table. Modified example pages. Added test file to FilterList.

### Patch Changes

- Updated dependencies [[`8de409b`](https://github.com/Smile-SA/react-front-kit/commit/8de409beb7b786671121911ec2a2d015bec23038), [`094821a`](https://github.com/Smile-SA/react-front-kit/commit/094821a12e813d1b554d2df4a26c7a66d523ed69), [`4915a4b`](https://github.com/Smile-SA/react-front-kit/commit/4915a4bfc8c6fdf23116fbb578d3550868ecb0f8), [`a5294aa`](https://github.com/Smile-SA/react-front-kit/commit/a5294aa59a52282465e91f92893393f4d63544ff), [`bba3962`](https://github.com/Smile-SA/react-front-kit/commit/bba3962ddadb0e5a41b32259536899a7677c4b27), [`ce44552`](https://github.com/Smile-SA/react-front-kit/commit/ce44552ca95bdc7b18934a0ea222af63a72e2f79), [`320634d`](https://github.com/Smile-SA/react-front-kit/commit/320634d7ec2048a328cfda1dbcff5d1b70a32563)]:
- @smile/react-front-kit@0.8.0
- @smile/react-front-kit-table@0.8.0
- @smile/react-front-kit-shared@0.8.0
- @smile/react-front-kit-dropzone@0.8.0

## 0.7.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.7.0",
"version": "0.8.0",
"private": true,
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit 58deda9

Please sign in to comment.