@spinnaker/huaweicloud 0.0.67 → 0.0.75

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +67 -0
  2. package/package.json +8 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,73 @@
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
+ ## [0.0.75](https://github.com/spinnaker/deck/compare/@spinnaker/huaweicloud@0.0.74...@spinnaker/huaweicloud@0.0.75) (2023-10-16)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **publish:** set access config in deck libraries ([#10049](https://github.com/spinnaker/deck/issues/10049)) ([2a5ebe2](https://github.com/spinnaker/deck/commit/2a5ebe25662eeb9d41b5071749266bf9d6d51104))
12
+
13
+
14
+
15
+
16
+
17
+ ## [0.0.74](https://github.com/spinnaker/deck/compare/@spinnaker/huaweicloud@0.0.73...@spinnaker/huaweicloud@0.0.74) (2023-09-06)
18
+
19
+ **Note:** Version bump only for package @spinnaker/huaweicloud
20
+
21
+
22
+
23
+
24
+
25
+ ## [0.0.73](https://github.com/spinnaker/deck/compare/@spinnaker/huaweicloud@0.0.72...@spinnaker/huaweicloud@0.0.73) (2023-07-20)
26
+
27
+ **Note:** Version bump only for package @spinnaker/huaweicloud
28
+
29
+
30
+
31
+
32
+
33
+ ## [0.0.72](https://github.com/spinnaker/deck/compare/@spinnaker/huaweicloud@0.0.71...@spinnaker/huaweicloud@0.0.72) (2023-06-02)
34
+
35
+ **Note:** Version bump only for package @spinnaker/huaweicloud
36
+
37
+
38
+
39
+
40
+
41
+ ## [0.0.71](https://github.com/spinnaker/deck/compare/@spinnaker/huaweicloud@0.0.70...@spinnaker/huaweicloud@0.0.71) (2023-05-11)
42
+
43
+ **Note:** Version bump only for package @spinnaker/huaweicloud
44
+
45
+
46
+
47
+
48
+
49
+ ## [0.0.70](https://github.com/spinnaker/deck/compare/@spinnaker/huaweicloud@0.0.69...@spinnaker/huaweicloud@0.0.70) (2023-05-03)
50
+
51
+ **Note:** Version bump only for package @spinnaker/huaweicloud
52
+
53
+
54
+
55
+
56
+
57
+ ## [0.0.69](https://github.com/spinnaker/deck/compare/@spinnaker/huaweicloud@0.0.68...@spinnaker/huaweicloud@0.0.69) (2023-04-03)
58
+
59
+ **Note:** Version bump only for package @spinnaker/huaweicloud
60
+
61
+
62
+
63
+
64
+
65
+ ## [0.0.68](https://github.com/spinnaker/deck/compare/@spinnaker/huaweicloud@0.0.67...@spinnaker/huaweicloud@0.0.68) (2023-02-01)
66
+
67
+ **Note:** Version bump only for package @spinnaker/huaweicloud
68
+
69
+
70
+
71
+
72
+
6
73
  ## [0.0.67](https://github.com/spinnaker/deck/compare/@spinnaker/huaweicloud@0.0.66...@spinnaker/huaweicloud@0.0.67) (2022-10-21)
7
74
 
8
75
  **Note:** Version bump only for package @spinnaker/huaweicloud
package/package.json CHANGED
@@ -1,9 +1,12 @@
1
1
  {
2
2
  "name": "@spinnaker/huaweicloud",
3
3
  "license": "Apache-2.0",
4
- "version": "0.0.67",
4
+ "version": "0.0.75",
5
5
  "module": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
7
10
  "scripts": {
8
11
  "clean": "shx rm -rf dist",
9
12
  "prepublishOnly": "npm run build",
@@ -13,15 +16,15 @@
13
16
  "lib": "npm run build"
14
17
  },
15
18
  "dependencies": {
16
- "@spinnaker/core": "^0.22.2",
19
+ "@spinnaker/core": "^0.27.0",
17
20
  "angular": "1.6.10"
18
21
  },
19
22
  "devDependencies": {
20
- "@spinnaker/eslint-plugin": "^3.0.1",
21
- "@spinnaker/scripts": "^0.3.0",
23
+ "@spinnaker/eslint-plugin": "^3.0.2",
24
+ "@spinnaker/scripts": "^0.3.1",
22
25
  "@types/angular": "1.6.26",
23
26
  "shx": "0.3.3",
24
27
  "typescript": "4.3.5"
25
28
  },
26
- "gitHead": "587b5a7a5fe2121cd93bed86e5e83795ee401be0"
29
+ "gitHead": "217b75396c5ec25d9b2019a849593b0b8d52e916"
27
30
  }