@squiz/component-cli-lib 1.2.1-alpha.73 → 1.2.1-alpha.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.
package/.gitlab-ci.yml CHANGED
@@ -121,8 +121,6 @@ smoke-test-uat:
121
121
  extends:
122
122
  - .rules:when-uat
123
123
  - .smoke-test
124
- needs:
125
- - job: get-uat-service-urls
126
124
  environment:
127
125
  name: non-production-uat
128
126
  url: components.uat.dx.squiz.cloud
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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.2.1-alpha.75](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.67...v1.2.1-alpha.75) (2022-07-20)
7
+
8
+ **Note:** Version bump only for package @squiz/component-cli-lib
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.2.1-alpha.74](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.67...v1.2.1-alpha.74) (2022-07-20)
15
+
16
+ **Note:** Version bump only for package @squiz/component-cli-lib
17
+
18
+
19
+
20
+
21
+
6
22
  ## [1.2.1-alpha.73](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.67...v1.2.1-alpha.73) (2022-07-20)
7
23
 
8
24
  **Note:** Version bump only for package @squiz/component-cli-lib
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squiz/component-cli-lib",
3
- "version": "1.2.1-alpha.73",
3
+ "version": "1.2.1-alpha.75",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -28,13 +28,13 @@
28
28
  "typescript": "4.7.4"
29
29
  },
30
30
  "dependencies": {
31
- "@squiz/component-lib": "^1.2.1-alpha.73",
32
- "@squiz/render-runtime-lib": "^1.2.1-alpha.73",
33
- "@squiz/virus-scanner-lib": "^1.2.1-alpha.73",
31
+ "@squiz/component-lib": "^1.2.1-alpha.75",
32
+ "@squiz/render-runtime-lib": "^1.2.1-alpha.75",
33
+ "@squiz/virus-scanner-lib": "^1.2.1-alpha.75",
34
34
  "archiver": "5.3.1",
35
35
  "axios": "0.27.2",
36
36
  "cli-color": "^2.0.2",
37
37
  "supertest": "^6.2.3"
38
38
  },
39
- "gitHead": "7287eb37515871f7da60f94ba28cba5b5f8162b2"
39
+ "gitHead": "2710c9b7e882a8d4b395f2d41f8286a76f749d7b"
40
40
  }