Skip to content

Commit

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

Co-authored-by: gobob-xyz <[email protected]>
  • Loading branch information
github-actions[bot] and gobob-xyz authored Oct 2, 2023
1 parent edd2937 commit 88726c9
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/heavy-icons-give.md

This file was deleted.

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

## 0.0.4

### Patch Changes

- [#29](https://github.com/interlay/ui/pull/29) [`edd2937`](https://github.com/interlay/ui/commit/edd2937b2fbe05fd82b33c1e1cada3ed5c76e3db) Thanks [@danielsimao](https://github.com/danielsimao)! - fix(components): select types
fix(theme): bob input disable
- Updated dependencies [[`edd2937`](https://github.com/interlay/ui/commit/edd2937b2fbe05fd82b33c1e1cada3ed5c76e3db)]:
- @interlay/theme@0.0.4
- @interlay/hooks@0.0.4
- @interlay/icons@0.0.4
- @interlay/coin-icons@0.0.4

## 0.0.3

### 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": "0.0.3",
"version": "0.0.4",
"description": "Interlay UI library.",
"homepage": "https://github.com/interlay/ui#readme",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @interlay/theme

## 0.0.4

### Patch Changes

- [#29](https://github.com/interlay/ui/pull/29) [`edd2937`](https://github.com/interlay/ui/commit/edd2937b2fbe05fd82b33c1e1cada3ed5c76e3db) Thanks [@danielsimao](https://github.com/danielsimao)! - fix(components): select types
fix(theme): bob input disable

## 0.0.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": "0.0.3",
"version": "0.0.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

## 0.0.4

### Patch Changes

- Updated dependencies [[`edd2937`](https://github.com/interlay/ui/commit/edd2937b2fbe05fd82b33c1e1cada3ed5c76e3db)]:
- @interlay/theme@0.0.4

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

## 0.0.4

### Patch Changes

- Updated dependencies []:
- @interlay/icons@0.0.4

## 0.0.3

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

## 0.0.4

### Patch Changes

- Updated dependencies [[`edd2937`](https://github.com/interlay/ui/commit/edd2937b2fbe05fd82b33c1e1cada3ed5c76e3db)]:
- @interlay/theme@0.0.4

## 0.0.3

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

0 comments on commit 88726c9

Please sign in to comment.