Skip to content

Commit

Permalink
Merge pull request #63 from barvian/changeset-release/main
Browse files Browse the repository at this point in the history
Version packages
  • Loading branch information
barvian authored Nov 14, 2024
2 parents 0fac2f6 + 322a8c8 commit 37b776a
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-pianos-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-oranges-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-glasses-wash.md

This file was deleted.

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

## 0.3.7

### Patch Changes

- Expose `created` property ([`0fac2f6`](https://github.com/barvian/number-flow/commit/0fac2f69b239048054755c556afc3f0eb65767c9))

## 0.3.6

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

## 0.3.2

### Patch Changes

- Updated dependencies [[`0fac2f6`](https://github.com/barvian/number-flow/commit/0fac2f69b239048054755c556afc3f0eb65767c9)]:
- [email protected]

## 0.3.1

### Patch 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.3.1",
"version": "0.3.2",
"author": {
"name": "Maxwell Barvian",
"email": "[email protected]",
Expand Down
9 changes: 9 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @number-flow/svelte

## 0.1.4

### Patch Changes

- Add `<NumberFlowGroup>` ([`b291400`](https://github.com/barvian/number-flow/commit/b2914009cf54d58604d3e34f0b6f16dc4b912a6a))

- Updated dependencies [[`0fac2f6`](https://github.com/barvian/number-flow/commit/0fac2f69b239048054755c556afc3f0eb65767c9)]:
- [email protected]

## 0.1.3

### Patch 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.1.3",
"version": "0.1.4",
"description": "A component to transition and format numbers.",
"license": "MIT",
"homepage": "https://number-flow.barvian.me/svelte",
Expand Down
9 changes: 9 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @number-flow/vue

## 0.2.3

### Patch Changes

- Fix for `<NumberFlowGroup>` and v-if ([`a57700c`](https://github.com/barvian/number-flow/commit/a57700c211d67d2d1d8ea228bae9bd427bee553c))

- Updated dependencies [[`0fac2f6`](https://github.com/barvian/number-flow/commit/0fac2f69b239048054755c556afc3f0eb65767c9)]:
- [email protected]

## 0.2.2

### Patch 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.2.2",
"version": "0.2.3",
"author": {
"name": "Maxwell Barvian",
"email": "[email protected]",
Expand Down

0 comments on commit 37b776a

Please sign in to comment.