Skip to content

Commit

Permalink
v12.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
illiakovalenko committed Sep 28, 2020
1 parent a933c3c commit 5656712
Show file tree
Hide file tree
Showing 24 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -4,5 +4,5 @@
"packages/*",
"samples/*"
],
"version": "12.0.1"
"version": "12.0.2"
}
2 changes: 1 addition & 1 deletion packages/sitecore-jss-angular-schematics/package.json
@@ -1,6 +1,6 @@
{
"name": "@sitecore-jss/sitecore-jss-angular-schematics",
"version": "12.0.1",
"version": "12.0.2",
"description": "Scaffolding schematics for Sitecore JSS Angular apps",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
4 changes: 2 additions & 2 deletions packages/sitecore-jss-angular/package.json
@@ -1,6 +1,6 @@
{
"name": "@sitecore-jss/sitecore-jss-angular",
"version": "12.0.1",
"version": "12.0.2",
"description": "",
"scripts": {
"build": "ng-packagr -p ng-package.json",
Expand Down Expand Up @@ -51,7 +51,7 @@
"rxjs": "^6.5.3"
},
"dependencies": {
"@sitecore-jss/sitecore-jss": "^12.0.1"
"@sitecore-jss/sitecore-jss": "^12.0.2"
},
"main": "dist/bundles/sitecore-jss-sitecore-jss-angular.umd.js",
"module": "dist/esm5/sitecore-jss-sitecore-jss-angular.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/sitecore-jss-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@sitecore-jss/sitecore-jss-cli",
"version": "12.0.1",
"version": "12.0.2",
"description": "Sitecore JSS command-line",
"scripts": {
"build": "npm run clean && tsc",
Expand Down Expand Up @@ -30,8 +30,8 @@
"url": "https://github.com/sitecore/jss/issues"
},
"dependencies": {
"@sitecore-jss/sitecore-jss-dev-tools": "^12.0.1",
"@sitecore-jss/sitecore-jss-manifest": "^12.0.1",
"@sitecore-jss/sitecore-jss-dev-tools": "^12.0.2",
"@sitecore-jss/sitecore-jss-manifest": "^12.0.2",
"chalk": "^2.4.2",
"cross-spawn": "^7.0.0",
"fs-extra": "^8.1.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/sitecore-jss-dev-tools/package.json
@@ -1,6 +1,6 @@
{
"name": "@sitecore-jss/sitecore-jss-dev-tools",
"version": "12.0.1",
"version": "12.0.2",
"description": "Utilities to assist in the development and deployment of Sitecore JSS apps.",
"scripts": {
"build": "npm run clean && tsc",
Expand Down Expand Up @@ -29,9 +29,9 @@
"url": "https://github.com/sitecore/jss/issues"
},
"dependencies": {
"@sitecore-jss/sitecore-jss": "^12.0.1",
"@sitecore-jss/sitecore-jss-manifest": "^12.0.1",
"@sitecore-jss/sitecore-jss-update-package": "^12.0.1",
"@sitecore-jss/sitecore-jss": "^12.0.2",
"@sitecore-jss/sitecore-jss-manifest": "^12.0.2",
"@sitecore-jss/sitecore-jss-update-package": "^12.0.2",
"chokidar": "^3.2.1",
"del": "^5.1.0",
"express": "^4.17.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/sitecore-jss-forms/package.json
@@ -1,6 +1,6 @@
{
"name": "@sitecore-jss/sitecore-jss-forms",
"version": "12.0.1",
"version": "12.0.2",
"main": "dist/index.js",
"scripts": {
"build": "npm run clean && tsc",
Expand Down Expand Up @@ -42,7 +42,7 @@
"typescript": "^3.6.3"
},
"dependencies": {
"@sitecore-jss/sitecore-jss": "^12.0.1"
"@sitecore-jss/sitecore-jss": "^12.0.2"
},
"description": "",
"types": "types/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/sitecore-jss-manifest/package.json
@@ -1,6 +1,6 @@
{
"name": "@sitecore-jss/sitecore-jss-manifest",
"version": "12.0.1",
"version": "12.0.2",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand All @@ -25,8 +25,8 @@
"url": "https://github.com/sitecore/jss/issues"
},
"dependencies": {
"@sitecore-jss/sitecore-jss": "^12.0.1",
"@sitecore-jss/sitecore-pipelines": "^12.0.1",
"@sitecore-jss/sitecore-jss": "^12.0.2",
"@sitecore-jss/sitecore-pipelines": "^12.0.2",
"fs-extra": "^8.1.0",
"glob": "^7.1.4",
"import-fresh": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sitecore-jss-proxy/package.json
@@ -1,6 +1,6 @@
{
"name": "@sitecore-jss/sitecore-jss-proxy",
"version": "12.0.1",
"version": "12.0.2",
"description": "Proxy middleware for express.js server.",
"main": "dist/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/sitecore-jss-react-forms/package.json
@@ -1,6 +1,6 @@
{
"name": "@sitecore-jss/sitecore-jss-react-forms",
"version": "12.0.1",
"version": "12.0.2",
"main": "dist/index.js",
"scripts": {
"build": "npm run clean && tsc",
Expand Down Expand Up @@ -37,7 +37,7 @@
"react-dom": "^16.10.2"
},
"dependencies": {
"@sitecore-jss/sitecore-jss-forms": "^12.0.1",
"@sitecore-jss/sitecore-jss-forms": "^12.0.2",
"prop-types": "^15.7.2"
},
"description": "",
Expand Down
4 changes: 2 additions & 2 deletions packages/sitecore-jss-react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "@sitecore-jss/sitecore-jss-react-native",
"version": "12.0.1",
"version": "12.0.2",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"url": "https://github.com/sitecore/jss/issues"
},
"dependencies": {
"@sitecore-jss/sitecore-jss": "^12.0.1",
"@sitecore-jss/sitecore-jss": "^12.0.2",
"prop-types": "^15.7.2",
"react-native-htmlview": "^0.15.0",
"react-native-svg": "^9.13.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/sitecore-jss-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@sitecore-jss/sitecore-jss-react",
"version": "12.0.1",
"version": "12.0.2",
"main": "dist/index.js",
"scripts": {
"build": "npm run clean && tsc",
Expand Down Expand Up @@ -56,7 +56,7 @@
"react-dom": "^16.9.0"
},
"dependencies": {
"@sitecore-jss/sitecore-jss": "^12.0.1",
"@sitecore-jss/sitecore-jss": "^12.0.2",
"prop-types": "^15.7.2",
"style-attr": "^1.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sitecore-jss-rendering-host/package.json
@@ -1,6 +1,6 @@
{
"name": "@sitecore-jss/sitecore-jss-rendering-host",
"version": "12.0.1",
"version": "12.0.2",
"main": "dist/index.js",
"scripts": {
"build": "npm run clean && tsc",
Expand Down
4 changes: 2 additions & 2 deletions packages/sitecore-jss-tracking/package.json
@@ -1,6 +1,6 @@
{
"name": "@sitecore-jss/sitecore-jss-tracking",
"version": "12.0.1",
"version": "12.0.2",
"main": "dist/index.js",
"scripts": {
"build": "npm run clean && tsc",
Expand Down Expand Up @@ -46,7 +46,7 @@
"url-parse": "^1.4.7"
},
"dependencies": {
"@sitecore-jss/sitecore-jss": "^12.0.1"
"@sitecore-jss/sitecore-jss": "^12.0.2"
},
"description": "",
"types": "types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/sitecore-jss-update-package/package.json
@@ -1,6 +1,6 @@
{
"name": "@sitecore-jss/sitecore-jss-update-package",
"version": "12.0.1",
"version": "12.0.2",
"description": "Allows creation of Sitecore Update Packages in JavaScript (currently files only).",
"main": "dist/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/sitecore-jss-vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@sitecore-jss/sitecore-jss-vue",
"version": "12.0.1",
"version": "12.0.2",
"description": "A library for building Sitecore JSS apps using Vue.js",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"vue": "^2.6.10"
},
"dependencies": {
"@sitecore-jss/sitecore-jss": "^12.0.1"
"@sitecore-jss/sitecore-jss": "^12.0.2"
},
"types": "./types/index.d.ts",
"gitHead": "2f4820efddf4454eeee58ed1b2cc251969efdf5b"
Expand Down
2 changes: 1 addition & 1 deletion packages/sitecore-jss/package.json
@@ -1,6 +1,6 @@
{
"name": "@sitecore-jss/sitecore-jss",
"version": "12.0.1",
"version": "12.0.2",
"main": "dist/index.js",
"scripts": {
"build": "npm run clean && tsc",
Expand Down
2 changes: 1 addition & 1 deletion packages/sitecore-pipelines/package.json
@@ -1,6 +1,6 @@
{
"name": "@sitecore-jss/sitecore-pipelines",
"version": "12.0.1",
"version": "12.0.2",
"description": "Sitecore Pipelines in JavaScript.",
"main": "dist/index.js",
"scripts": {
Expand Down
16 changes: 8 additions & 8 deletions samples/angular/package.json
@@ -1,6 +1,6 @@
{
"name": "jss-sample-angular",
"version": "12.0.1",
"version": "12.0.2",
"description": "Application utilizing Sitecore JavaScript Services and Angular (angular-cli).",
"config": {
"appName": "JssAngularWeb",
Expand Down Expand Up @@ -66,9 +66,9 @@
"@ngx-meta/core": "~7.0.0",
"@ngx-translate/core": "~11.0.1",
"@ngx-translate/http-loader": "~4.0.0",
"@sitecore-jss/sitecore-jss": "^12.0.1",
"@sitecore-jss/sitecore-jss-angular": "^12.0.1",
"@sitecore-jss/sitecore-jss-tracking": "^12.0.1",
"@sitecore-jss/sitecore-jss": "^12.0.2",
"@sitecore-jss/sitecore-jss-angular": "^12.0.2",
"@sitecore-jss/sitecore-jss-tracking": "^12.0.2",
"apollo-angular": "~1.7.0",
"apollo-angular-link-http-batch": "~1.7.0",
"apollo-angular-link-persisted": "~1.1.0",
Expand All @@ -89,10 +89,10 @@
"@angular/cli": "~8.3.6",
"@angular/compiler-cli": "~8.2.8",
"@angular/language-service": "~8.2.8",
"@sitecore-jss/sitecore-jss-angular-schematics": "^12.0.1",
"@sitecore-jss/sitecore-jss-cli": "^12.0.1",
"@sitecore-jss/sitecore-jss-dev-tools": "^12.0.1",
"@sitecore-jss/sitecore-jss-manifest": "^12.0.1",
"@sitecore-jss/sitecore-jss-angular-schematics": "^12.0.2",
"@sitecore-jss/sitecore-jss-cli": "^12.0.2",
"@sitecore-jss/sitecore-jss-dev-tools": "^12.0.2",
"@sitecore-jss/sitecore-jss-manifest": "^12.0.2",
"@types/jasmine": "~3.4.2",
"@types/jasminewd2": "~2.0.8",
"@types/node": "~12.7.9",
Expand Down
4 changes: 2 additions & 2 deletions samples/node-headless-ssr-proxy/package.json
@@ -1,6 +1,6 @@
{
"name": "node-headless-ssr-proxy-sample",
"version": "12.0.1",
"version": "12.0.2",
"description": "Node server-side-rendering proxy sample for running JSS apps under Node hosting",
"main": "dist/index.js",
"scripts": {
Expand All @@ -25,7 +25,7 @@
"homepage": "https://jss.sitecore.net",
"license": "Apache-2.0",
"dependencies": {
"@sitecore-jss/sitecore-jss-proxy": "^12.0.1",
"@sitecore-jss/sitecore-jss-proxy": "^12.0.2",
"compression": "~1.7.3",
"express": "~4.16.4",
"ipaddr.js": "~1.8.1",
Expand Down
10 changes: 5 additions & 5 deletions samples/react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "jss-sample-reactnative",
"version": "12.0.1",
"version": "12.0.2",
"description": "A basic React Native app utilizing Sitecore JavaScript Services",
"config": {
"appName": "JssReactNative",
Expand All @@ -26,7 +26,7 @@
"lint": "eslint --fix ./src/**/*.js ./sitecore/definitions/**/*.js ./**/*.js"
},
"dependencies": {
"@sitecore-jss/sitecore-jss-react-native": "^12.0.1",
"@sitecore-jss/sitecore-jss-react-native": "^12.0.2",
"axios": "^0.18.1",
"prop-types": "^15.6.0",
"react": "^16.9.0",
Expand All @@ -39,9 +39,9 @@
},
"private": true,
"devDependencies": {
"@sitecore-jss/sitecore-jss-cli": "^12.0.1",
"@sitecore-jss/sitecore-jss-dev-tools": "^12.0.1",
"@sitecore-jss/sitecore-jss-manifest": "^12.0.1",
"@sitecore-jss/sitecore-jss-cli": "^12.0.2",
"@sitecore-jss/sitecore-jss-dev-tools": "^12.0.2",
"@sitecore-jss/sitecore-jss-manifest": "^12.0.2",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-plugin-inline-replace-variables": "^1.3.1",
Expand Down
6 changes: 3 additions & 3 deletions samples/react/package.json
@@ -1,7 +1,7 @@
{
"name": "jss-sample-react",
"description": "Application utilizing Sitecore JavaScript Services and React (create-react-app).",
"version": "12.0.1",
"version": "12.0.2",
"private": true,
"config": {
"appName": "JssReactWeb",
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@sitecore-jss/sitecore-jss-react": "^12.0.1",
"@sitecore-jss/sitecore-jss-tracking": "^12.0.1",
"@sitecore-jss/sitecore-jss-react": "^12.0.2",
"@sitecore-jss/sitecore-jss-tracking": "^12.0.2",
"apollo-cache-inmemory": "~1.6.3",
"apollo-client": "~2.6.4",
"apollo-link": "~1.2.13",
Expand Down
10 changes: 5 additions & 5 deletions samples/sitecore-embedded-jss-app/package.json
@@ -1,6 +1,6 @@
{
"name": "jss-embedded-jss-app-sample",
"version": "12.0.1",
"version": "12.0.2",
"description": "Demonstrates embedding a JSS application within a traditional Sitecore page",
"config": {
"appName": "EmbeddedWizard",
Expand Down Expand Up @@ -51,7 +51,7 @@
"homepage": "https://jss.sitecore.net",
"license": "Apache-2.0",
"dependencies": {
"@sitecore-jss/sitecore-jss-react": "^12.0.1",
"@sitecore-jss/sitecore-jss-react": "^12.0.2",
"axios": "~0.18.0",
"babel-plugin-inline-import": "~2.0.6",
"babel-polyfill": "~6.26.0",
Expand All @@ -62,9 +62,9 @@
"react-stepzilla": "~4.7.0"
},
"devDependencies": {
"@sitecore-jss/sitecore-jss-cli": "^12.0.1",
"@sitecore-jss/sitecore-jss-dev-tools": "^12.0.1",
"@sitecore-jss/sitecore-jss-manifest": "^12.0.1",
"@sitecore-jss/sitecore-jss-cli": "^12.0.2",
"@sitecore-jss/sitecore-jss-dev-tools": "^12.0.2",
"@sitecore-jss/sitecore-jss-manifest": "^12.0.2",
"babel-core": "~6.26.0",
"babel-eslint": "~7.2.3",
"babel-loader": "~7.1.2",
Expand Down
10 changes: 5 additions & 5 deletions samples/sitecore-javascript-renderings/package.json
@@ -1,6 +1,6 @@
{
"name": "jss-javascript-renderings-reactweb-sample",
"version": "12.0.1",
"version": "12.0.2",
"description": "A basic component library utilizing Sitecore JavaScript Services. Demonstrates how to use indidivual components as renderings in Sitecore instead of full-fledged applications.",
"config": {
"appName": "JssComponentsReactWeb",
Expand Down Expand Up @@ -45,16 +45,16 @@
"homepage": "https://jss.sitecore.net",
"license": "Apache-2.0",
"dependencies": {
"@sitecore-jss/sitecore-jss-react": "^12.0.1",
"@sitecore-jss/sitecore-jss-react": "^12.0.2",
"babel-polyfill": "~6.26.0",
"prop-types": "~15.6.2",
"react": "~16.4.2",
"react-dom": "~16.4.2"
},
"devDependencies": {
"@sitecore-jss/sitecore-jss-cli": "^12.0.1",
"@sitecore-jss/sitecore-jss-dev-tools": "^12.0.1",
"@sitecore-jss/sitecore-jss-manifest": "^12.0.1",
"@sitecore-jss/sitecore-jss-cli": "^12.0.2",
"@sitecore-jss/sitecore-jss-dev-tools": "^12.0.2",
"@sitecore-jss/sitecore-jss-manifest": "^12.0.2",
"babel-core": "~6.26.0",
"babel-eslint": "~7.2.3",
"babel-loader": "~7.1.2",
Expand Down

0 comments on commit 5656712

Please sign in to comment.