@squiz/component-cli-lib 1.2.1-alpha.93 → 1.2.1-alpha.95

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
@@ -108,5 +108,6 @@ get-production-service-urls:
108
108
  name: production
109
109
  url: components.prod.dx.squiz.cloud
110
110
  rules:
111
- - if: $CI_COMMIT_REF_NAME == $TARGET_BRANCH_PRODUCTION
111
+ - if: $CI_DEPLOY_TO_PROD && $CI_COMMIT_REF_NAME == $TARGET_BRANCH_PRODUCTION
112
112
  when: manual
113
+ - when: never
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.95](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.95) (2022-08-10)
7
+
8
+ **Note:** Version bump only for package @squiz/component-cli-lib
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.2.1-alpha.94](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.94) (2022-08-10)
15
+
16
+ **Note:** Version bump only for package @squiz/component-cli-lib
17
+
18
+
19
+
20
+
21
+
6
22
  ## [1.2.1-alpha.93](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.90...v1.2.1-alpha.93) (2022-08-10)
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.93",
3
+ "version": "1.2.1-alpha.95",
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.93",
32
- "@squiz/render-runtime-lib": "^1.2.1-alpha.93",
33
- "@squiz/virus-scanner-lib": "^1.2.1-alpha.90",
31
+ "@squiz/component-lib": "^1.2.1-alpha.95",
32
+ "@squiz/render-runtime-lib": "^1.2.1-alpha.95",
33
+ "@squiz/virus-scanner-lib": "^1.2.1-alpha.95",
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": "643b7d5500f7156f57a1bba60560284f34a0a6bb"
39
+ "gitHead": "3b3b33ee15543041c29262becfc9cd3674ddc111"
40
40
  }