diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 95bbddf..2a7c146 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -33,7 +33,7 @@ jobs: env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} github-release: - needs: publish + needs: npm-publish runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/examples/async-counter-typescript/package.json b/examples/async-counter-typescript/package.json index f9dd45d..5e6a659 100644 --- a/examples/async-counter-typescript/package.json +++ b/examples/async-counter-typescript/package.json @@ -12,6 +12,6 @@ "typescript": "^4.9.3" }, "dependencies": { - "doom-reactive-state": "^1.0.1" + "doom-reactive-state": "^1.0.2" } } diff --git a/examples/cdn-package/index.html b/examples/cdn-package/index.html index 65fb15e..c4f6ee4 100644 --- a/examples/cdn-package/index.html +++ b/examples/cdn-package/index.html @@ -1,7 +1,7 @@ - +