Skip to content

Commit 27bacb9

Browse files
ci(release): version packages (#562)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8bfe010 commit 27bacb9

File tree

6 files changed

+27
-11
lines changed

6 files changed

+27
-11
lines changed

.changeset/violet-impalas-walk.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

apps/storybook/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# storybook
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#561](https://github.com/project44/manifest/pull/561)
8+
[`8bfe010`](https://github.com/project44/manifest/commit/8bfe0109f1cf0c9104b05e6d237404cd7c4352c8)
9+
Thanks [@vishwath11](https://github.com/vishwath11)! - Added new prop autoResetExpanded, Added new
10+
prop getSubRows, Added class for child rows.
11+
12+
- Updated dependencies
13+
[[`8bfe010`](https://github.com/project44/manifest/commit/8bfe0109f1cf0c9104b05e6d237404cd7c4352c8)]:
14+
- @project44-manifest/react@3.28.1
15+
316
## 0.2.0
417

518
### Minor Changes

apps/storybook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "storybook-manifest",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"scripts": {
66
"build": "storybook build -c .storybook -o ./build",
77
"dev": "storybook dev -p 8000 --quiet"
88
},
99
"dependencies": {
10-
"@project44-manifest/react": "^3.24.0",
10+
"@project44-manifest/react": "^3.28.1",
1111
"@project44-manifest/react-icons": "^2.2.0",
1212
"@storybook/addon-a11y": "^7.5.3",
1313
"@storybook/addon-essentials": "^7.5.3",

packages/react/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @manifest/react
22

3+
## 3.28.1
4+
5+
### Patch Changes
6+
7+
- [#561](https://github.com/project44/manifest/pull/561)
8+
[`8bfe010`](https://github.com/project44/manifest/commit/8bfe0109f1cf0c9104b05e6d237404cd7c4352c8)
9+
Thanks [@vishwath11](https://github.com/vishwath11)! - Added new prop autoResetExpanded, Added new
10+
prop getSubRows, Added class for child rows.
11+
312
## 3.28.0
413

514
### Minor Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@project44-manifest/react",
3-
"version": "3.28.0",
3+
"version": "3.28.1",
44
"description": "Manifest Design System react components",
55
"license": "MIT",
66
"author": "project44",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5622,7 +5622,7 @@ __metadata:
56225622
languageName: node
56235623
linkType: hard
56245624

5625-
"@project44-manifest/react@^3.24.0, @project44-manifest/react@workspace:packages/react":
5625+
"@project44-manifest/react@^3.24.0, @project44-manifest/react@^3.28.1, @project44-manifest/react@workspace:packages/react":
56265626
version: 0.0.0-use.local
56275627
resolution: "@project44-manifest/react@workspace:packages/react"
56285628
dependencies:
@@ -23780,7 +23780,7 @@ __metadata:
2378023780
"@babel/preset-env": ^7.23.3
2378123781
"@babel/preset-react": ^7.23.3
2378223782
"@babel/preset-typescript": ^7.23.3
23783-
"@project44-manifest/react": ^3.24.0
23783+
"@project44-manifest/react": ^3.28.1
2378423784
"@project44-manifest/react-icons": ^2.2.0
2378523785
"@storybook/addon-a11y": ^7.5.3
2378623786
"@storybook/addon-essentials": ^7.5.3

0 commit comments

Comments
 (0)