Skip to content

Commit

Permalink
ci(release): version packages (#237)
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 10, 2023
1 parent f247e35 commit 15e0974
Show file tree
Hide file tree
Showing 22 changed files with 162 additions and 60 deletions.
7 changes: 0 additions & 7 deletions .changeset/bright-stingrays-tie.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/pink-fireants-knock.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/rotten-otters-kiss.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/react/components/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @project44-manifest/react-avatar

## 0.2.0

### Minor Changes

- [#226](https://github.com/project44/manifest/pull/226)
[`c33b4d4`](https://github.com/project44/manifest/commit/c33b4d43b40121704c3237630a4c038df9a1ff69)
Thanks [@danielrobertson](https://github.com/danielrobertson)! - added breadcrumb components

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/components/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project44-manifest/react-avatar",
"version": "0.1.0",
"version": "0.2.0",
"description": "image avatar",
"license": "MIT",
"author": "project44",
Expand Down
25 changes: 25 additions & 0 deletions packages/react/components/breadcrumb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# @project44-manifest/react-breadcrumb

## 0.1.0

### Minor Changes

- [#226](https://github.com/project44/manifest/pull/226)
[`c33b4d4`](https://github.com/project44/manifest/commit/c33b4d43b40121704c3237630a4c038df9a1ff69)
Thanks [@danielrobertson](https://github.com/danielrobertson)! - added breadcrumb components

### Patch Changes

- [#236](https://github.com/project44/manifest/pull/236)
[`0bb6729`](https://github.com/project44/manifest/commit/0bb6729c70841e07a749bea7aae50277c84401fe)
Thanks [@bclark-p44](https://github.com/bclark-p44)! - Reworking transition package to include
named transtions and make the exiting transition component a wrapper around react-transition-group

Updating the react-link package version in breadcrumbs that doesn't exist

- Updated dependencies
[[`f247e35`](https://github.com/project44/manifest/commit/f247e35a3056d714d8a21ed59ece6b418266332d),
[`c33b4d4`](https://github.com/project44/manifest/commit/c33b4d43b40121704c3237630a4c038df9a1ff69)]:
- @project44-manifest/react-icon@0.2.0
- @project44-manifest/react-icons@0.1.1
- @project44-manifest/react-link@0.2.0
8 changes: 4 additions & 4 deletions packages/react/components/breadcrumb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project44-manifest/react-breadcrumb",
"version": "0.0.0",
"version": "0.1.0",
"description": "site navigation breadcrumb links",
"license": "MIT",
"author": "project44",
Expand Down Expand Up @@ -34,9 +34,9 @@
"react-dom": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@project44-manifest/react-icon": "^0.1.0",
"@project44-manifest/react-icons": "^0.1.0",
"@project44-manifest/react-link": "^0.1.0",
"@project44-manifest/react-icon": "^0.2.0",
"@project44-manifest/react-icons": "^0.1.1",
"@project44-manifest/react-link": "^0.2.0",
"@project44-manifest/react-styles": "^1.0.1",
"@project44-manifest/react-utils": "^0.2.3"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/react/components/icon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @project44-manifest/react-icon

## 0.2.0

### Minor Changes

- [#226](https://github.com/project44/manifest/pull/226)
[`c33b4d4`](https://github.com/project44/manifest/commit/c33b4d43b40121704c3237630a4c038df9a1ff69)
Thanks [@danielrobertson](https://github.com/danielrobertson)! - added breadcrumb components

### Patch Changes

- [#238](https://github.com/project44/manifest/pull/238)
[`f247e35`](https://github.com/project44/manifest/commit/f247e35a3056d714d8a21ed59ece6b418266332d)
Thanks [@bclark-p44](https://github.com/bclark-p44)! - Fixing issue with workspace dependency
format

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/components/icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project44-manifest/react-icon",
"version": "0.1.0",
"version": "0.2.0",
"description": "Manifest Design System react icon component",
"license": "MIT",
"author": "project44",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/components/link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @project44-manifest/react-link

## 0.2.0

### Minor Changes

- [#226](https://github.com/project44/manifest/pull/226)
[`c33b4d4`](https://github.com/project44/manifest/commit/c33b4d43b40121704c3237630a4c038df9a1ff69)
Thanks [@danielrobertson](https://github.com/danielrobertson)! - added breadcrumb components

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/components/link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project44-manifest/react-link",
"version": "0.1.0",
"version": "0.2.0",
"description": "anchor link",
"license": "MIT",
"author": "project44",
Expand Down
15 changes: 15 additions & 0 deletions packages/react/components/tooltip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @project44-manifest/react-tooltip

## 1.1.1

### Patch Changes

- [#236](https://github.com/project44/manifest/pull/236)
[`0bb6729`](https://github.com/project44/manifest/commit/0bb6729c70841e07a749bea7aae50277c84401fe)
Thanks [@bclark-p44](https://github.com/bclark-p44)! - Reworking transition package to include
named transtions and make the exiting transition component a wrapper around react-transition-group

Updating the react-link package version in breadcrumbs that doesn't exist

- Updated dependencies
[[`0bb6729`](https://github.com/project44/manifest/commit/0bb6729c70841e07a749bea7aae50277c84401fe)]:
- @project44-manifest/react-transition@1.0.0

## 1.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/components/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project44-manifest/react-tooltip",
"version": "1.1.0",
"version": "1.1.1",
"description": "Manifest Design System react tooltip component",
"license": "MIT",
"author": "project44",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@project44-manifest/react-styles": "^1.0.1",
"@project44-manifest/react-transition": "^0.1.0",
"@project44-manifest/react-transition": "^1.0.0",
"@project44-manifest/react-utils": "^0.2.4",
"@react-aria/interactions": "^3.12.0",
"@react-aria/overlays": "^3.12.1",
Expand Down
17 changes: 17 additions & 0 deletions packages/react/components/transition/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @project44-manifest/react-transition

## 1.0.0

### Major Changes

- [#236](https://github.com/project44/manifest/pull/236)
[`0bb6729`](https://github.com/project44/manifest/commit/0bb6729c70841e07a749bea7aae50277c84401fe)
Thanks [@bclark-p44](https://github.com/bclark-p44)! - Reworking transition package to include
named transtions and make the exiting transition component a wrapper around react-transition-group

Updating the react-link package version in breadcrumbs that doesn't exist

### Patch Changes

- Updated dependencies
[[`f247e35`](https://github.com/project44/manifest/commit/f247e35a3056d714d8a21ed59ece6b418266332d)]:
- @project44-manifest/use-merged-ref@0.1.1

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/components/transition/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project44-manifest/react-transition",
"version": "0.1.0",
"version": "1.0.0",
"description": "Manifest Design System react transition component",
"license": "MIT",
"author": "project44",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@project44-manifest/react-styles": "^1.1.0",
"@project44-manifest/use-merged-ref": "^0.1.0",
"@project44-manifest/use-merged-ref": "^0.1.1",
"react-transition-group": "^4.4.5"
},
"devDependencies": {
Expand Down
17 changes: 17 additions & 0 deletions packages/react/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @manifest/react

## 2.9.0

### Minor Changes

- [#226](https://github.com/project44/manifest/pull/226)
[`c33b4d4`](https://github.com/project44/manifest/commit/c33b4d43b40121704c3237630a4c038df9a1ff69)
Thanks [@danielrobertson](https://github.com/danielrobertson)! - added breadcrumb components

### Patch Changes

- Updated dependencies
[[`0bb6729`](https://github.com/project44/manifest/commit/0bb6729c70841e07a749bea7aae50277c84401fe),
[`c33b4d4`](https://github.com/project44/manifest/commit/c33b4d43b40121704c3237630a4c038df9a1ff69)]:
- @project44-manifest/react-tooltip@1.1.1
- @project44-manifest/react-avatar@0.2.0
- @project44-manifest/react-link@0.2.0

## 2.8.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/react/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project44-manifest/react",
"version": "2.8.0",
"version": "2.9.0",
"description": "Manifest Design System react components",
"license": "MIT",
"author": "project44",
Expand Down Expand Up @@ -35,13 +35,13 @@
},
"dependencies": {
"@internationalized/date": "^3.0.0",
"@project44-manifest/react-avatar": "^0.1.0",
"@project44-manifest/react-avatar": "^0.2.0",
"@project44-manifest/react-button": "^1.0.2",
"@project44-manifest/react-css-baseline": "^0.1.0",
"@project44-manifest/react-link": "^0.1.0",
"@project44-manifest/react-link": "^0.2.0",
"@project44-manifest/react-provider": "^0.1.0",
"@project44-manifest/react-styles": "^1.1.0",
"@project44-manifest/react-tooltip": "^1.1.0",
"@project44-manifest/react-tooltip": "^1.1.1",
"@project44-manifest/system": "^0.1.5",
"@radix-ui/react-slot": "^1.0.0",
"@react-aria/button": "^3.5.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/react/hooks/use-merged-ref/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @project44-manifest/use-controlled-state

## 0.1.1

### Patch Changes

- [#238](https://github.com/project44/manifest/pull/238)
[`f247e35`](https://github.com/project44/manifest/commit/f247e35a3056d714d8a21ed59ece6b418266332d)
Thanks [@bclark-p44](https://github.com/bclark-p44)! - Fixing issue with workspace dependency
format

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/hooks/use-merged-ref/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project44-manifest/use-merged-ref",
"version": "0.1.0",
"version": "0.1.1",
"description": "Manifest Design System react hook for merging refs",
"license": "MIT",
"author": "project44",
Expand Down
14 changes: 14 additions & 0 deletions packages/react/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @project44-manifest/react-icons

## 0.1.1

### Patch Changes

- [#238](https://github.com/project44/manifest/pull/238)
[`f247e35`](https://github.com/project44/manifest/commit/f247e35a3056d714d8a21ed59ece6b418266332d)
Thanks [@bclark-p44](https://github.com/bclark-p44)! - Fixing issue with workspace dependency
format

- Updated dependencies
[[`f247e35`](https://github.com/project44/manifest/commit/f247e35a3056d714d8a21ed59ece6b418266332d),
[`c33b4d4`](https://github.com/project44/manifest/commit/c33b4d43b40121704c3237630a4c038df9a1ff69)]:
- @project44-manifest/react-icon@0.2.0

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project44-manifest/react-icons",
"version": "0.1.0",
"version": "0.1.1",
"description": "Manifest Design System react icon library",
"license": "MIT",
"author": "project44",
Expand Down Expand Up @@ -34,7 +34,7 @@
"react-dom": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@project44-manifest/react-icon": "^0.1.0"
"@project44-manifest/react-icon": "^0.2.0"
},
"devDependencies": {
"@project44-manifest/react-layout": "^1.0.1",
Expand Down
Loading

1 comment on commit 15e0974

@vercel
Copy link

@vercel vercel bot commented on 15e0974 Feb 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.