Skip to content

Commit

Permalink
Merge branch 'release/22.0.0' of https://github.com/Sitecore/jss into…
Browse files Browse the repository at this point in the history
… release/22.0.0
  • Loading branch information
illiakovalenko committed Nov 13, 2024
2 parents c5efac9 + 23df6af commit 4f498f4
Show file tree
Hide file tree
Showing 234 changed files with 2,785 additions and 2,785 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lerna": "3.22.1",
"packages": ["packages/*", "samples/*"],
"version": "22.2.1-canary.3",
"version": "22.2.1-canary.4",
"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.1-canary.3",
"version": "22.2.1-canary.4",
"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": "22.2.1-canary.3",
"version": "22.2.1-canary.4",
"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.1-canary.3",
"version": "22.2.1-canary.4",
"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.1-canary.3"
"@sitecore-jss/sitecore-jss": "22.2.1-canary.4"
},
"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.1-canary.3",
"version": "22.2.1-canary.4",
"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.1-canary.3",
"@sitecore-jss/sitecore-jss-dev-tools": "22.2.1-canary.4",
"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.1-canary.3",
"version": "22.2.1-canary.4",
"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.1-canary.3",
"@sitecore-jss/sitecore-jss": "22.2.1-canary.4",
"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.1-canary.3",
"version": "22.2.1-canary.4",
"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.1-canary.3"
"@sitecore-jss/sitecore-jss": "22.2.1-canary.4"
},
"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.1-canary.3",
"version": "22.2.1-canary.4",
"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.1-canary.3",
"@sitecore-jss/sitecore-jss-dev-tools": "22.2.1-canary.3",
"@sitecore-jss/sitecore-jss-react": "22.2.1-canary.3",
"@sitecore-jss/sitecore-jss": "22.2.1-canary.4",
"@sitecore-jss/sitecore-jss-dev-tools": "22.2.1-canary.4",
"@sitecore-jss/sitecore-jss-react": "22.2.1-canary.4",
"@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.1-canary.3",
"version": "22.2.1-canary.4",
"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.1-canary.3",
"version": "22.2.1-canary.4",
"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.1-canary.3",
"@sitecore-jss/sitecore-jss-forms": "22.2.1-canary.4",
"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.1-canary.3",
"version": "22.2.1-canary.4",
"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.1-canary.3",
"@sitecore-jss/sitecore-jss": "22.2.1-canary.4",
"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.1-canary.3",
"version": "22.2.1-canary.4",
"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.1-canary.3",
"@sitecore-jss/sitecore-jss": "22.2.1-canary.4",
"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.1-canary.3",
"version": "22.2.1-canary.4",
"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.1-canary.3",
"version": "22.2.1-canary.4",
"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.1-canary.3",
"@sitecore-jss/sitecore-jss": "22.2.1-canary.4",
"@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": "22.2.1-canary.3",
"version": "22.2.1-canary.4",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion ref-docs/sitecore-jss-angular-schematics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@

#### Defined in

[index.ts:41](https://github.com/Sitecore/jss/blob/6788e82f0/packages/sitecore-jss-angular-schematics/src/jss-component/index.ts#L41)
[index.ts:41](https://github.com/Sitecore/jss/blob/58082e173/packages/sitecore-jss-angular-schematics/src/jss-component/index.ts#L41)
4 changes: 2 additions & 2 deletions ref-docs/sitecore-jss-angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ packages/sitecore-jss/types/editing/edit-frame.d.ts:57

#### Defined in

[packages/sitecore-jss-angular/src/services/placeholder.token.ts:65](https://github.com/Sitecore/jss/blob/6788e82f0/packages/sitecore-jss-angular/src/services/placeholder.token.ts#L65)
[packages/sitecore-jss-angular/src/services/placeholder.token.ts:65](https://github.com/Sitecore/jss/blob/58082e173/packages/sitecore-jss-angular/src/services/placeholder.token.ts#L65)

___

Expand Down Expand Up @@ -446,7 +446,7 @@ rendering is HtmlElementRendering

#### Defined in

[packages/sitecore-jss-angular/src/components/rendering.ts:6](https://github.com/Sitecore/jss/blob/6788e82f0/packages/sitecore-jss-angular/src/components/rendering.ts#L6)
[packages/sitecore-jss-angular/src/components/rendering.ts:6](https://github.com/Sitecore/jss/blob/58082e173/packages/sitecore-jss-angular/src/components/rendering.ts#L6)

___

Expand Down
8 changes: 4 additions & 4 deletions ref-docs/sitecore-jss-angular/classes/ComponentNameAndType.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Registers a statically loaded component

#### Defined in

[packages/sitecore-jss-angular/src/services/placeholder.token.ts:12](https://github.com/Sitecore/jss/blob/6788e82f0/packages/sitecore-jss-angular/src/services/placeholder.token.ts#L12)
[packages/sitecore-jss-angular/src/services/placeholder.token.ts:12](https://github.com/Sitecore/jss/blob/58082e173/packages/sitecore-jss-angular/src/services/placeholder.token.ts#L12)

___

Expand All @@ -41,7 +41,7 @@ ___

#### Defined in

[packages/sitecore-jss-angular/src/services/placeholder.token.ts:9](https://github.com/Sitecore/jss/blob/6788e82f0/packages/sitecore-jss-angular/src/services/placeholder.token.ts#L9)
[packages/sitecore-jss-angular/src/services/placeholder.token.ts:9](https://github.com/Sitecore/jss/blob/58082e173/packages/sitecore-jss-angular/src/services/placeholder.token.ts#L9)

___

Expand All @@ -55,7 +55,7 @@ ___

#### Defined in

[packages/sitecore-jss-angular/src/services/placeholder.token.ts:17](https://github.com/Sitecore/jss/blob/6788e82f0/packages/sitecore-jss-angular/src/services/placeholder.token.ts#L17)
[packages/sitecore-jss-angular/src/services/placeholder.token.ts:17](https://github.com/Sitecore/jss/blob/58082e173/packages/sitecore-jss-angular/src/services/placeholder.token.ts#L17)

___

Expand All @@ -65,4 +65,4 @@ ___

#### Defined in

[packages/sitecore-jss-angular/src/services/placeholder.token.ts:10](https://github.com/Sitecore/jss/blob/6788e82f0/packages/sitecore-jss-angular/src/services/placeholder.token.ts#L10)
[packages/sitecore-jss-angular/src/services/placeholder.token.ts:10](https://github.com/Sitecore/jss/blob/58082e173/packages/sitecore-jss-angular/src/services/placeholder.token.ts#L10)
24 changes: 12 additions & 12 deletions ref-docs/sitecore-jss-angular/classes/DateDirective.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

#### Defined in

[packages/sitecore-jss-angular/src/components/date.directive.ts:29](https://github.com/Sitecore/jss/blob/6788e82f0/packages/sitecore-jss-angular/src/components/date.directive.ts#L29)
[packages/sitecore-jss-angular/src/components/date.directive.ts:29](https://github.com/Sitecore/jss/blob/58082e173/packages/sitecore-jss-angular/src/components/date.directive.ts#L29)

## Properties

Expand All @@ -55,7 +55,7 @@

#### Defined in

[packages/sitecore-jss-angular/src/components/date.directive.ts:32](https://github.com/Sitecore/jss/blob/6788e82f0/packages/sitecore-jss-angular/src/components/date.directive.ts#L32)
[packages/sitecore-jss-angular/src/components/date.directive.ts:32](https://github.com/Sitecore/jss/blob/58082e173/packages/sitecore-jss-angular/src/components/date.directive.ts#L32)

___

Expand All @@ -65,7 +65,7 @@ ___

#### Defined in

[packages/sitecore-jss-angular/src/components/date.directive.ts:23](https://github.com/Sitecore/jss/blob/6788e82f0/packages/sitecore-jss-angular/src/components/date.directive.ts#L23)
[packages/sitecore-jss-angular/src/components/date.directive.ts:23](https://github.com/Sitecore/jss/blob/58082e173/packages/sitecore-jss-angular/src/components/date.directive.ts#L23)

___

Expand All @@ -75,7 +75,7 @@ ___

#### Defined in

[packages/sitecore-jss-angular/src/components/date.directive.ts:25](https://github.com/Sitecore/jss/blob/6788e82f0/packages/sitecore-jss-angular/src/components/date.directive.ts#L25)
[packages/sitecore-jss-angular/src/components/date.directive.ts:25](https://github.com/Sitecore/jss/blob/58082e173/packages/sitecore-jss-angular/src/components/date.directive.ts#L25)

___

Expand All @@ -85,7 +85,7 @@ ___

#### Defined in

[packages/sitecore-jss-angular/src/components/date.directive.ts:17](https://github.com/Sitecore/jss/blob/6788e82f0/packages/sitecore-jss-angular/src/components/date.directive.ts#L17)
[packages/sitecore-jss-angular/src/components/date.directive.ts:17](https://github.com/Sitecore/jss/blob/58082e173/packages/sitecore-jss-angular/src/components/date.directive.ts#L17)

___

Expand All @@ -95,7 +95,7 @@ ___

#### Defined in

[packages/sitecore-jss-angular/src/components/date.directive.ts:21](https://github.com/Sitecore/jss/blob/6788e82f0/packages/sitecore-jss-angular/src/components/date.directive.ts#L21)
[packages/sitecore-jss-angular/src/components/date.directive.ts:21](https://github.com/Sitecore/jss/blob/58082e173/packages/sitecore-jss-angular/src/components/date.directive.ts#L21)

___

Expand All @@ -105,7 +105,7 @@ ___

#### Defined in

[packages/sitecore-jss-angular/src/components/date.directive.ts:31](https://github.com/Sitecore/jss/blob/6788e82f0/packages/sitecore-jss-angular/src/components/date.directive.ts#L31)
[packages/sitecore-jss-angular/src/components/date.directive.ts:31](https://github.com/Sitecore/jss/blob/58082e173/packages/sitecore-jss-angular/src/components/date.directive.ts#L31)

___

Expand All @@ -115,7 +115,7 @@ ___

#### Defined in

[packages/sitecore-jss-angular/src/components/date.directive.ts:19](https://github.com/Sitecore/jss/blob/6788e82f0/packages/sitecore-jss-angular/src/components/date.directive.ts#L19)
[packages/sitecore-jss-angular/src/components/date.directive.ts:19](https://github.com/Sitecore/jss/blob/58082e173/packages/sitecore-jss-angular/src/components/date.directive.ts#L19)

___

Expand All @@ -125,7 +125,7 @@ ___

#### Defined in

[packages/sitecore-jss-angular/src/components/date.directive.ts:30](https://github.com/Sitecore/jss/blob/6788e82f0/packages/sitecore-jss-angular/src/components/date.directive.ts#L30)
[packages/sitecore-jss-angular/src/components/date.directive.ts:30](https://github.com/Sitecore/jss/blob/58082e173/packages/sitecore-jss-angular/src/components/date.directive.ts#L30)

___

Expand All @@ -135,7 +135,7 @@ ___

#### Defined in

[packages/sitecore-jss-angular/src/components/date.directive.ts:27](https://github.com/Sitecore/jss/blob/6788e82f0/packages/sitecore-jss-angular/src/components/date.directive.ts#L27)
[packages/sitecore-jss-angular/src/components/date.directive.ts:27](https://github.com/Sitecore/jss/blob/58082e173/packages/sitecore-jss-angular/src/components/date.directive.ts#L27)

## Methods

Expand All @@ -159,7 +159,7 @@ OnChanges.ngOnChanges

#### Defined in

[packages/sitecore-jss-angular/src/components/date.directive.ts:35](https://github.com/Sitecore/jss/blob/6788e82f0/packages/sitecore-jss-angular/src/components/date.directive.ts#L35)
[packages/sitecore-jss-angular/src/components/date.directive.ts:35](https://github.com/Sitecore/jss/blob/58082e173/packages/sitecore-jss-angular/src/components/date.directive.ts#L35)

___

Expand All @@ -173,4 +173,4 @@ ___

#### Defined in

[packages/sitecore-jss-angular/src/components/date.directive.ts:46](https://github.com/Sitecore/jss/blob/6788e82f0/packages/sitecore-jss-angular/src/components/date.directive.ts#L46)
[packages/sitecore-jss-angular/src/components/date.directive.ts:46](https://github.com/Sitecore/jss/blob/58082e173/packages/sitecore-jss-angular/src/components/date.directive.ts#L46)
Loading

0 comments on commit 4f498f4

Please sign in to comment.