Skip to content

Commit 58ca408

Browse files
authored
Merge pull request #128 from barvian/changeset-release/main
Version Packages
2 parents 2539c4b + 4fa7dc2 commit 58ca408

File tree

9 files changed

+31
-9
lines changed

9 files changed

+31
-9
lines changed

.changeset/weak-seahorses-jog.md

-5
This file was deleted.

packages/number-flow/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# number-flow
22

3+
## 0.5.6
4+
5+
### Patch Changes
6+
7+
- Fix errors in browsers that don't support attachInternals (see [#127](https://github.com/barvian/number-flow/issues/127)) ([`2539c4b`](https://github.com/barvian/number-flow/commit/2539c4b653fd4aaa17ef6b2ffd77b7a41454da08))
8+
39
## 0.5.5
410

511
### Patch Changes

packages/number-flow/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.5.5",
6+
"version": "0.5.6",
77
"author": {
88
"name": "Maxwell Barvian",
99
"email": "[email protected]",

packages/react/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @number-flow/react
22

3+
## 0.5.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2539c4b`](https://github.com/barvian/number-flow/commit/2539c4b653fd4aaa17ef6b2ffd77b7a41454da08)]:
8+
9+
310
## 0.5.7
411

512
### Patch Changes

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.5.7",
6+
"version": "0.5.8",
77
"author": {
88
"name": "Maxwell Barvian",
99
"email": "[email protected]",

packages/svelte/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @number-flow/svelte
22

3+
## 0.3.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2539c4b`](https://github.com/barvian/number-flow/commit/2539c4b653fd4aaa17ef6b2ffd77b7a41454da08)]:
8+
9+
310
## 0.3.5
411

512
### Patch Changes

packages/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.3.5",
6+
"version": "0.3.6",
77
"description": "A component to transition and format numbers.",
88
"license": "MIT",
99
"homepage": "https://number-flow.barvian.me/svelte",

packages/vue/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @number-flow/vue
22

3+
## 0.4.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2539c4b`](https://github.com/barvian/number-flow/commit/2539c4b653fd4aaa17ef6b2ffd77b7a41454da08)]:
8+
9+
310
## 0.4.5
411

512
### Patch Changes

packages/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "0.4.5",
7+
"version": "0.4.6",
88
"author": {
99
"name": "Maxwell Barvian",
1010
"email": "[email protected]",

0 commit comments

Comments
 (0)