Skip to content

Commit a397211

Browse files
committed
bump alpha version
1 parent e44e244 commit a397211

File tree

19 files changed

+34
-34
lines changed

19 files changed

+34
-34
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "2.1.0-alpha.0",
6+
"version": "2.1.0-alpha.1",
77
"publish": {
88
"allowBranch": [
99
"master"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pwa-kit",
3-
"version": "2.1.0-alpha.0",
3+
"version": "2.1.0-alpha.1",
44
"engines": {
55
"node": "^14.0.0",
66
"npm": "^6.14.4 || ^7.0.0 || ^8.0.0"

packages/internal-lib-build/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/internal-lib-build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "internal-lib-build",
3-
"version": "2.1.0-alpha.0",
3+
"version": "2.1.0-alpha.1",
44
"engines": {
55
"node": "^14.0.0",
66
"npm": "^6.14.4 || ^7.0.0 || ^8.0.0"

packages/pwa-kit-create-app/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/pwa-kit-create-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pwa-kit-create-app",
3-
"version": "2.1.0-alpha.0",
3+
"version": "2.1.0-alpha.1",
44
"description": "Salesforce's project generator tool",
55
"author": "dev@mobify.com",
66
"license": "See license in LICENSE",
@@ -40,7 +40,7 @@
4040
"tar": "^6.1.11"
4141
},
4242
"devDependencies": {
43-
"internal-lib-build": "^2.1.0-alpha.0",
43+
"internal-lib-build": "^2.1.0-alpha.1",
4444
"verdaccio": "^5.9.0"
4545
}
4646
}

packages/pwa-kit-dev/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/pwa-kit-dev/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pwa-kit-dev",
3-
"version": "2.1.0-alpha.0",
3+
"version": "2.1.0-alpha.1",
44
"description": "Build tools for pwa-kit",
55
"repository": {
66
"type": "git",
@@ -91,7 +91,7 @@
9191
"morgan": "1.9.1",
9292
"open": "^8.4.0",
9393
"prettier": "^1.18.2",
94-
"pwa-kit-runtime": "^2.1.0-alpha.0",
94+
"pwa-kit-runtime": "^2.1.0-alpha.1",
9595
"react-refresh": "^0.13.0",
9696
"replace-in-file": "^6.2.0",
9797
"request": "^2.88.0",
@@ -111,7 +111,7 @@
111111
},
112112
"devDependencies": {
113113
"@loadable/component": "^5.15.0",
114-
"internal-lib-build": "^2.1.0-alpha.0",
114+
"internal-lib-build": "^2.1.0-alpha.1",
115115
"nock": "^13.1.1",
116116
"superagent": "^6.1.0",
117117
"supertest": "^4.0.2"

packages/pwa-kit-react-sdk/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)