Skip to content

Commit

Permalink
ci(changesets): 📦 version packages (next) (#74)
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 13, 2024
1 parent 5b87388 commit d8243c9
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"grumpy-needles-tell",
"honest-beers-learn",
"mighty-sheep-unite",
"popular-plants-fold"
"popular-plants-fold",
"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.6

### Patch Changes

- [#73](https://github.com/interlay/ui/pull/73) [`5b87388d73a421fbd68077371593b9f4f04dc1cc`](https://github.com/interlay/ui/commit/5b87388d73a421fbd68077371593b9f4f04dc1cc) Thanks [@danielsimao](https://github.com/danielsimao)! - fix: responsiveness, token-input and card

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

## 1.0.0-next.5

### 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.5",
"version": "1.0.0-next.6",
"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.3

### Patch Changes

- [#73](https://github.com/interlay/ui/pull/73) [`5b87388d73a421fbd68077371593b9f4f04dc1cc`](https://github.com/interlay/ui/commit/5b87388d73a421fbd68077371593b9f4f04dc1cc) Thanks [@danielsimao](https://github.com/danielsimao)! - fix: responsiveness, token-input and card

## 1.0.0-next.2

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

### Patch Changes

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

## 1.0.0-next.2

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

### Patch Changes

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

## 1.0.0-next.2

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

0 comments on commit d8243c9

Please sign in to comment.