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 Nov 10, 2023
1 parent 8b37c96 commit 1214efd
Show file tree
Hide file tree
Showing 17 changed files with 65 additions and 60 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-buses-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-poems-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-worms-swim.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/giant-moles-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-foxes-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-wolves-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-baboons-talk.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/six-onions-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-drinks-smell.md

This file was deleted.

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

## 0.0.3
## 0.4.0

### Patch Changes

- Updated dependencies [[`0caaaf8`](https://github.com/Smile-SA/react-front-kit/commit/0caaaf86de2ef60a210541415ea32e2af103dad4), [`9e64dde`](https://github.com/Smile-SA/react-front-kit/commit/9e64dde39e037bee540207502e5a7dcb68c11925), [`0941a7e`](https://github.com/Smile-SA/react-front-kit/commit/0941a7e175aba0575600fa53552b0edea3464c93), [`01ee3ea`](https://github.com/Smile-SA/react-front-kit/commit/01ee3ea74827cb6e3d4041b50fbab959750135ff), [`2be34ea`](https://github.com/Smile-SA/react-front-kit/commit/2be34ea62b9128e6e451f2fc77a9bc05d2567210), [`5e00f26`](https://github.com/Smile-SA/react-front-kit/commit/5e00f2623115017f19cd4058310ac00fca5f3b17), [`0e4c83a`](https://github.com/Smile-SA/react-front-kit/commit/0e4c83a33bc17b0a0e28897076ee8dd78ed06368), [`4df79a0`](https://github.com/Smile-SA/react-front-kit/commit/4df79a04be3a8a0fa00de3d3679989ca9112a035)]:
- @smile/react-front-kit@0.4.0
- @smile/react-front-kit-shared@0.4.0

## 0.3.0

### Patch Changes

- Updated dependencies [[`195cc64`](https://github.com/Smile-SA/react-front-kit/commit/195cc640d563e7630a7d99a4865c7bf97b847e09), [`9ab7be5`](https://github.com/Smile-SA/react-front-kit/commit/9ab7be5365efaa604d795b974983f1aa05eb61e4), [`48189c8`](https://github.com/Smile-SA/react-front-kit/commit/48189c80a2a1d8ee7307c3cd17feb995a3a458c4), [`ffe24fc`](https://github.com/Smile-SA/react-front-kit/commit/ffe24fc17c890206d0cf344c156ffbd90421ff65), [`0d55bcc`](https://github.com/Smile-SA/react-front-kit/commit/0d55bcc0957c9bbaeaafb7780041e0b8ba9df69b), [`83ffae5`](https://github.com/Smile-SA/react-front-kit/commit/83ffae582eebe204f6ff37558e32057aa490c255)]:
- @smile/react-front-kit@0.0.3
- @smile/react-front-kit-shared@0.0.3
- @smile/react-front-kit@0.3.0
- @smile/react-front-kit-shared@0.3.0
2 changes: 1 addition & 1 deletion 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.0.3",
"version": "0.4.0",
"description": "Dropzone React component library based on mantine",
"license": "MIT",
"homepage": "https://github.com/Smile-SA/react-front-kit",
Expand Down
8 changes: 7 additions & 1 deletion packages/react-front-kit-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# @smile/react-front-kit-shared

## 0.0.3
## 0.4.0

### Minor Changes

- [#53](https://github.com/Smile-SA/react-front-kit/pull/53) [`01ee3ea`](https://github.com/Smile-SA/react-front-kit/commit/01ee3ea74827cb6e3d4041b50fbab959750135ff) Thanks [@tonai](https://github.com/tonai)! - Use `Paper` for `InfoCard`, update test page and refactor `Pagination` `itemsPerPage` prop

## 0.3.0
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.0.3",
"version": "0.4.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
18 changes: 15 additions & 3 deletions packages/react-front-kit-table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# @smile/react-front-kit-table

## 0.0.3
## 0.4.0

### Minor Changes

- [#59](https://github.com/Smile-SA/react-front-kit/pull/59) [`2896dd5`](https://github.com/Smile-SA/react-front-kit/commit/2896dd53b7c77b8a52962b5d7f829aa233a239f3) Thanks [@tonai](https://github.com/tonai)! - Include `Pagination` component inside `Table` component.

### Patch Changes

- Updated dependencies [[`0caaaf8`](https://github.com/Smile-SA/react-front-kit/commit/0caaaf86de2ef60a210541415ea32e2af103dad4), [`9e64dde`](https://github.com/Smile-SA/react-front-kit/commit/9e64dde39e037bee540207502e5a7dcb68c11925), [`0941a7e`](https://github.com/Smile-SA/react-front-kit/commit/0941a7e175aba0575600fa53552b0edea3464c93), [`01ee3ea`](https://github.com/Smile-SA/react-front-kit/commit/01ee3ea74827cb6e3d4041b50fbab959750135ff), [`2be34ea`](https://github.com/Smile-SA/react-front-kit/commit/2be34ea62b9128e6e451f2fc77a9bc05d2567210), [`5e00f26`](https://github.com/Smile-SA/react-front-kit/commit/5e00f2623115017f19cd4058310ac00fca5f3b17), [`0e4c83a`](https://github.com/Smile-SA/react-front-kit/commit/0e4c83a33bc17b0a0e28897076ee8dd78ed06368), [`4df79a0`](https://github.com/Smile-SA/react-front-kit/commit/4df79a04be3a8a0fa00de3d3679989ca9112a035)]:
- @smile/react-front-kit@0.4.0
- @smile/react-front-kit-shared@0.4.0

## 0.3.0

### Patch Changes

- Updated dependencies [[`195cc64`](https://github.com/Smile-SA/react-front-kit/commit/195cc640d563e7630a7d99a4865c7bf97b847e09), [`9ab7be5`](https://github.com/Smile-SA/react-front-kit/commit/9ab7be5365efaa604d795b974983f1aa05eb61e4), [`48189c8`](https://github.com/Smile-SA/react-front-kit/commit/48189c80a2a1d8ee7307c3cd17feb995a3a458c4), [`ffe24fc`](https://github.com/Smile-SA/react-front-kit/commit/ffe24fc17c890206d0cf344c156ffbd90421ff65), [`0d55bcc`](https://github.com/Smile-SA/react-front-kit/commit/0d55bcc0957c9bbaeaafb7780041e0b8ba9df69b), [`83ffae5`](https://github.com/Smile-SA/react-front-kit/commit/83ffae582eebe204f6ff37558e32057aa490c255)]:
- @smile/react-front-kit@0.0.3
- @smile/react-front-kit-shared@0.0.3
- @smile/react-front-kit@0.3.0
- @smile/react-front-kit-shared@0.3.0
2 changes: 1 addition & 1 deletion 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.0.3",
"version": "0.4.0",
"description": "Table React component library based on mantine",
"license": "MIT",
"homepage": "https://github.com/Smile-SA/react-front-kit",
Expand Down
30 changes: 28 additions & 2 deletions packages/react-front-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# @smile/react-front-kit

## 0.0.3
## 0.4.0

### Minor Changes

- [#51](https://github.com/Smile-SA/react-front-kit/pull/51) [`9e64dde`](https://github.com/Smile-SA/react-front-kit/commit/9e64dde39e037bee540207502e5a7dcb68c11925) Thanks [@tonai](https://github.com/tonai)! - Upsate `Sidebar` and `CollapseButton` to be compatible with routing links

- [#50](https://github.com/Smile-SA/react-front-kit/pull/50) [`0941a7e`](https://github.com/Smile-SA/react-front-kit/commit/0941a7e175aba0575600fa53552b0edea3464c93) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Moved part of `HeaderSearch` into new `SearchBar` component, added leftSection to `SearchBar`

- [#56](https://github.com/Smile-SA/react-front-kit/pull/56) [`2be34ea`](https://github.com/Smile-SA/react-front-kit/commit/2be34ea62b9128e6e451f2fc77a9bc05d2567210) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added `SwitchableView` component with SegmentedControl

- [#60](https://github.com/Smile-SA/react-front-kit/pull/60) [`5e00f26`](https://github.com/Smile-SA/react-front-kit/commit/5e00f2623115017f19cd4058310ac00fca5f3b17) Thanks [@vapersmile](https://github.com/vapersmile)! - Add DocumentCard Component

- [#54](https://github.com/Smile-SA/react-front-kit/pull/54) [`0e4c83a`](https://github.com/Smile-SA/react-front-kit/commit/0e4c83a33bc17b0a0e28897076ee8dd78ed06368) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added `SearchResults` example page, modified `Pagination`, `SearchBar`, `Header`
and `FoldableColumnLayout` components to accommodate needs of search page

- [#58](https://github.com/Smile-SA/react-front-kit/pull/58) [`4df79a0`](https://github.com/Smile-SA/react-front-kit/commit/4df79a04be3a8a0fa00de3d3679989ca9112a035) Thanks [@vapersmile](https://github.com/vapersmile)! - Add thumbnail component and his defaultImage.jpg

### Patch Changes

- [#55](https://github.com/Smile-SA/react-front-kit/pull/55) [`0caaaf8`](https://github.com/Smile-SA/react-front-kit/commit/0caaaf86de2ef60a210541415ea32e2af103dad4) Thanks [@tonai](https://github.com/tonai)! - remove `AppShell` from `FoldableColumnLayout`

- [#53](https://github.com/Smile-SA/react-front-kit/pull/53) [`01ee3ea`](https://github.com/Smile-SA/react-front-kit/commit/01ee3ea74827cb6e3d4041b50fbab959750135ff) Thanks [@tonai](https://github.com/tonai)! - Use `Paper` for `InfoCard`, update test page and refactor `Pagination` `itemsPerPage` prop

- Updated dependencies [[`01ee3ea`](https://github.com/Smile-SA/react-front-kit/commit/01ee3ea74827cb6e3d4041b50fbab959750135ff)]:
- @smile/react-front-kit-shared@0.4.0

## 0.3.0

### Minor Changes

Expand All @@ -19,7 +45,7 @@
- [#38](https://github.com/Smile-SA/react-front-kit/pull/38) [`195cc64`](https://github.com/Smile-SA/react-front-kit/commit/195cc640d563e7630a7d99a4865c7bf97b847e09) Thanks [@vapersmile](https://github.com/vapersmile)! - Add BitConverter, TruncateString, Dropzone and DropzoneCard components

- Updated dependencies []:
- @smile/react-front-kit-shared@0.0.3
- @smile/react-front-kit-shared@0.3.0

## 0.2.0

Expand Down
2 changes: 1 addition & 1 deletion 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.0.3",
"version": "0.4.0",
"description": "React component library based on mantine",
"license": "MIT",
"homepage": "https://github.com/Smile-SA/react-front-kit",
Expand Down

0 comments on commit 1214efd

Please sign in to comment.