Skip to content

Commit 5098573

Browse files
chore: bump @wix/motion RC version [skip ci]
1 parent 3f8ceca commit 5098573

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.yarnrc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ nodeLinker: node-modules
99
npmMinimalAgeGate: 14d
1010

1111
npmPreapprovedPackages:
12-
- '@wix/*'
12+
- "@wix/*"
1313

14-
npmRegistryServer: 'https://registry.npmjs.org/'
14+
npmRegistryServer: "https://registry.npmjs.org/"

packages/interact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"url": "https://github.com/wix-incubator/interact/issues"
5656
},
5757
"dependencies": {
58-
"@wix/motion": "^2.0.0-rc.1",
58+
"@wix/motion": "^2.0.0-rc.2",
5959
"fastdom": "^1.0.12",
6060
"fizban": "^0.7.2",
6161
"kuliso": "^0.4.13"

packages/motion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wix/motion",
3-
"version": "2.0.0-rc.1",
3+
"version": "2.0.0-rc.2",
44
"description": "High-performance animation toolkit for the web, powering Wix motion presets and tooling.",
55
"license": "MIT",
66
"main": "dist/cjs/motion.js",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ __metadata:
13701370
"@types/react-dom": "npm:^18.3.0"
13711371
"@vitejs/plugin-react": "npm:^4.3.4"
13721372
"@vitest/coverage-v8": "npm:^4.0.14"
1373-
"@wix/motion": "npm:^2.0.0-rc.1"
1373+
"@wix/motion": "npm:^2.0.0-rc.2"
13741374
fastdom: "npm:^1.0.12"
13751375
fizban: "npm:^0.7.2"
13761376
jsdom: "npm:^24.0.0"
@@ -1402,7 +1402,7 @@ __metadata:
14021402
languageName: node
14031403
linkType: hard
14041404

1405-
"@wix/motion@npm:^2.0.0-rc.1, @wix/motion@workspace:packages/motion":
1405+
"@wix/motion@npm:^2.0.0-rc.2, @wix/motion@workspace:packages/motion":
14061406
version: 0.0.0-use.local
14071407
resolution: "@wix/motion@workspace:packages/motion"
14081408
dependencies:

0 commit comments

Comments
 (0)