From 39f1990eac8f2af0b502f0608e892c523d399bc6 Mon Sep 17 00:00:00 2001 From: Zach Plata Date: Fri, 22 Apr 2022 11:36:00 -0700 Subject: [PATCH] Maint: Bump wasm dependencies and add major flags for the publish script --- .github/workflows/publish.yml | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3c8466c..7d9332e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 }} diff --git a/package.json b/package.json index 17e57d3..6986f7d 100644 --- a/package.json +++ b/package.json @@ -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"