Skip to content

Commit

Permalink
ci(changesets): 📦 version packages (next) (#77)
Browse files Browse the repository at this point in the history
ci(changesets): version packages (next)

Co-authored-by: gobob-xyz <[email protected]>
  • Loading branch information
github-actions[bot] and gobob-xyz authored Mar 18, 2024
1 parent a311950 commit 92ce02d
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 4 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"honest-beers-learn",
"mighty-sheep-unite",
"popular-plants-fold",
"purple-dragons-wait",
"wet-cats-speak"
]
}
11 changes: 11 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @interlay/ui

## 1.0.0-next.7

### Patch Changes

- [#76](https://github.com/interlay/ui/pull/76) [`a3119508d7e1760b3d54423e37473336ce7ffada`](https://github.com/interlay/ui/commit/a3119508d7e1760b3d54423e37473336ce7ffada) Thanks [@danielsimao](https://github.com/danielsimao)! - feat(components): add stepper and table changes

- Updated dependencies [[`a3119508d7e1760b3d54423e37473336ce7ffada`](https://github.com/interlay/ui/commit/a3119508d7e1760b3d54423e37473336ce7ffada)]:
- @interlay/theme@1.0.0-next.4
- @interlay/hooks@1.0.0-next.4
- @interlay/icons@1.0.0-next.4

## 1.0.0-next.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interlay/ui",
"version": "1.0.0-next.6",
"version": "1.0.0-next.7",
"description": "Interlay UI library.",
"homepage": "https://github.com/interlay/ui#readme",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @interlay/theme

## 1.0.0-next.4

### Patch Changes

- [#76](https://github.com/interlay/ui/pull/76) [`a3119508d7e1760b3d54423e37473336ce7ffada`](https://github.com/interlay/ui/commit/a3119508d7e1760b3d54423e37473336ce7ffada) Thanks [@danielsimao](https://github.com/danielsimao)! - feat(components): add stepper and table changes

## 1.0.0-next.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interlay/theme",
"version": "1.0.0-next.3",
"version": "1.0.0-next.4",
"description": "The default theme for Interlay UI components",
"homepage": "https://github.com/interlay/ui#readme",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @interlay/hooks

## 1.0.0-next.4

### Patch Changes

- Updated dependencies [[`a3119508d7e1760b3d54423e37473336ce7ffada`](https://github.com/interlay/ui/commit/a3119508d7e1760b3d54423e37473336ce7ffada)]:
- @interlay/theme@1.0.0-next.4

## 1.0.0-next.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interlay/hooks",
"version": "1.0.0-next.3",
"version": "1.0.0-next.4",
"description": "Interlay UI hooks",
"homepage": "https://github.com/interlay/ui#readme",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @interlay/icons

## 1.0.0-next.4

### Patch Changes

- Updated dependencies [[`a3119508d7e1760b3d54423e37473336ce7ffada`](https://github.com/interlay/ui/commit/a3119508d7e1760b3d54423e37473336ce7ffada)]:
- @interlay/theme@1.0.0-next.4

## 1.0.0-next.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interlay/icons",
"version": "1.0.0-next.3",
"version": "1.0.0-next.4",
"description": "Interlay UI icons, commonly used in components",
"homepage": "https://github.com/interlay/ui#readme",
"license": "MIT",
Expand Down

0 comments on commit 92ce02d

Please sign in to comment.