diff --git a/.github/workflows/release-preview.yml b/.github/workflows/release-preview.yml index 9c5d490..20b7a38 100644 --- a/.github/workflows/release-preview.yml +++ b/.github/workflows/release-preview.yml @@ -68,11 +68,7 @@ jobs: - name: Run Nx release version run: pnpm release -d false - # Step 10: Run the build for the affected changes - - name: Run build - run: pnpm build - - # Step 11: Run publish + # Step 10: Run publish - name: Publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} @@ -81,13 +77,3 @@ jobs: # like NPM_CONFIG_REGISTRY so npm publish ends up ignoring the .npmrc file # which is set up by `setup-node` action. run: npx nx release publish --verbose --tag $RELEASE_TAG - - # Step 12: Upload artifacts - - name: Upload artifacts - uses: actions/upload-artifact@v4 - with: - path: './dist' - - # Step 13: Clean up dist directory - - name: Cleanup dist directory - run: rm -rf ./dist # Remove the dist directory to start fresh diff --git a/.github/workflows/release-production.yml b/.github/workflows/release-production.yml index 82a1c79..a9c7549 100644 --- a/.github/workflows/release-production.yml +++ b/.github/workflows/release-production.yml @@ -66,11 +66,7 @@ jobs: - name: Run Nx release version run: pnpm release -d false - # Step 10: Run the build for the affected changes - - name: Run build - run: pnpm build - - # Step 11: Run publish + # Step 10: Run publish - name: Publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} @@ -79,13 +75,3 @@ jobs: # like NPM_CONFIG_REGISTRY so npm publish ends up ignoring the .npmrc file # which is set up by `setup-node` action. run: pnpx nx release publish --verbose - - # Step 12: Upload artifacts - - name: Upload artifacts - uses: actions/upload-artifact@v4 - with: - path: './dist' - - # Step 13: Clean up dist directory - - name: Cleanup dist directory - run: rm -rf ./dist # Remove the dist directory to start fresh diff --git a/packages/next/package.json b/packages/next/package.json index 8f9ade2..e501cc7 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -18,7 +18,7 @@ "cookies-next": "^4.2.1", "superjson": "^2.2.1", "zustand": "^4.5.0", - "@quirks/store": "0.27.2-next.10" + "@quirks/store": "0.27.2-next.11" }, "peerDependencies": { "next": "^13" diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 72ede82..2916049 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -16,7 +16,7 @@ "sideEffects": false, "type": "module", "dependencies": { - "@quirks/store": "0.27.2-next.10", + "@quirks/store": "0.27.2-next.11", "@quirks/core": "0.19.1-next.11", "babel-plugin-module-resolver": "^5.0.0", "@craftzdog/react-native-buffer": "^6.0.5", diff --git a/packages/react/package.json b/packages/react/package.json index 766bb44..15d0d5b 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -15,7 +15,7 @@ "sideEffects": false, "type": "module", "dependencies": { - "@quirks/store": "0.27.2-next.10", + "@quirks/store": "0.27.2-next.11", "@quirks/core": "0.19.1-next.11", "cosmjs-types": "^0.9.0", "@cosmjs/amino": "^0.32.2", diff --git a/packages/vue/package.json b/packages/vue/package.json index 63fa49e..c80223d 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -15,7 +15,7 @@ "sideEffects": false, "type": "module", "dependencies": { - "@quirks/store": "0.27.2-next.10", + "@quirks/store": "0.27.2-next.11", "@quirks/core": "0.19.1-next.11", "vue-zustand": "^0.6.0", "eventemitter3": "^5.0.1",