Skip to content

Commit

Permalink
ci(release): version packages (#578)
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 Feb 4, 2025
1 parent b5aaef1 commit 6863121
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/silent-hairs-teach.md

This file was deleted.

12 changes: 12 additions & 0 deletions apps/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# storybook

## 0.2.2

### Patch Changes

- [#577](https://github.com/project44/manifest/pull/577)
[`b5aaef1`](https://github.com/project44/manifest/commit/b5aaef138d521e4046c00dc5f033d5de7a3e2772)
Thanks [@vitaliy-p44](https://github.com/vitaliy-p44)! - fix: dedupe packages versions

- Updated dependencies
[[`b5aaef1`](https://github.com/project44/manifest/commit/b5aaef138d521e4046c00dc5f033d5de7a3e2772)]:
- @project44-manifest/react@3.32.1

## 0.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "storybook-manifest",
"version": "0.2.1",
"version": "0.2.2",
"private": true,
"scripts": {
"build": "storybook build -c .storybook -o ./build",
"dev": "storybook dev -p 8000 --quiet"
},
"dependencies": {
"@project44-manifest/react": "^3.32.0",
"@project44-manifest/react": "^3.32.1",
"@project44-manifest/react-icons": "^2.5.0",
"@storybook/addon-a11y": "^7.5.3",
"@storybook/addon-essentials": "^7.5.3",
Expand Down
12 changes: 12 additions & 0 deletions apps/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# website

## 0.5.1

### Patch Changes

- [#577](https://github.com/project44/manifest/pull/577)
[`b5aaef1`](https://github.com/project44/manifest/commit/b5aaef138d521e4046c00dc5f033d5de7a3e2772)
Thanks [@vitaliy-p44](https://github.com/vitaliy-p44)! - fix: dedupe packages versions

- Updated dependencies
[[`b5aaef1`](https://github.com/project44/manifest/commit/b5aaef138d521e4046c00dc5f033d5de7a3e2772)]:
- @project44-manifest/react@3.32.1

## 0.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"scripts": {
"generate-props": "node ./scripts/propsDoc.mjs",
Expand All @@ -22,7 +22,7 @@
"@internationalized/date": "^3.1.0",
"@mdx-js/react": "^1.6.22",
"@project44-manifest/design-tokens": "^3.1.1",
"@project44-manifest/react": "^3.32.0",
"@project44-manifest/react": "^3.32.1",
"@project44-manifest/react-icons": "^2.5.0",
"@react-aria/i18n": "^3.7.0",
"clsx": "^1.2.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @manifest/react

## 3.32.1

### Patch Changes

- [#577](https://github.com/project44/manifest/pull/577)
[`b5aaef1`](https://github.com/project44/manifest/commit/b5aaef138d521e4046c00dc5f033d5de7a3e2772)
Thanks [@vitaliy-p44](https://github.com/vitaliy-p44)! - fix: dedupe packages versions

## 3.32.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project44-manifest/react",
"version": "3.32.0",
"version": "3.32.1",
"description": "Manifest Design System react components",
"license": "MIT",
"author": "project44",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5622,7 +5622,7 @@ __metadata:
languageName: node
linkType: hard

"@project44-manifest/react@^3.32.0, @project44-manifest/react@workspace:packages/react":
"@project44-manifest/react@^3.32.1, @project44-manifest/react@workspace:packages/react":
version: 0.0.0-use.local
resolution: "@project44-manifest/react@workspace:packages/react"
dependencies:
Expand Down Expand Up @@ -23780,7 +23780,7 @@ __metadata:
"@babel/preset-env": ^7.23.3
"@babel/preset-react": ^7.23.3
"@babel/preset-typescript": ^7.23.3
"@project44-manifest/react": ^3.32.0
"@project44-manifest/react": ^3.32.1
"@project44-manifest/react-icons": ^2.5.0
"@storybook/addon-a11y": ^7.5.3
"@storybook/addon-essentials": ^7.5.3
Expand Down Expand Up @@ -25887,7 +25887,7 @@ __metadata:
"@internationalized/date": ^3.1.0
"@mdx-js/react": ^1.6.22
"@project44-manifest/design-tokens": ^3.1.1
"@project44-manifest/react": ^3.32.0
"@project44-manifest/react": ^3.32.1
"@project44-manifest/react-icons": ^2.5.0
"@react-aria/i18n": ^3.7.0
"@types/lodash.kebabcase": ^4.1.7
Expand Down

0 comments on commit 6863121

Please sign in to comment.