Skip to content

Commit

Permalink
ci: version packages (#118)
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
2 people authored and vapersmile committed Feb 12, 2024
1 parent eff2268 commit 9caeac3
Show file tree
Hide file tree
Showing 20 changed files with 89 additions and 67 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-hornets-tease.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/curvy-ghosts-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-beers-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-garlics-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-rules-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-rules-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-wombats-draw.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/small-trains-sit.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strange-cooks-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-schools-live.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.9.0

### Minor Changes

- [`d430e2c`](https://github.com/Smile-SA/react-front-kit/commit/d430e2cbcd26871c4db0c53f92a4e4baa6af839c) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Migrated from Mantine V6 to V7

### Patch Changes

- Updated dependencies [[`fae21b7`](https://github.com/Smile-SA/react-front-kit/commit/fae21b718216948b26858c15dce7ac4570c62128), [`d430e2c`](https://github.com/Smile-SA/react-front-kit/commit/d430e2cbcd26871c4db0c53f92a4e4baa6af839c), [`7cbd1e7`](https://github.com/Smile-SA/react-front-kit/commit/7cbd1e7befa1a0703ba3ac4cc0213c331716e824), [`d66770d`](https://github.com/Smile-SA/react-front-kit/commit/d66770dd7a2bb033232907a7a889bef40aeff99a), [`0d44f80`](https://github.com/Smile-SA/react-front-kit/commit/0d44f8035b133fd8f4caa23363bd0631d325dd9a), [`ab23fea`](https://github.com/Smile-SA/react-front-kit/commit/ab23fea931d081e22e411aa27da5fb3f548f8f0d), [`89e6985`](https://github.com/Smile-SA/react-front-kit/commit/89e6985997a82cf952b5966b8303678bfdd7b6fc), [`12d258d`](https://github.com/Smile-SA/react-front-kit/commit/12d258df37cefbbb0dbcd804abd61be23131e4f9), [`9d07445`](https://github.com/Smile-SA/react-front-kit/commit/9d074450e9ae0096e9e263b6a2a4be8e8627a54b), [`35632ef`](https://github.com/Smile-SA/react-front-kit/commit/35632efe8e25687a17f555b85feb27ad62fa7382)]:
- @smile/react-front-kit@0.9.0
- @smile/react-front-kit-shared@0.9.0

## 0.8.1

### 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.8.1",
"version": "0.9.0",
"description": "Dropzone React component library based on mantine",
"license": "LGPL-3.0",
"homepage": "https://github.com/Smile-SA/react-front-kit",
Expand Down Expand Up @@ -54,8 +54,8 @@
"prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs"
},
"dependencies": {
"@smile/react-front-kit": "0.8.1",
"@smile/react-front-kit-shared": "0.8.1"
"@smile/react-front-kit": "0.9.0",
"@smile/react-front-kit-shared": "0.9.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.9.0

### Minor Changes

- [`d430e2c`](https://github.com/Smile-SA/react-front-kit/commit/d430e2cbcd26871c4db0c53f92a4e4baa6af839c) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Migrated from Mantine V6 to V7

## 0.8.1

## 0.8.0
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.8.1",
"version": "0.9.0",
"description": "Shared elements for react-front-kit component library based on mantine",
"license": "LGPL-3.0",
"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.9.0

### Minor Changes

- [`d430e2c`](https://github.com/Smile-SA/react-front-kit/commit/d430e2cbcd26871c4db0c53f92a4e4baa6af839c) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Migrated from Mantine V6 to V7

- [`12d258d`](https://github.com/Smile-SA/react-front-kit/commit/12d258df37cefbbb0dbcd804abd61be23131e4f9) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Fixed various style issues after migration

### Patch Changes

- Updated dependencies [[`fae21b7`](https://github.com/Smile-SA/react-front-kit/commit/fae21b718216948b26858c15dce7ac4570c62128), [`d430e2c`](https://github.com/Smile-SA/react-front-kit/commit/d430e2cbcd26871c4db0c53f92a4e4baa6af839c), [`7cbd1e7`](https://github.com/Smile-SA/react-front-kit/commit/7cbd1e7befa1a0703ba3ac4cc0213c331716e824), [`d66770d`](https://github.com/Smile-SA/react-front-kit/commit/d66770dd7a2bb033232907a7a889bef40aeff99a), [`0d44f80`](https://github.com/Smile-SA/react-front-kit/commit/0d44f8035b133fd8f4caa23363bd0631d325dd9a), [`ab23fea`](https://github.com/Smile-SA/react-front-kit/commit/ab23fea931d081e22e411aa27da5fb3f548f8f0d), [`89e6985`](https://github.com/Smile-SA/react-front-kit/commit/89e6985997a82cf952b5966b8303678bfdd7b6fc), [`12d258d`](https://github.com/Smile-SA/react-front-kit/commit/12d258df37cefbbb0dbcd804abd61be23131e4f9), [`9d07445`](https://github.com/Smile-SA/react-front-kit/commit/9d074450e9ae0096e9e263b6a2a4be8e8627a54b), [`35632ef`](https://github.com/Smile-SA/react-front-kit/commit/35632efe8e25687a17f555b85feb27ad62fa7382)]:
- @smile/react-front-kit@0.9.0
- @smile/react-front-kit-shared@0.9.0

## 0.8.1

### Patch 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.8.1",
"version": "0.9.0",
"description": "Table React component library based on mantine",
"license": "LGPL-3.0",
"homepage": "https://github.com/Smile-SA/react-front-kit",
Expand Down Expand Up @@ -69,8 +69,8 @@
"prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs"
},
"dependencies": {
"@smile/react-front-kit": "0.8.1",
"@smile/react-front-kit-shared": "0.8.1"
"@smile/react-front-kit": "0.9.0",
"@smile/react-front-kit-shared": "0.9.0"
},
"devDependencies": {
"@babel/preset-env": "^7.22.20",
Expand Down
29 changes: 29 additions & 0 deletions packages/react-front-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @smile/react-front-kit

## 0.9.0

### Minor Changes

- [`fae21b7`](https://github.com/Smile-SA/react-front-kit/commit/fae21b718216948b26858c15dce7ac4570c62128) Thanks [@vapersmile](https://github.com/vapersmile)! - add CardHeader

- [`d430e2c`](https://github.com/Smile-SA/react-front-kit/commit/d430e2cbcd26871c4db0c53f92a4e4baa6af839c) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Migrated from Mantine V6 to V7

- [`7cbd1e7`](https://github.com/Smile-SA/react-front-kit/commit/7cbd1e7befa1a0703ba3ac4cc0213c331716e824) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Refactored SidebarFilters to use SidebarMenu instead of a slightly modified copy. Improved SidebarMenu.

- [`d66770d`](https://github.com/Smile-SA/react-front-kit/commit/d66770dd7a2bb033232907a7a889bef40aeff99a) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added SummaryBox component

- [`0d44f80`](https://github.com/Smile-SA/react-front-kit/commit/0d44f8035b133fd8f4caa23363bd0631d325dd9a) Thanks [@vapersmile](https://github.com/vapersmile)! - add ButtonListOrDropdown component

- [`ab23fea`](https://github.com/Smile-SA/react-front-kit/commit/ab23fea931d081e22e411aa27da5fb3f548f8f0d) Thanks [@vapersmile](https://github.com/vapersmile)! - add MenuLanguages component

- [`89e6985`](https://github.com/Smile-SA/react-front-kit/commit/89e6985997a82cf952b5966b8303678bfdd7b6fc) Thanks [@vapersmile](https://github.com/vapersmile)! - add CardList component

- [`12d258d`](https://github.com/Smile-SA/react-front-kit/commit/12d258df37cefbbb0dbcd804abd61be23131e4f9) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Fixed various style issues after migration

- [`9d07445`](https://github.com/Smile-SA/react-front-kit/commit/9d074450e9ae0096e9e263b6a2a4be8e8627a54b) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Extracted logic from ActionBar into new ActionRowOverflow, moved a type and some mocks

- [`35632ef`](https://github.com/Smile-SA/react-front-kit/commit/35632efe8e25687a17f555b85feb27ad62fa7382) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Fixed styles of ResponsiveStyles after migration

### Patch Changes

- Updated dependencies [[`d430e2c`](https://github.com/Smile-SA/react-front-kit/commit/d430e2cbcd26871c4db0c53f92a4e4baa6af839c)]:
- @smile/react-front-kit-shared@0.9.0

## 0.8.1

### Patch 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.8.1",
"version": "0.9.0",
"description": "React component library based on mantine",
"license": "LGPL-3.0",
"homepage": "https://github.com/Smile-SA/react-front-kit",
Expand Down Expand Up @@ -69,7 +69,7 @@
"prepublishOnly": "npm run build && node ../../scripts/prepublish.mjs"
},
"dependencies": {
"@smile/react-front-kit-shared": "0.8.1",
"@smile/react-front-kit-shared": "0.9.0",
"pretty-bytes": "^6.1.1"
},
"devDependencies": {
Expand Down
18 changes: 18 additions & 0 deletions packages/storybook-pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# storybook-pages

## 0.9.0

### Minor Changes

- [`d430e2c`](https://github.com/Smile-SA/react-front-kit/commit/d430e2cbcd26871c4db0c53f92a4e4baa6af839c) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Migrated from Mantine V6 to V7

- [`12d258d`](https://github.com/Smile-SA/react-front-kit/commit/12d258df37cefbbb0dbcd804abd61be23131e4f9) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Fixed various style issues after migration

- [`9d07445`](https://github.com/Smile-SA/react-front-kit/commit/9d074450e9ae0096e9e263b6a2a4be8e8627a54b) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Extracted logic from ActionBar into new ActionRowOverflow, moved a type and some mocks

### Patch Changes

- Updated dependencies [[`fae21b7`](https://github.com/Smile-SA/react-front-kit/commit/fae21b718216948b26858c15dce7ac4570c62128), [`d430e2c`](https://github.com/Smile-SA/react-front-kit/commit/d430e2cbcd26871c4db0c53f92a4e4baa6af839c), [`7cbd1e7`](https://github.com/Smile-SA/react-front-kit/commit/7cbd1e7befa1a0703ba3ac4cc0213c331716e824), [`d66770d`](https://github.com/Smile-SA/react-front-kit/commit/d66770dd7a2bb033232907a7a889bef40aeff99a), [`0d44f80`](https://github.com/Smile-SA/react-front-kit/commit/0d44f8035b133fd8f4caa23363bd0631d325dd9a), [`ab23fea`](https://github.com/Smile-SA/react-front-kit/commit/ab23fea931d081e22e411aa27da5fb3f548f8f0d), [`89e6985`](https://github.com/Smile-SA/react-front-kit/commit/89e6985997a82cf952b5966b8303678bfdd7b6fc), [`12d258d`](https://github.com/Smile-SA/react-front-kit/commit/12d258df37cefbbb0dbcd804abd61be23131e4f9), [`9d07445`](https://github.com/Smile-SA/react-front-kit/commit/9d074450e9ae0096e9e263b6a2a4be8e8627a54b), [`35632ef`](https://github.com/Smile-SA/react-front-kit/commit/35632efe8e25687a17f555b85feb27ad62fa7382)]:
- @smile/react-front-kit@0.9.0
- @smile/react-front-kit-dropzone@0.9.0
- @smile/react-front-kit-shared@0.9.0
- @smile/react-front-kit-table@0.9.0

## 0.8.1

### Patch 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.8.1",
"version": "0.9.0",
"private": true,
"license": "LGPL-3.0",
"publishConfig": {
Expand Down

0 comments on commit 9caeac3

Please sign in to comment.