Skip to content

Commit 34da9f4

Browse files
Versions bumped.
1 parent b385d20 commit 34da9f4

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
"private": true,
44
"scripts": {
55
"generate": "rush generate",
6-
"tools-build": "ts-node ./tools/rush-tools.ts run gulp-build -e simplr-mvdir",
7-
"source-build": "ts-node ./tools/rush-tools.ts run build -e simplr-mvdir",
8-
"test": "ts-node ./tools/rush-tools.ts run test-tsc -e simplr-mvdir",
9-
"rush-tools": "ts-node ./tools/rush-tools.ts"
6+
"tools-build": "npm run rush-tools run gulp-build -e simplr-mvdir",
7+
"source-build": "npm run rush-tools run build -e simplr-mvdir",
8+
"test": "npm run rush-tools run test-tsc -e simplr-mvdir",
9+
"rush-tools": "ts-node ./tools/rush-tools.ts",
10+
"publish": "npm run rush-tools publish"
1011
},
1112
"devDependencies": {
1213
"@microsoft/rush": "^3.0.9",

packages/simplr-forms-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simplr-forms-dom",
3-
"version": "4.0.1-beta.2",
3+
"version": "4.0.1-beta.4",
44
"description": "DOM components for simplr-forms.",
55
"repository": "SimplrJS/simplr-forms",
66
"homepage": "https://github.com/SimplrJS/simplr-forms",

packages/simplr-forms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simplr-forms",
3-
"version": "4.0.1-beta.2",
3+
"version": "4.0.1-beta.4",
44
"description": "Shared simplr-forms logic.",
55
"repository": "SimplrJS/simplr-forms",
66
"homepage": "https://github.com/SimplrJS/simplr-forms",

packages/simplr-validation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simplr-validation",
3-
"version": "4.0.1-beta.5",
3+
"version": "4.0.1-beta.7",
44
"description": "Validation library for simplr-forms.",
55
"repository": "SimplrJS/simplr-forms",
66
"homepage": "https://github.com/SimplrJS/simplr-forms",

0 commit comments

Comments
 (0)