@squiz/component-cli-lib 1.2.1-alpha.80 → 1.2.1-alpha.81

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
@@ -101,6 +101,16 @@ get-uat-service-urls:
101
101
  name: non-production-development
102
102
  url: components.dev.dx.squiz.cloud
103
103
 
104
+ get-production-service-urls:
105
+ extends:
106
+ - .get-service-urls
107
+ environment:
108
+ name: production
109
+ url: components.prod.dx.squiz.cloud
110
+ rules:
111
+ - if: $CI_COMMIT_REF_NAME == $TARGET_BRANCH_PRODUCTION
112
+ when: manual
113
+
104
114
  smoke-test-branch:
105
115
  extends:
106
116
  - .rules:when-other-branch
@@ -124,3 +134,13 @@ smoke-test-uat:
124
134
  environment:
125
135
  name: non-production-uat
126
136
  url: components.uat.dx.squiz.cloud
137
+
138
+ smoke-test-production:
139
+ extends:
140
+ - .smoke-test
141
+ environment:
142
+ name: production
143
+ url: components.prod.dx.squiz.cloud
144
+ rules:
145
+ - if: $CI_COMMIT_REF_NAME == $TARGET_BRANCH_PRODUCTION
146
+ when: manual
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.81](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.67...v1.2.1-alpha.81) (2022-07-25)
7
+
8
+ **Note:** Version bump only for package @squiz/component-cli-lib
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.2.1-alpha.80](https://gitlab.squiz.net/developer-experience/cmp/compare/v1.2.1-alpha.67...v1.2.1-alpha.80) (2022-07-25)
7
15
 
8
16
  **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.80",
3
+ "version": "1.2.1-alpha.81",
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.80",
32
- "@squiz/render-runtime-lib": "^1.2.1-alpha.80",
33
- "@squiz/virus-scanner-lib": "^1.2.1-alpha.80",
31
+ "@squiz/component-lib": "^1.2.1-alpha.81",
32
+ "@squiz/render-runtime-lib": "^1.2.1-alpha.81",
33
+ "@squiz/virus-scanner-lib": "^1.2.1-alpha.81",
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": "f10b08c72d9117220ca3630b76875fd72a294fb0"
39
+ "gitHead": "3c9d87d3ece04cdcfc25558d5bfec9fc418eb424"
40
40
  }