Skip to content

Commit

Permalink
chore: bump to 1.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 committed May 13, 2024
1 parent a73239a commit af99301
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 43 deletions.
6 changes: 3 additions & 3 deletions packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-base",
"version": "1.24.1",
"version": "1.24.2",
"description": "UI5 Web Components: webcomponents.base",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@openui5/sap.ui.core": "1.120.5",
"@ui5/webcomponents-tools": "1.24.0",
"@ui5/webcomponents-tools": "1.24.2",
"chromedriver": "^123.0.3",
"clean-css": "^5.2.2",
"copy-and-watch": "^0.1.5",
Expand All @@ -55,4 +55,4 @@
"replace-in-file": "^6.3.5",
"resolve": "^1.20.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/create-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/create-webcomponents-package",
"version": "1.24.1",
"version": "1.24.2",
"description": "UI5 Web Components: create package",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand All @@ -24,4 +24,4 @@
"prompts": "^2.4.1",
"yargs": "^17.5.1"
}
}
}
14 changes: 7 additions & 7 deletions packages/fiori/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-fiori",
"version": "1.24.1",
"version": "1.24.2",
"description": "UI5 Web Components: webcomponents.fiori",
"ui5": {
"webComponentsPackage": true
Expand Down Expand Up @@ -46,14 +46,14 @@
"directory": "packages/fiori"
},
"dependencies": {
"@ui5/webcomponents": "1.24.1",
"@ui5/webcomponents-base": "1.24.1",
"@ui5/webcomponents-icons": "1.24.1",
"@ui5/webcomponents-theming": "1.24.1",
"@ui5/webcomponents": "1.24.2",
"@ui5/webcomponents-base": "1.24.2",
"@ui5/webcomponents-icons": "1.24.2",
"@ui5/webcomponents-theming": "1.24.2",
"@zxing/library": "^0.17.1"
},
"devDependencies": {
"@ui5/webcomponents-tools": "1.24.0",
"@ui5/webcomponents-tools": "1.24.2",
"chromedriver": "^123.0.3"
}
}
}
8 changes: 4 additions & 4 deletions packages/icons-business-suite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-icons-business-suite",
"version": "1.24.1",
"version": "1.24.2",
"description": "UI5 Web Components: SAP Fiori Tools icon set",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,9 +28,9 @@
"directory": "packages/icons-business-suite"
},
"dependencies": {
"@ui5/webcomponents-base": "1.24.1"
"@ui5/webcomponents-base": "1.24.2"
},
"devDependencies": {
"@ui5/webcomponents-tools": "1.24.0"
"@ui5/webcomponents-tools": "1.24.2"
}
}
}
8 changes: 4 additions & 4 deletions packages/icons-tnt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-icons-tnt",
"version": "1.24.1",
"version": "1.24.2",
"description": "UI5 Web Components: SAP Fiori Tools icon set",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,9 +28,9 @@
"directory": "packages/icons-tnt"
},
"dependencies": {
"@ui5/webcomponents-base": "1.24.1"
"@ui5/webcomponents-base": "1.24.2"
},
"devDependencies": {
"@ui5/webcomponents-tools": "1.24.0"
"@ui5/webcomponents-tools": "1.24.2"
}
}
}
8 changes: 4 additions & 4 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-icons",
"version": "1.24.1",
"version": "1.24.2",
"description": "UI5 Web Components: webcomponents.SAP-icons",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,9 +28,9 @@
"directory": "packages/icons"
},
"dependencies": {
"@ui5/webcomponents-base": "1.24.1"
"@ui5/webcomponents-base": "1.24.2"
},
"devDependencies": {
"@ui5/webcomponents-tools": "1.24.0"
"@ui5/webcomponents-tools": "1.24.2"
}
}
}
8 changes: 4 additions & 4 deletions packages/localization/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-localization",
"version": "1.24.1",
"version": "1.24.2",
"description": "Localization for UI5 Web Components",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@babel/generator": "^7.23.6",
"@babel/parser": "^7.23.6",
"@openui5/sap.ui.core": "1.120.5",
"@ui5/webcomponents-tools": "1.24.0",
"@ui5/webcomponents-tools": "1.24.2",
"babel-plugin-amd-to-esm": "^2.0.3",
"chromedriver": "^123.0.3",
"estree-walk": "^2.2.0",
Expand All @@ -42,6 +42,6 @@
},
"dependencies": {
"@types/openui5": "^1.113.0",
"@ui5/webcomponents-base": "1.24.1"
"@ui5/webcomponents-base": "1.24.2"
}
}
}
18 changes: 9 additions & 9 deletions packages/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents",
"version": "1.24.1",
"version": "1.24.2",
"description": "UI5 Web Components: webcomponents.main",
"ui5": {
"webComponentsPackage": true
Expand Down Expand Up @@ -48,15 +48,15 @@
"directory": "packages/main"
},
"dependencies": {
"@ui5/webcomponents-base": "1.24.1",
"@ui5/webcomponents-icons": "1.24.1",
"@ui5/webcomponents-icons-business-suite": "1.24.1",
"@ui5/webcomponents-icons-tnt": "1.24.1",
"@ui5/webcomponents-localization": "1.24.1",
"@ui5/webcomponents-theming": "1.24.1"
"@ui5/webcomponents-base": "1.24.2",
"@ui5/webcomponents-icons": "1.24.2",
"@ui5/webcomponents-icons-business-suite": "1.24.2",
"@ui5/webcomponents-icons-tnt": "1.24.2",
"@ui5/webcomponents-localization": "1.24.2",
"@ui5/webcomponents-theming": "1.24.2"
},
"devDependencies": {
"@ui5/webcomponents-tools": "1.24.0",
"@ui5/webcomponents-tools": "1.24.2",
"chromedriver": "^123.0.3"
}
}
}
8 changes: 4 additions & 4 deletions packages/theming/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-theming",
"version": "1.24.1",
"version": "1.24.2",
"description": "UI5 Web Components: webcomponents.theming",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,10 +31,10 @@
},
"dependencies": {
"@sap-theming/theming-base-content": "11.12.0",
"@ui5/webcomponents-base": "1.24.1"
"@ui5/webcomponents-base": "1.24.2"
},
"devDependencies": {
"@ui5/webcomponents-tools": "1.24.0",
"@ui5/webcomponents-tools": "1.24.2",
"globby": "^13.1.1",
"json-beautify": "^1.1.1",
"nps": "^5.10.0",
Expand All @@ -43,4 +43,4 @@
"resolve": "^1.20.0"
},
"resolutions": {}
}
}
4 changes: 2 additions & 2 deletions packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-tools",
"version": "1.24.0",
"version": "1.24.2",
"description": "UI5 Web Components: webcomponents.tools",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -81,4 +81,4 @@
"esbuild": "^0.19.9",
"yargs": "^17.5.1"
}
}
}

0 comments on commit af99301

Please sign in to comment.