Skip to content

Commit

Permalink
Merge pull request #53 from barvian/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
barvian authored Oct 27, 2024
2 parents b8f36c3 + a463c7e commit dc79793
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-numbers-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-swans-rescue.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/fuzzy-waves-smoke.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.5

### Patch Changes

- Rename number-flow element to avoid conflicts between wrappers ([`19abcf8`](https://github.com/barvian/number-flow/commit/19abcf88f7d7bd34332f5e1c42e647a0e81725ac))

## 0.3.4

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

## 0.3.0

### Minor Changes

- Rename number-flow element to avoid conflicts between wrappers ([`19abcf8`](https://github.com/barvian/number-flow/commit/19abcf88f7d7bd34332f5e1c42e647a0e81725ac))

### Patch Changes

- fix animation handler types ([`7534f2e`](https://github.com/barvian/number-flow/commit/7534f2e35d6e871b1b13a008b8a923c23e1077e6))

- Updated dependencies [[`19abcf8`](https://github.com/barvian/number-flow/commit/19abcf88f7d7bd34332f5e1c42e647a0e81725ac)]:
- [email protected]

## 0.2.6

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

## 0.1.0

### Minor Changes

- Rename number-flow element to avoid conflicts between wrappers ([`19abcf8`](https://github.com/barvian/number-flow/commit/19abcf88f7d7bd34332f5e1c42e647a0e81725ac))

### Patch Changes

- Updated dependencies [[`19abcf8`](https://github.com/barvian/number-flow/commit/19abcf88f7d7bd34332f5e1c42e647a0e81725ac)]:
- [email protected]
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.0.1",
"version": "0.1.0",
"description": "A component to transition and format numbers.",
"license": "MIT",
"homepage": "https://number-flow.barvian.me/svelte",
Expand Down
13 changes: 13 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @number-flow/vue

## 0.2.0

### Minor Changes

- use lowercase event names ([`8406974`](https://github.com/barvian/number-flow/commit/8406974cbef1948c675336255fdfecc3a0e4107e))

- Rename number-flow element to avoid conflicts between wrappers ([`19abcf8`](https://github.com/barvian/number-flow/commit/19abcf88f7d7bd34332f5e1c42e647a0e81725ac))

### Patch Changes

- Updated dependencies [[`19abcf8`](https://github.com/barvian/number-flow/commit/19abcf88f7d7bd34332f5e1c42e647a0e81725ac)]:
- [email protected]

## 0.1.1

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

0 comments on commit dc79793

Please sign in to comment.