@ui5/webcomponents-tools 1.5.0 → 1.7.1

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 CHANGED
@@ -3,6 +3,33 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.7.1](https://github.com/SAP/ui5-webcomponents/compare/v1.7.0...v1.7.1) (2022-09-08)
7
+
8
+ **Note:** Version bump only for package @ui5/webcomponents-tools
9
+
10
+
11
+
12
+
13
+
14
+ # [1.7.0](https://github.com/SAP/ui5-webcomponents/compare/v1.6.0...v1.7.0) (2022-09-02)
15
+
16
+ **Note:** Version bump only for package @ui5/webcomponents-tools
17
+
18
+
19
+
20
+
21
+
22
+ # [1.6.0](https://github.com/SAP/ui5-webcomponents/compare/v1.5.0...v1.6.0) (2022-07-25)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * **MultoComboBox:** fix component scoping ([#5553](https://github.com/SAP/ui5-webcomponents/issues/5553)) ([9c26e8e](https://github.com/SAP/ui5-webcomponents/commit/9c26e8e)), closes [#5521](https://github.com/SAP/ui5-webcomponents/issues/5521)
28
+
29
+
30
+
31
+
32
+
6
33
  # [1.5.0](https://github.com/SAP/ui5-webcomponents/compare/v1.4.0...v1.5.0) (2022-07-03)
7
34
 
8
35
  **Note:** Version bump only for package @ui5/webcomponents-tools
@@ -103,7 +103,7 @@ const getScripts = (options) => {
103
103
  replace: `node "${LIB}/scoping/scope-test-pages.js" test/pages/scoped demo`,
104
104
  },
105
105
  watchWithBundle: 'concurrently "nps scope.watch" "nps scope.bundle" ',
106
- watch: 'concurrently "nps watch.templates" "nps watch.api" "nps watch.test" "nps watch.src" "nps watch.props" "nps watch.styles"',
106
+ watch: 'concurrently "nps watch.templates" "nps watch.api" "nps watch.src" "nps watch.props" "nps watch.styles"',
107
107
  bundle: `node ${LIB}/dev-server/dev-server.js ${viteConfig}`,
108
108
  }
109
109
  };
@@ -17,7 +17,7 @@ const packageName = "${packageName}";
17
17
 
18
18
  registerIcon(name, { pathData, ltr, collection, packageName });
19
19
 
20
- export default "${name}";
20
+ export default "${collection}/${name}";
21
21
  export { pathData, ltr, accData };`;
22
22
 
23
23
 
@@ -33,7 +33,7 @@ const packageName = "${packageName}";
33
33
 
34
34
  registerIcon(name, { pathData, ltr, accData, collection, packageName });
35
35
 
36
- export default "${name}";
36
+ export default "${collection}/${name}";
37
37
  export { pathData, ltr, accData };`;
38
38
 
39
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents-tools",
3
- "version": "1.5.0",
3
+ "version": "1.7.1",
4
4
  "description": "UI5 Web Components: webcomponents.tools",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",