Skip to content

Commit 603bafb

Browse files
committed
chore: ship it πŸš€
- @react-spring/[email protected] - @react-spring/[email protected] - @react-spring/[email protected] - [email protected] - @react-spring/[email protected] - @react-spring/[email protected] - @react-spring/[email protected] - @react-spring/[email protected] - @react-spring/[email protected] - @react-spring/[email protected]
1 parent a4c4084 commit 603bafb

File tree

20 files changed

+133
-10
lines changed

20 files changed

+133
-10
lines changed

β€Žpackages/addons/CHANGELOG.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.0.1-alpha.3 (2019-06-08)
7+
8+
**Note:** Version bump only for package @react-spring/addons

β€Žpackages/addons/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/addons",
3-
"version": "0.0.1-alpha.2",
3+
"version": "0.0.1-alpha.3",
44
"private": true,
55
"main": "dist/index.cjs.js",
66
"types": "src/index.ts",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.0.1-alpha.3 (2019-06-08)
7+
8+
### Bug Fixes
9+
10+
- **ts:** export "WithExtend" type ([f986817](https://github.com/react-spring/react-spring/commit/f986817))

β€Žpackages/animated/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/animated",
3-
"version": "0.0.1-alpha.2",
3+
"version": "0.0.1-alpha.3",
44
"description": "Animated component props for React",
55
"private": true,
66
"main": "dist/index.cjs.js",

β€Žpackages/core/CHANGELOG.mdβ€Ž

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0-alpha.0 (2019-06-08)
7+
8+
### Bug Fixes
9+
10+
- "attach" and "parent" props ([7d62d73](https://github.com/react-spring/react-spring/commit/7d62d73))
11+
- changing parent controller ([2923d71](https://github.com/react-spring/react-spring/commit/2923d71))
12+
- illegal invocation (the right way) ([889a1b9](https://github.com/react-spring/react-spring/commit/889a1b9))
13+
- illegal invocation with requestAnimationFrame ([6cdb3d9](https://github.com/react-spring/react-spring/commit/6cdb3d9))
14+
- **FrameLoop:** store controllers by ID ([4634bb3](https://github.com/react-spring/react-spring/commit/4634bb3))
15+
- **ts:** "FrameLoop#advance" method type ([65732fa](https://github.com/react-spring/react-spring/commit/65732fa))
16+
- invalid imports ([6237020](https://github.com/react-spring/react-spring/commit/6237020))
17+
- prevent infinite loop in "\_attach" method ([8d786c8](https://github.com/react-spring/react-spring/commit/8d786c8))
18+
- **FrameLoop:** "requestFrame" method - invalid invocation ([2686b93](https://github.com/react-spring/react-spring/commit/2686b93))
19+
20+
### Features
21+
22+
- add "forceImmediate" global ([98b1649](https://github.com/react-spring/react-spring/commit/98b1649)), closes [#668](https://github.com/react-spring/react-spring/issues/668)

β€Ž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.5",
3+
"version": "0.1.0-alpha.0",
44
"private": true,
55
"main": "dist/index.cjs.js",
66
"types": "src/index.ts",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 9.0.0-beta.9 (2019-06-08)
7+
8+
### Bug Fixes
9+
10+
- add "react-spring/addons" module ([e3efb34](https://github.com/react-spring/react-spring/commit/e3efb34))

β€Žpackages/react-spring/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",
3-
"version": "9.0.0-beta.8",
3+
"version": "9.0.0-beta.9",
44
"private": true,
55
"main": "dist/web.cjs.js",
66
"types": "src/web.ts",

β€Žpackages/shared/CHANGELOG.mdβ€Ž

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0-alpha.0 (2019-06-08)
7+
8+
### Bug Fixes
9+
10+
- **FrameLoop:** "requestFrame" method - invalid invocation ([2686b93](https://github.com/react-spring/react-spring/commit/2686b93))
11+
- **FrameLoop:** store controllers by ID ([4634bb3](https://github.com/react-spring/react-spring/commit/4634bb3))
12+
- **ts:** missing FrameRequestCallback type ([568d3cb](https://github.com/react-spring/react-spring/commit/568d3cb))
13+
- **ts:** the output argument of createInterpolator can be required ([e4a3b39](https://github.com/react-spring/react-spring/commit/e4a3b39))
14+
15+
### Features
16+
17+
- add "forceImmediate" global ([98b1649](https://github.com/react-spring/react-spring/commit/98b1649)), closes [#668](https://github.com/react-spring/react-spring/issues/668)

β€Žpackages/shared/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/shared",
3-
"version": "0.0.1-alpha.2",
3+
"version": "0.1.0-alpha.0",
44
"description": "Globals and shared modules",
55
"private": true,
66
"main": "dist/index.js",

0 commit comments

Comments
Β (0)