Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ jobs:
run: |
git config user.name github-actions
git config user.email github-actions@github.com
yarn pub
npm run pub
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish-next
if: startsWith(github.head_ref, 'release-auto-next-v')
run: |
git config user.name github-actions
git config user.email github-actions@github.com
yarn pub-next
npm run pub-next
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Read package.json
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tethys/store",
"version": "20.0.0",
"version": "21.0.0",
"scripts": {
"ng": "ng",
"start": "npm run start:docs",
Expand Down Expand Up @@ -61,7 +61,7 @@
"@types/node": "^24.10.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@worktile/pkg-manager": "0.0.9",
"@worktile/pkg-manager": "^0.1.0",
"coveralls": "^3.0.9",
"eslint": "^8.57.0",
"husky": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tethys/store",
"version": "20.0.0",
"version": "21.0.0",
"peerDependencies": {
"@angular/common": ">=21.0.0",
"@angular/core": ">=21.0.0",
Expand Down
Loading
Loading