Skip to content

Commit

Permalink
ci(changesets): 📦 version packages (#32)
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 6, 2023
1 parent 287594f commit c1aad13
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/real-kings-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-islands-approve.md

This file was deleted.

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

## 0.0.5

### Patch Changes

- [#25](https://github.com/interlay/ui/pull/25) [`d039765`](https://github.com/interlay/ui/commit/d0397657fa39d8e191c2135fe1a02fb350d3890b) Thanks [@danielsimao](https://github.com/danielsimao)! - feat(hooks): add use-currency-formatter

- Updated dependencies [[`d039765`](https://github.com/interlay/ui/commit/d0397657fa39d8e191c2135fe1a02fb350d3890b), [`287594f`](https://github.com/interlay/ui/commit/287594f1e6b31cd65d7263b7e9fa73f51034bc66)]:
- @interlay/hooks@0.0.5
- @interlay/coin-icons@0.0.5

## 0.0.4

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

## 0.0.5

### Patch Changes

- [#25](https://github.com/interlay/ui/pull/25) [`d039765`](https://github.com/interlay/ui/commit/d0397657fa39d8e191c2135fe1a02fb350d3890b) Thanks [@danielsimao](https://github.com/danielsimao)! - feat(hooks): add use-currency-formatter

## 0.0.4

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

## 0.0.5

### Patch Changes

- [#33](https://github.com/interlay/ui/pull/33) [`287594f`](https://github.com/interlay/ui/commit/287594f1e6b31cd65d7263b7e9fa73f51034bc66) Thanks [@tomjeatt](https://github.com/tomjeatt)! - feature: add ZBTC icon

## 0.0.4

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

0 comments on commit c1aad13

Please sign in to comment.