@ui5/create-webcomponents-package 0.0.0-db2be6526 → 0.0.0-fd6264051
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/index.js +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
# Change Log
|
2
|
+
|
3
|
+
All notable changes to this project will be documented in this file.
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
|
+
|
6
|
+
# [1.2.0](https://github.com/SAP/ui5-webcomponents/compare/v1.1.2...v1.2.0) (2022-02-28)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @ui5/create-webcomponents-package
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
## [1.1.2](https://github.com/SAP/ui5-webcomponents/compare/v1.1.1...v1.1.2) (2022-01-26)
|
15
|
+
|
16
|
+
**Note:** Version bump only for package @ui5/create-webcomponents-package
|
package/index.js
CHANGED
@@ -130,11 +130,11 @@ const createWebcomponentsPackage = async () => {
|
|
130
130
|
"./*": "./dist/*",
|
131
131
|
},
|
132
132
|
"dependencies": {
|
133
|
-
"@ui5/webcomponents-base": "1.
|
134
|
-
"@ui5/webcomponents-theming": "1.
|
133
|
+
"@ui5/webcomponents-base": "1.1.1",
|
134
|
+
"@ui5/webcomponents-theming": "1.1.1",
|
135
135
|
},
|
136
136
|
"devDependencies": {
|
137
|
-
"@ui5/webcomponents-tools": "1.
|
137
|
+
"@ui5/webcomponents-tools": "1.1.1",
|
138
138
|
"chromedriver": "*",
|
139
139
|
},
|
140
140
|
};
|