Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
bumped core version
Browse files Browse the repository at this point in the history
  • Loading branch information
bennobuilder committed Sep 4, 2022
1 parent 095244e commit 594bc7a
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"watch:push": "tsc-watch --onSuccess \"yarn run dev:push\"",
"watch": "shx rm -rf dist && tsc -w",
"release:prepare": "yarn run build",
"release:manual": "yarn run release && npm publish",
"release:manual": "yarn run release:prepare && npm publish",
"pack": "npm pack",
"test": "jest",
"test:coverage": "jest --coverage",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agile-ts/core",
"version": "0.2.8",
"version": "0.2.9",
"author": "BennoDev",
"license": "MIT",
"homepage": "https://agile-ts.org/",
Expand Down Expand Up @@ -42,7 +42,7 @@
"watch:push": "tsc-watch --onSuccess \"yarn run dev:push\"",
"watch": "shx rm -rf dist && tsc -w",
"release:prepare": "node ./scripts/prepublish.js && yarn run build",
"release:manual": "yarn run release && npm publish && git checkout README.md",
"release:manual": "yarn run release:prepare && npm publish && git checkout README.md",
"pack": "npm pack",
"test": "jest",
"test:coverage": "jest --coverage",
Expand Down
2 changes: 1 addition & 1 deletion packages/event/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"watch:push": "tsc-watch --onSuccess \"yarn run dev:push\"",
"watch": "shx rm -rf dist && tsc -w",
"release:prepare": "yarn run build",
"release:manual": "yarn run release && npm publish",
"release:manual": "yarn run release:prepare && npm publish",
"pack": "npm pack",
"test": "jest",
"test:coverage": "jest --coverage",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"watch:push": "tsc-watch --onSuccess \"yarn run dev:push\"",
"watch": "shx rm -rf dist && tsc -w",
"release:prepare": "yarn run build",
"release:manual": "yarn run release && npm publish",
"release:manual": "yarn run release:prepare && npm publish",
"pack": "npm pack",
"test": "jest",
"test:coverage": "jest --coverage",
Expand Down
2 changes: 1 addition & 1 deletion packages/multieditor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"watch:push": "tsc-watch --onSuccess \"yarn run dev:push\"",
"watch": "shx rm -rf dist && tsc -w",
"release:prepare": "yarn run build",
"release:manual": "yarn run release && npm publish",
"release:manual": "yarn run release:prepare && npm publish",
"pack": "npm pack",
"test": "jest",
"test:coverage": "jest --coverage",
Expand Down
2 changes: 1 addition & 1 deletion packages/proxytree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"watch:push": "tsc-watch --onSuccess \"yarn run dev:push\"",
"watch": "shx rm -rf dist && tsc -w",
"release:prepare": "yarn run build",
"release:manual": "yarn run release && npm publish",
"release:manual": "yarn run release:prepare && npm publish",
"pack": "npm pack",
"test": "jest",
"test:coverage": "jest --coverage",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"watch:push": "tsc-watch --onSuccess \"yarn run dev:push\"",
"watch": "shx rm -rf dist && tsc -w",
"release:prepare": "yarn run build",
"release:manual": "yarn run release && npm publish",
"release:manual": "yarn run release:prepare && npm publish",
"pack": "npm pack",
"test": "jest",
"test:coverage": "jest --coverage",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"watch:push": "tsc-watch --onSuccess \"yarn run dev:push\"",
"watch": "shx rm -rf dist && tsc -w",
"release:prepare": "yarn run build",
"release:manual": "yarn run release && npm publish",
"release:manual": "yarn run release:prepare && npm publish",
"pack": "npm pack",
"test": "jest",
"test:coverage": "jest --coverage",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"watch:push": "tsc-watch --onSuccess \"yarn run dev:push\"",
"watch": "shx rm -rf dist && tsc -w",
"release:prepare": "yarn run build",
"release:manual": "yarn run release && npm publish",
"release:manual": "yarn run release:prepare && npm publish",
"pack": "npm pack",
"test": "jest",
"test:coverage": "jest --coverage",
Expand Down

0 comments on commit 594bc7a

Please sign in to comment.