Skip to content

Commit b06d7a6

Browse files
committed
2 parents 9ed74de + 55aa3e3 commit b06d7a6

File tree

9 files changed

+37
-12
lines changed

9 files changed

+37
-12
lines changed

.changeset/bright-peas-pull.md

-8
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.3.9
4+
5+
### Patch Changes
6+
7+
- Expose parts for styling support ([`27156cc`](https://github.com/barvian/number-flow/commit/27156cc3d4750d06293b7022afca492024f4bea4))
8+
39
## 0.3.8
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.3.8",
6+
"version": "0.3.9",
77
"author": {
88
"name": "Maxwell Barvian",
99
"email": "[email protected]",

packages/react/CHANGELOG.md

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

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- Expose parts for styling support ([`27156cc`](https://github.com/barvian/number-flow/commit/27156cc3d4750d06293b7022afca492024f4bea4))
8+
9+
- Updated dependencies [[`27156cc`](https://github.com/barvian/number-flow/commit/27156cc3d4750d06293b7022afca492024f4bea4)]:
10+
11+
312
## 0.3.3
413

514
### 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.3.3",
6+
"version": "0.3.4",
77
"author": {
88
"name": "Maxwell Barvian",
99
"email": "[email protected]",

packages/svelte/CHANGELOG.md

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

3+
## 0.1.6
4+
5+
### Patch Changes
6+
7+
- Expose parts for styling support ([`27156cc`](https://github.com/barvian/number-flow/commit/27156cc3d4750d06293b7022afca492024f4bea4))
8+
9+
- Updated dependencies [[`27156cc`](https://github.com/barvian/number-flow/commit/27156cc3d4750d06293b7022afca492024f4bea4)]:
10+
11+
312
## 0.1.5
413

514
### 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.1.5",
6+
"version": "0.1.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

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

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- Expose parts for styling support ([`27156cc`](https://github.com/barvian/number-flow/commit/27156cc3d4750d06293b7022afca492024f4bea4))
8+
9+
- Updated dependencies [[`27156cc`](https://github.com/barvian/number-flow/commit/27156cc3d4750d06293b7022afca492024f4bea4)]:
10+
11+
312
## 0.2.4
413

514
### Patch Changes

packages/vue/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.2.4",
6+
"version": "0.2.5",
77
"author": {
88
"name": "Maxwell Barvian",
99
"email": "[email protected]",

0 commit comments

Comments
 (0)