@squiz/component-cli-lib 1.2.1-alpha.75 → 1.2.1-alpha.77

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
@@ -2,19 +2,19 @@
2
2
  # uat target branch only.
3
3
  .rules:when-uat:
4
4
  rules:
5
- - if: $CI_COMMIT_BRANCH == $TARGET_BRANCH_UAT
5
+ - if: $CI_COMMIT_REF_NAME == $TARGET_BRANCH_UAT
6
6
  when: on_success
7
7
  - when: never
8
8
 
9
9
  .rules:when-development:
10
10
  rules:
11
- - if: $CI_COMMIT_BRANCH == $TARGET_BRANCH_DEVELOPMENT
11
+ - if: $CI_COMMIT_REF_NAME == $TARGET_BRANCH_DEVELOPMENT
12
12
  when: on_success
13
13
  - when: never
14
14
 
15
15
  .rules:when-other-branch:
16
16
  rules:
17
- - if: $CI_COMMIT_BRANCH != $TARGET_BRANCH_DEVELOPMENT && $CI_COMMIT_BRANCH != $TARGET_BRANCH_UAT
17
+ - if: $CI_COMMIT_REF_NAME != $TARGET_BRANCH_DEVELOPMENT && $CI_COMMIT_REF_NAME != $TARGET_BRANCH_UAT
18
18
  when: on_success
19
19
  - when: never
20
20
 
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.77](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.67...v1.2.1-alpha.77) (2022-07-21)
7
+
8
+ **Note:** Version bump only for package @squiz/component-cli-lib
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.2.1-alpha.76](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.67...v1.2.1-alpha.76) (2022-07-21)
15
+
16
+ **Note:** Version bump only for package @squiz/component-cli-lib
17
+
18
+
19
+
20
+
21
+
6
22
  ## [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
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.75",
3
+ "version": "1.2.1-alpha.77",
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.75",
32
- "@squiz/render-runtime-lib": "^1.2.1-alpha.75",
33
- "@squiz/virus-scanner-lib": "^1.2.1-alpha.75",
31
+ "@squiz/component-lib": "^1.2.1-alpha.77",
32
+ "@squiz/render-runtime-lib": "^1.2.1-alpha.77",
33
+ "@squiz/virus-scanner-lib": "^1.2.1-alpha.77",
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": "2710c9b7e882a8d4b395f2d41f8286a76f749d7b"
39
+ "gitHead": "1417748e6504fb673ee86803867da0bf20e061a9"
40
40
  }