Skip to content

Commit

Permalink
version v21.0.0-canary.27 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated Build committed Apr 12, 2022
1 parent 5817231 commit 7601c6a
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages/*",
"samples/*"
],
"version": "21.0.0-canary.26",
"version": "21.0.0-canary.27",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/create-sitecore-jss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-sitecore-jss",
"version": "21.0.0-canary.26",
"version": "21.0.0-canary.27",
"description": "Sitecore JSS initializer",
"bin": "./dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sitecore-jss-angular-schematics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sitecore-jss/sitecore-jss-angular-schematics",
"version": "21.0.0-canary.26",
"version": "21.0.0-canary.27",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sitecore-jss/sitecore-jss-angular",
"version": "21.0.0-canary.26",
"version": "21.0.0-canary.27",
"description": "",
"scripts": {
"build": "ng-packagr -p ng-package.json",
Expand Down Expand Up @@ -58,7 +58,7 @@
"rxjs": "~6.6.6"
},
"dependencies": {
"@sitecore-jss/sitecore-jss": "^21.0.0-canary.26"
"@sitecore-jss/sitecore-jss": "^21.0.0-canary.27"
},
"main": "dist/bundles/sitecore-jss-sitecore-jss-angular.umd.js",
"module": "dist/fesm2015/sitecore-jss-sitecore-jss-angular.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/sitecore-jss-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sitecore-jss/sitecore-jss-cli",
"version": "21.0.0-canary.26",
"version": "21.0.0-canary.27",
"description": "Sitecore JSS command-line",
"main": "dist/cjs/cli.js",
"module": "dist/esm/cli.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/sitecore/jss/issues"
},
"dependencies": {
"@sitecore-jss/sitecore-jss-dev-tools": "^21.0.0-canary.26",
"@sitecore-jss/sitecore-jss-dev-tools": "^21.0.0-canary.27",
"chalk": "^2.4.2",
"cross-spawn": "^7.0.0",
"dotenv": "^8.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/sitecore-jss-dev-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sitecore-jss/sitecore-jss-dev-tools",
"version": "21.0.0-canary.26",
"version": "21.0.0-canary.27",
"description": "Utilities to assist in the development and deployment of Sitecore JSS apps.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/sitecore/jss/issues"
},
"dependencies": {
"@sitecore-jss/sitecore-jss": "^21.0.0-canary.26",
"@sitecore-jss/sitecore-jss": "^21.0.0-canary.27",
"axios": "^0.21.1",
"chalk": "^2.4.1",
"chokidar": "^3.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/sitecore-jss-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sitecore-jss/sitecore-jss-forms",
"version": "21.0.0-canary.26",
"version": "21.0.0-canary.27",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"sideEffects": false,
Expand Down Expand Up @@ -44,7 +44,7 @@
"typescript": "~4.3.5"
},
"dependencies": {
"@sitecore-jss/sitecore-jss": "^21.0.0-canary.26"
"@sitecore-jss/sitecore-jss": "^21.0.0-canary.27"
},
"description": "",
"types": "types/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/sitecore-jss-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sitecore-jss/sitecore-jss-nextjs",
"version": "21.0.0-canary.26",
"version": "21.0.0-canary.27",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"sideEffects": false,
Expand Down Expand Up @@ -68,9 +68,9 @@
"react-dom": "^17.0.2"
},
"dependencies": {
"@sitecore-jss/sitecore-jss": "^21.0.0-canary.26",
"@sitecore-jss/sitecore-jss-dev-tools": "^21.0.0-canary.26",
"@sitecore-jss/sitecore-jss-react": "^21.0.0-canary.26",
"@sitecore-jss/sitecore-jss": "^21.0.0-canary.27",
"@sitecore-jss/sitecore-jss-dev-tools": "^21.0.0-canary.27",
"@sitecore-jss/sitecore-jss-react": "^21.0.0-canary.27",
"prop-types": "^15.7.2",
"sync-disk-cache": "^2.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sitecore-jss-proxy/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/sitecore-jss-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sitecore-jss/sitecore-jss-proxy",
"version": "21.0.0-canary.26",
"version": "21.0.0-canary.27",
"description": "Proxy middleware for express.js server.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/sitecore-jss-react-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sitecore-jss/sitecore-jss-react-forms",
"version": "21.0.0-canary.26",
"version": "21.0.0-canary.27",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"sideEffects": false,
Expand Down Expand Up @@ -55,7 +55,7 @@
"react-dom": "^17.0.2"
},
"dependencies": {
"@sitecore-jss/sitecore-jss-forms": "^21.0.0-canary.26",
"@sitecore-jss/sitecore-jss-forms": "^21.0.0-canary.27",
"prop-types": "^15.7.2"
},
"description": "",
Expand Down
4 changes: 2 additions & 2 deletions packages/sitecore-jss-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sitecore-jss/sitecore-jss-react-native",
"version": "21.0.0-canary.26",
"version": "21.0.0-canary.27",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/sitecore/jss/issues"
},
"dependencies": {
"@sitecore-jss/sitecore-jss": "^21.0.0-canary.26",
"@sitecore-jss/sitecore-jss": "^21.0.0-canary.27",
"prop-types": "^15.7.2",
"react-native-htmlview": "^0.15.0",
"react-native-svg": "^5.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/sitecore-jss-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sitecore-jss/sitecore-jss-react",
"version": "21.0.0-canary.26",
"version": "21.0.0-canary.27",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"sideEffects": false,
Expand Down Expand Up @@ -61,7 +61,7 @@
"react-dom": "^17.0.2"
},
"dependencies": {
"@sitecore-jss/sitecore-jss": "^21.0.0-canary.26",
"@sitecore-jss/sitecore-jss": "^21.0.0-canary.27",
"deep-equal": "^2.0.5",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sitecore-jss/sitecore-jss-rendering-host",
"version": "21.0.0-canary.26",
"version": "21.0.0-canary.27",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions packages/sitecore-jss-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sitecore-jss/sitecore-jss-vue",
"version": "21.0.0-canary.26",
"version": "21.0.0-canary.27",
"description": "A library for building Sitecore JSS apps using Vue.js",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
"vue": "^v3.1.0-beta.6"
},
"dependencies": {
"@sitecore-jss/sitecore-jss": "^21.0.0-canary.26",
"@sitecore-jss/sitecore-jss": "^21.0.0-canary.27",
"@vue/compiler-sfc": "^3.0.11"
},
"types": "./types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/sitecore-jss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sitecore-jss/sitecore-jss",
"version": "21.0.0-canary.26",
"version": "21.0.0-canary.27",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"sideEffects": false,
Expand Down

0 comments on commit 7601c6a

Please sign in to comment.