Skip to content

Commit

Permalink
Release 1.0.1 - SNYK security upgrades 20211007 (#168)
Browse files Browse the repository at this point in the history
* apply snyk upgrades

* release version 1.0.1
  • Loading branch information
kevinxh committed Oct 7, 2021
1 parent cdbe9f7 commit 331cb1b
Show file tree
Hide file tree
Showing 9 changed files with 1,550 additions and 53 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "1.0.0",
"version": "1.0.1",
"publish": {
"allowBranch": [
"master"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobify-platform-sdks",
"version": "1.0.0",
"version": "1.0.1",
"engines": {
"node": "^12.0.0 || ^14.0.0",
"npm": ">=6.14.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/pwa-kit-create-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/pwa-kit-create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pwa-kit-create-app",
"version": "1.0.0",
"version": "1.0.1",
"description": "Salesforce's project generator tool",
"author": "dev@mobify.com",
"license": "See license in LICENSE",
Expand Down
1 change: 1 addition & 0 deletions packages/pwa-kit-react-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## v1.0.1 (Oct 07, 2021)
## v1.0.0 (Sep 08, 2021)
## v1.0.0-alpha.1 (Sep 08, 2021)
## v1.0.0-alpha.0 (Sep 08, 2021)
Expand Down
2 changes: 1 addition & 1 deletion packages/pwa-kit-react-sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/pwa-kit-react-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pwa-kit-react-sdk",
"version": "1.0.0",
"version": "1.0.1",
"description": "A library that supports the isomorphic React rendering pipeline for Commerce Cloud Managed Runtime apps",
"main": "dist/index.js",
"bin": {
Expand Down

0 comments on commit 331cb1b

Please sign in to comment.