Skip to content

Commit

Permalink
ci(changesets): 📦 version packages (next) (#101)
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 May 16, 2024
1 parent b16116c commit 4dbde80
Show file tree
Hide file tree
Showing 9 changed files with 38 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 @@ -25,6 +25,7 @@
"purple-dragons-wait",
"six-weeks-hammer",
"strong-bananas-breathe",
"twelve-numbers-brake",
"wet-cats-speak",
"witty-coats-guess",
"young-tips-leave"
Expand Down
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.18

### Patch Changes

- [#100](https://github.com/interlay/ui/pull/100) [`b16116c77ede0475e78ac4d964bbe100d250789d`](https://github.com/interlay/ui/commit/b16116c77ede0475e78ac4d964bbe100d250789d) Thanks [@danielsimao](https://github.com/danielsimao)! - feat(components): add alert theme

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

## 1.0.0-next.17

### 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.17",
"version": "1.0.0-next.18",
"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.8

### Patch Changes

- [#100](https://github.com/interlay/ui/pull/100) [`b16116c77ede0475e78ac4d964bbe100d250789d`](https://github.com/interlay/ui/commit/b16116c77ede0475e78ac4d964bbe100d250789d) Thanks [@danielsimao](https://github.com/danielsimao)! - feat(components): add alert theme

## 1.0.0-next.7

### 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.7",
"version": "1.0.0-next.8",
"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.10

### Patch Changes

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

## 1.0.0-next.9

### 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.9",
"version": "1.0.0-next.10",
"description": "Interlay UI hooks",
"homepage": "https://github.com/interlay/ui#readme",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @interlay/icons

## 1.0.0-next.8

### Patch Changes

- [#100](https://github.com/interlay/ui/pull/100) [`b16116c77ede0475e78ac4d964bbe100d250789d`](https://github.com/interlay/ui/commit/b16116c77ede0475e78ac4d964bbe100d250789d) Thanks [@danielsimao](https://github.com/danielsimao)! - feat(components): add alert theme

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

## 1.0.0-next.7

### 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.7",
"version": "1.0.0-next.8",
"description": "Interlay UI icons, commonly used in components",
"homepage": "https://github.com/interlay/ui#readme",
"license": "MIT",
Expand Down

0 comments on commit 4dbde80

Please sign in to comment.