Skip to content

Commit

Permalink
v22.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
yavorsk committed Nov 5, 2024
1 parent c960f87 commit 628c78c
Show file tree
Hide file tree
Showing 24 changed files with 73 additions and 70 deletions.
7 changes: 5 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"lerna": "3.22.1",
"packages": ["packages/*", "samples/*"],
"version": "22.2.0-canary.84",
"packages": [
"packages/*",
"samples/*"
],
"version": "22.2.0",
"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": "22.2.0-canary.84",
"version": "22.2.0",
"description": "Sitecore JSS initializer",
"bin": "./dist/index.js",
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions packages/create-sitecore-jss/src/templates/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "<%- appName %>",
"version": "22.2.0-canary",
"version": "22.2.0",
"description": "Application utilizing Sitecore JavaScript Services and Angular (angular-cli).",
"config": {
"appName": "<%- appName %>",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@apollo/client": "^3.3.12",
"@ngx-translate/core": "~15.0.0",
"@ngx-translate/http-loader": "~8.0.0",
"@sitecore-jss/sitecore-jss-angular": "~22.2.0-canary",
"@sitecore-jss/sitecore-jss-angular": "~22.2.0",
"apollo-angular": "~6.0.0",
"bootstrap": "^5.3.3",
"core-js": "~3.37.1",
Expand All @@ -82,9 +82,9 @@
"@angular/cli": "~17.3.8",
"@angular/compiler-cli": "~17.3.11",
"@angular/language-service": "~17.3.11",
"@sitecore-jss/sitecore-jss-angular-schematics": "~22.2.0-canary",
"@sitecore-jss/sitecore-jss-cli": "~22.2.0-canary",
"@sitecore-jss/sitecore-jss-dev-tools": "~22.2.0-canary",
"@sitecore-jss/sitecore-jss-angular-schematics": "~22.2.0",
"@sitecore-jss/sitecore-jss-cli": "~22.2.0",
"@sitecore-jss/sitecore-jss-dev-tools": "~22.2.0",
"@types/isomorphic-fetch": "0.0.35",
"@types/jasmine": "~3.6.7",
"@types/jasminewd2": "~2.0.8",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"nprogress": "~0.2.0"
},
"devDependencies": {
"@sitecore-jss/sitecore-jss-dev-tools": "~22.2.0-canary",
"@sitecore-jss/sitecore-jss-dev-tools": "~22.2.0",
"@types/nprogress": "^0.2.0"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "<%- appName %>",
"description": "Application utilizing Sitecore JavaScript Services and Next.js",
"version": "22.2.0-canary",
"version": "22.2.0",
"private": true,
"config": {
"appName": "<%- appName %>",
Expand All @@ -25,7 +25,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@sitecore-jss/sitecore-jss-nextjs": "~22.2.0-canary",
"@sitecore-jss/sitecore-jss-nextjs": "~22.2.0",
"graphql": "~15.8.0",
"graphql-tag": "^2.12.6",
"next": "^14.2.7",
Expand All @@ -43,8 +43,8 @@
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-resolvers": "^4.0.1",
"@graphql-typed-document-node/core": "^3.2.0",
"@sitecore-jss/sitecore-jss-cli": "~22.2.0-canary",
"@sitecore-jss/sitecore-jss-dev-tools": "~22.2.0-canary",
"@sitecore-jss/sitecore-jss-cli": "~22.2.0",
"@sitecore-jss/sitecore-jss-dev-tools": "~22.2.0",
"@types/node": "^20.14.2",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.0.5",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-headless-ssr-experience-edge-sample",
"version": "22.2.0-canary",
"version": "22.2.0",
"description": "Node server-side-rendering sample for running JSS apps under Node hosting using Experience Edge",
"scripts": {
"start": "ts-node ./src/index.ts"
Expand All @@ -19,7 +19,7 @@
"homepage": "https://jss.sitecore.com",
"license": "Apache-2.0",
"dependencies": {
"@sitecore-jss/sitecore-jss": "~22.2.0-canary",
"@sitecore-jss/sitecore-jss": "~22.2.0",
"compression": "^1.7.4",
"express": "^4.18.2",
"dotenv": "^16.0.3"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-headless-ssr-proxy-sample",
"version": "22.2.0-canary",
"version": "22.2.0",
"description": "Node server-side-rendering proxy sample for running JSS apps under Node hosting",
"scripts": {
"start": "ts-node ./src/index.ts"
Expand All @@ -19,8 +19,8 @@
"homepage": "https://jss.sitecore.com",
"license": "Apache-2.0",
"dependencies": {
"@sitecore-jss/sitecore-jss": "~22.2.0-canary",
"@sitecore-jss/sitecore-jss-proxy": "~22.2.0-canary",
"@sitecore-jss/sitecore-jss": "~22.2.0",
"@sitecore-jss/sitecore-jss-proxy": "~22.2.0",
"agentkeepalive": "^4.2.1",
"compression": "~1.7.4",
"express": "~4.19.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "<%- appName %>",
"version": "22.2.0-canary",
"version": "22.2.0",
"description": "A basic React Native app utilizing Sitecore JavaScript Services",
"config": {
"appName": "<%- appName %>",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.10",
"@sitecore-jss/sitecore-jss-react-native": "~22.2.0-canary",
"@sitecore-jss/sitecore-jss-react-native": "~22.2.0",
"prop-types": "^15.6.0",
"react": "16.13.1",
"react-native": "^0.63.4",
Expand All @@ -37,8 +37,8 @@
},
"private": true,
"devDependencies": {
"@sitecore-jss/sitecore-jss-cli": "~22.2.0-canary",
"@sitecore-jss/sitecore-jss-dev-tools": "~22.2.0-canary",
"@sitecore-jss/sitecore-jss-cli": "~22.2.0",
"@sitecore-jss/sitecore-jss-dev-tools": "~22.2.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-plugin-inline-replace-variables": "^1.3.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/create-sitecore-jss/src/templates/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "<%- appName %>",
"description": "Application utilizing Sitecore JavaScript Services and React (create-react-app).",
"version": "22.2.0-canary",
"version": "22.2.0",
"private": true,
"config": {
"appName": "<%- appName %>",
Expand All @@ -28,7 +28,7 @@
"license": "Apache-2.0",
"dependencies": {
"@apollo/client": "^3.7.1",
"@sitecore-jss/sitecore-jss-react": "~22.2.0-canary",
"@sitecore-jss/sitecore-jss-react": "~22.2.0",
"axios": "^1.2.0",
"bootstrap": "^5.2.3",
"cross-fetch": "^3.1.5",
Expand All @@ -53,9 +53,9 @@
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/register": "~7.18.9",
"@sitecore-jss/sitecore-jss-cli": "~22.2.0-canary",
"@sitecore-jss/sitecore-jss-dev-tools": "~22.2.0-canary",
"@sitecore-jss/sitecore-jss-rendering-host": "~22.2.0-canary",
"@sitecore-jss/sitecore-jss-cli": "~22.2.0",
"@sitecore-jss/sitecore-jss-dev-tools": "~22.2.0",
"@sitecore-jss/sitecore-jss-rendering-host": "~22.2.0",
"babel-loader": "~9.1.0",
"babel-preset-react-app": "~10.0.1",
"chalk": "~4.1.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/create-sitecore-jss/src/templates/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "<%- appName %>",
"version": "22.2.0-canary",
"version": "22.2.0",
"description": "Application utilizing Sitecore JavaScript Services and Vue (vue-cli).",
"private": true,
"config": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@apollo/client": "^3.7.4",
"@panter/vue-i18next": "~0.15.2",
"@sitecore-jss/sitecore-jss-vue": "~22.2.0-canary",
"@sitecore-jss/sitecore-jss-vue": "~22.2.0",
"@vue/apollo-composable": "4.0.0-beta.2",
"@vue/apollo-option": "^4.0.0-alpha.20",
"@vue/apollo-ssr": "^4.0.0-alpha.18",
Expand All @@ -64,8 +64,8 @@
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@babel/register": "7.18.9",
"@sitecore-jss/sitecore-jss-cli": "~22.2.0-canary",
"@sitecore-jss/sitecore-jss-dev-tools": "~22.2.0-canary",
"@sitecore-jss/sitecore-jss-cli": "~22.2.0",
"@sitecore-jss/sitecore-jss-dev-tools": "~22.2.0",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-service": "~5.0.8",
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": "22.2.0-canary.84",
"version": "22.2.0",
"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": "22.2.0-canary.84",
"version": "22.2.0",
"description": "",
"scripts": {
"build": "ng-packagr -p ng-package.json",
Expand Down Expand Up @@ -58,7 +58,7 @@
"rxjs": "~7.8.1"
},
"dependencies": {
"@sitecore-jss/sitecore-jss": "22.2.0-canary.84"
"@sitecore-jss/sitecore-jss": "22.2.0"
},
"main": "dist/esm2022/sitecore-jss-sitecore-jss-angular.mjs",
"module": "dist/esm2022/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": "22.2.0-canary.84",
"version": "22.2.0",
"description": "Sitecore JSS command-line",
"main": "dist/cjs/cli.js",
"module": "dist/esm/cli.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/sitecore/jss/issues"
},
"dependencies": {
"@sitecore-jss/sitecore-jss-dev-tools": "22.2.0-canary.84",
"@sitecore-jss/sitecore-jss-dev-tools": "22.2.0",
"chalk": "^4.1.2",
"cross-spawn": "^7.0.3",
"dotenv": "^16.0.3",
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": "22.2.0-canary.84",
"version": "22.2.0",
"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 @@
},
"dependencies": {
"@babel/parser": "^7.24.0",
"@sitecore-jss/sitecore-jss": "22.2.0-canary.84",
"@sitecore-jss/sitecore-jss": "22.2.0",
"axios": "^1.3.2",
"chalk": "^4.1.2",
"chokidar": "^3.6.0",
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": "22.2.0-canary.84",
"version": "22.2.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"sideEffects": false,
Expand Down Expand Up @@ -43,7 +43,7 @@
"typescript": "~4.9.5"
},
"dependencies": {
"@sitecore-jss/sitecore-jss": "22.2.0-canary.84"
"@sitecore-jss/sitecore-jss": "22.2.0"
},
"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": "22.2.0-canary.84",
"version": "22.2.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"sideEffects": false,
Expand Down Expand Up @@ -73,9 +73,9 @@
"react-dom": "^18.2.0"
},
"dependencies": {
"@sitecore-jss/sitecore-jss": "22.2.0-canary.84",
"@sitecore-jss/sitecore-jss-dev-tools": "22.2.0-canary.84",
"@sitecore-jss/sitecore-jss-react": "22.2.0-canary.84",
"@sitecore-jss/sitecore-jss": "22.2.0",
"@sitecore-jss/sitecore-jss-dev-tools": "22.2.0",
"@sitecore-jss/sitecore-jss-react": "22.2.0",
"@vercel/kv": "^0.2.1",
"prop-types": "^15.8.1",
"regex-parser": "^2.2.11",
Expand Down
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": "22.2.0-canary.84",
"version": "22.2.0",
"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": "22.2.0-canary.84",
"version": "22.2.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"sideEffects": false,
Expand Down Expand Up @@ -54,7 +54,7 @@
"react-dom": "^18.2.0"
},
"dependencies": {
"@sitecore-jss/sitecore-jss-forms": "22.2.0-canary.84",
"@sitecore-jss/sitecore-jss-forms": "22.2.0",
"prop-types": "^15.8.1"
},
"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": "22.2.0-canary.84",
"version": "22.2.0",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"url": "https://github.com/sitecore/jss/issues"
},
"dependencies": {
"@sitecore-jss/sitecore-jss": "22.2.0-canary.84",
"@sitecore-jss/sitecore-jss": "22.2.0",
"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": "22.2.0-canary.84",
"version": "22.2.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"sideEffects": false,
Expand Down Expand Up @@ -61,7 +61,7 @@
"react-dom": "^18.2.0"
},
"dependencies": {
"@sitecore-jss/sitecore-jss": "22.2.0-canary.84",
"@sitecore-jss/sitecore-jss": "22.2.0",
"fast-deep-equal": "^3.1.3",
"prop-types": "^15.8.1",
"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": "22.2.0-canary.84",
"version": "22.2.0",
"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": "22.2.0-canary.84",
"version": "22.2.0",
"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 @@ -48,7 +48,7 @@
"vue": "^3.2.45"
},
"dependencies": {
"@sitecore-jss/sitecore-jss": "22.2.0-canary.84",
"@sitecore-jss/sitecore-jss": "22.2.0",
"@vue/compiler-sfc": "^3.0.11"
},
"types": "./types/index.d.ts",
Expand Down
Loading

0 comments on commit 628c78c

Please sign in to comment.