Skip to content

Commit 0b8429a

Browse files
committed
chore: release new alpha
1 parent 4af50c0 commit 0b8429a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

packages/core/.size-snapshot.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"dist/index.js": {
3-
"bundled": 56117,
4-
"minified": 20348,
5-
"gzipped": 7345,
3+
"bundled": 56102,
4+
"minified": 20334,
5+
"gzipped": 7338,
66
"treeshaked": {
77
"rollup": {
8-
"code": 2791,
8+
"code": 2781,
99
"import_statements": 401
1010
},
1111
"webpack": {
12-
"code": 3984
12+
"code": 3982
1313
}
1414
}
1515
},
1616
"dist/index.cjs.js": {
17-
"bundled": 59366,
18-
"minified": 22277,
19-
"gzipped": 7657
17+
"bundled": 59351,
18+
"minified": 22263,
19+
"gzipped": 7648
2020
}
2121
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spring/core",
3-
"version": "0.0.1-alpha.2",
3+
"version": "0.0.1-alpha.3",
44
"private": true,
55
"main": "src/index.ts",
66
"scripts": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1759,7 +1759,7 @@
17591759
"@react-spring/shared" "link:packages/shared"
17601760

17611761
"@react-spring/core@link:packages/core":
1762-
version "0.0.1-alpha.2"
1762+
version "0.0.1-alpha.3"
17631763
dependencies:
17641764
"@react-spring/animated" "link:packages/animated"
17651765
"@react-spring/shared" "link:packages/shared"

0 commit comments

Comments
 (0)