Skip to content

Commit ed1c4fd

Browse files
authored
Bump up patch version to 1.5.2 (#538)
1 parent f1e8bfd commit ed1c4fd

File tree

13 files changed

+22
-14
lines changed

13 files changed

+22
-14
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": "1.5.2-alpha.0",
6+
"version": "1.5.2",
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": "mobify-platform-sdks",
3-
"version": "1.5.2-alpha.0",
3+
"version": "1.5.2",
44
"engines": {
55
"node": "^12.0.0 || ^14.0.0",
66
"npm": "^6.14.4 || ^7.0.0 || ^8.0.0"

packages/hello-world/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/hello-world/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hello-world",
3-
"version": "1.5.2-alpha.0",
3+
"version": "1.5.2",
44
"license": "See license in LICENSE",
55
"private": true,
66
"dependencies": {
@@ -21,7 +21,7 @@
2121
"eslint-plugin-prettier": "3.0.1",
2222
"eslint-plugin-react": "7.24.0",
2323
"prettier": "1.18.2",
24-
"pwa-kit-react-sdk": "^1.5.2-alpha.0"
24+
"pwa-kit-react-sdk": "^1.5.2"
2525
},
2626
"scripts": {
2727
"format": "prettier --write \"**/*.{js,jsx}\"",

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pwa-kit-create-app",
3-
"version": "1.5.2-alpha.0",
3+
"version": "1.5.2",
44
"description": "Salesforce's project generator tool",
55
"author": "dev@mobify.com",
66
"license": "See license in LICENSE",

packages/pwa-kit-react-sdk/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
## v1.5.2-alpha.0 (Apr 22, 2022)
1+
## v1.5.2 (Apr 22, 2022)
2+
3+
- Webpack config no longer assumes that within a project, the `config` directory exists. [#522](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/522)
4+
25
## v1.5.1 (Mar 31, 2022)
36
## v1.5.0 (Jan 28, 2022)
47

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.

packages/pwa-kit-react-sdk/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-react-sdk",
3-
"version": "1.5.2-alpha.0",
3+
"version": "1.5.2",
44
"description": "A library that supports the isomorphic React rendering pipeline for Commerce Cloud Managed Runtime apps",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)