Maint: Bump wasm dependencies and add major flags for the publish script

This commit is contained in:
Zach Plata
2022-04-22 11:36:00 -07:00
committed by Zachary Plata
parent bb7d3e4e6c
commit 39f1990eac
2 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ jobs:
working-directory: ./
- id: determine_version
name: Get Version
run: npm run release -- --ci --release-version | tail -n 1 > RELEASE_VERSION
run: npm run release -- major --ci --release-version | tail -n 1 > RELEASE_VERSION
working-directory: ./
env:
GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}
@@ -66,7 +66,7 @@ jobs:
- name: Release rive-react
env:
GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}
run: npm run release -- --ci
run: npm run release -- major --ci
- name: Release @rive-app/react-* variants
env:
GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}

View File

@@ -27,8 +27,8 @@
},
"homepage": "https://github.com/rive-app/rive-react#readme",
"dependencies": {
"@rive-app/canvas": "1.0.44",
"@rive-app/webgl": "1.0.41"
"@rive-app/canvas": "1.0.46",
"@rive-app/webgl": "1.0.43"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"