Skip to content

Commit 32a1600

Browse files
committed
Revert "build: release 21.0.0 (#207)"
This reverts commit 1f7263d.
1 parent 1f7263d commit 32a1600

4 files changed

Lines changed: 78 additions & 395 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ jobs:
4444
run: |
4545
git config user.name github-actions
4646
git config user.email github-actions@github.com
47-
npm run pub
47+
yarn pub
4848
env:
4949
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5050
- name: Publish-next
5151
if: startsWith(github.head_ref, 'release-auto-next-v')
5252
run: |
5353
git config user.name github-actions
5454
git config user.email github-actions@github.com
55-
npm run pub-next
55+
yarn pub-next
5656
env:
5757
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5858
- name: Read package.json

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tethys/store",
3-
"version": "21.0.0",
3+
"version": "20.0.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "npm run start:docs",
@@ -61,7 +61,7 @@
6161
"@types/node": "^24.10.0",
6262
"@typescript-eslint/eslint-plugin": "^7.2.0",
6363
"@typescript-eslint/parser": "^7.2.0",
64-
"@worktile/pkg-manager": "^0.1.0",
64+
"@worktile/pkg-manager": "0.0.9",
6565
"coveralls": "^3.0.9",
6666
"eslint": "^8.57.0",
6767
"husky": "^6.0.0",

packages/store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tethys/store",
3-
"version": "21.0.0",
3+
"version": "20.0.0",
44
"peerDependencies": {
55
"@angular/common": ">=21.0.0",
66
"@angular/core": ">=21.0.0",

0 commit comments

Comments
 (0)