diff --git a/.github/workflows/cd_publish.yml b/.github/workflows/cd_publish.yml index 305126f..38724f5 100644 --- a/.github/workflows/cd_publish.yml +++ b/.github/workflows/cd_publish.yml @@ -20,12 +20,10 @@ jobs: name: Release Please steps: - name: 🤝 Release Please - uses: google-github-actions/release-please-action@v3 + uses: googleapis/release-please-action@v4 id: release with: token: ${{ secrets.GITHUB_TOKEN }} - release-type: node - package-name: '@pokujs/react' - name: ➕ Actions - Checkout uses: actions/checkout@v4 diff --git a/.release-please-manifest.json b/.release-please-manifest.json new file mode 100644 index 0000000..96f1cd9 --- /dev/null +++ b/.release-please-manifest.json @@ -0,0 +1,3 @@ +{ + ".": "1.3.0" +} diff --git a/deno.json b/deno.json index 2dc131c..858ca79 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "nodeModulesDir": "auto", "imports": { - "@pokujs/dom": "npm:@pokujs/dom@^1.1.2" + "@pokujs/dom": "npm:@pokujs/dom@^1.2.0" } } diff --git a/package-lock.json b/package-lock.json index 32d41fc..6abe364 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "devDependencies": { "@happy-dom/global-registrator": "^20.8.9", "@ianvs/prettier-plugin-sort-imports": "^4.7.0", - "@pokujs/dom": "^1.1.2", + "@pokujs/dom": "^1.2.0", "@types/jsdom": "^28.0.1", "@types/node": "^25.5.0", "@types/react": "^19.2.14", @@ -857,9 +857,9 @@ } }, "node_modules/@pokujs/dom": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@pokujs/dom/-/dom-1.1.2.tgz", - "integrity": "sha512-Bs9blOGDABsgNdKBoMt7EoB0attpI83VF+LCfc2qU1BVFJQ6bRWFqniNIFWZAJOfT+qlyRcxIITmpQHYlRmLew==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@pokujs/dom/-/dom-1.2.0.tgz", + "integrity": "sha512-RafJKjW+7skIPF6dl2GLV7nMnvPJzIkWd6nNehJOq3m82OahEDWWBfeWvX/PumZj9liq11/JCMsifUvywfJhAQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4f1993b..2ec956f 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "devDependencies": { "@happy-dom/global-registrator": "^20.8.9", "@ianvs/prettier-plugin-sort-imports": "^4.7.0", - "@pokujs/dom": "^1.1.2", + "@pokujs/dom": "^1.2.0", "@types/jsdom": "^28.0.1", "@types/node": "^25.5.0", "@types/react": "^19.2.14", diff --git a/release-please-config.json b/release-please-config.json new file mode 100644 index 0000000..435640c --- /dev/null +++ b/release-please-config.json @@ -0,0 +1,6 @@ +{ + "release-type": "node", + "packages": { + ".": {} + } +}