Skip to content

Commit

Permalink
Merge pull request #74 from barvian/changeset-release/main
Browse files Browse the repository at this point in the history
Version packages
  • Loading branch information
barvian authored Nov 25, 2024
2 parents e775131 + cc01efc commit bea4efd
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/late-ears-camp.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @number-flow/react

## 0.4.1

### Patch Changes

- Fix useCanAnimate hydration ([`e775131`](https://github.com/barvian/number-flow/commit/e775131a09628b98724dd1ec905d06ba78d06e21))

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.4.0",
"version": "0.4.1",
"author": {
"name": "Maxwell Barvian",
"email": "[email protected]",
Expand Down
6 changes: 6 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @number-flow/svelte

## 0.2.1

### Patch Changes

- Fix useCanAnimate hydration ([`e775131`](https://github.com/barvian/number-flow/commit/e775131a09628b98724dd1ec905d06ba78d06e21))

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.2.0",
"version": "0.2.1",
"description": "A component to transition and format numbers.",
"license": "MIT",
"homepage": "https://number-flow.barvian.me/svelte",
Expand Down
6 changes: 6 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @number-flow/vue

## 0.3.1

### Patch Changes

- Fix useCanAnimate hydration ([`e775131`](https://github.com/barvian/number-flow/commit/e775131a09628b98724dd1ec905d06ba78d06e21))

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.3.0",
"version": "0.3.1",
"author": {
"name": "Maxwell Barvian",
"email": "[email protected]",
Expand Down

0 comments on commit bea4efd

Please sign in to comment.