@goodgamestudios/cxf-plugins 0.57.0 → 0.58.0

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
@@ -24,17 +24,17 @@ publish-to-qa:
24
24
  tags:
25
25
  - cxf
26
26
  script:
27
- - npm run build:staging
27
+ - npm run build:qa
28
28
  - npm run release
29
29
  only:
30
- - qa
30
+ - develop
31
31
 
32
32
  publish-to-production:
33
33
  stage: production
34
34
  tags:
35
35
  - cxf
36
36
  script:
37
- - npm run build:LIVE
37
+ - npm run build:live
38
38
  - npm run release
39
39
  only:
40
40
  - master
@@ -45,8 +45,8 @@ merge-master-to-qa:
45
45
  - cxf
46
46
  script:
47
47
  - git fetch
48
- - git checkout -b qa --track origin/qa
48
+ - git checkout -b qa --track origin/develop
49
49
  - git merge origin/master
50
- - git push https://gitlab-ci-token:${GITLAB_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git HEAD:qa
50
+ - git push https://gitlab-ci-token:${GITLAB_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git HEAD:develop
51
51
  only:
52
52
  - master
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ # [0.58.0](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/compare/v0.57.0...v0.58.0) (2022-07-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update cxf-webshop version for production ([2937583](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/commit/29375833145f3fe246f739b4697ceba8965f2cb7))
7
+
8
+
9
+ ### Features
10
+
11
+ * migrate qa -> develop ([4533f1c](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/commit/4533f1c1059be8200fddc32b8dc0b711d2bc2f46))
12
+
13
+ # [0.58.0-qa.1](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/compare/v0.57.0...v0.58.0-qa.1) (2022-04-27)
14
+
15
+
16
+ ### Features
17
+
18
+ * migrate qa -> develop ([4533f1c](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/commit/4533f1c1059be8200fddc32b8dc0b711d2bc2f46))
19
+
1
20
  # [0.57.0](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/compare/v0.56.0...v0.57.0) (2022-04-27)
2
21
 
3
22
 
@@ -1,7 +1,7 @@
1
1
  [
2
2
  "<script src='https://unpkg.com/@goodgamestudios/cxf-announcements@0.19.2/dist/announcements.js'></script>",
3
3
  "<script src='https://unpkg.com/@goodgamestudios/cxf-events@1.21.0/dist/bigfarm.js'></script>",
4
- "<script src='https://unpkg.com/@goodgamestudios/cxf-webshop@6.18/dist/webshop-cxf.js'></script>",
4
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-webshop@6.19.0/dist/webshop-cxf.js'></script>",
5
5
  "<script src='https://unpkg.com/@goodgamestudios/cxf-tracking@production'></script>",
6
6
  "<script src='https://unpkg.com/@goodgamestudios/cxf-error-handler@production'></script>",
7
7
  "<script src='https://unpkg.com/@goodgamestudios/cxf-dialog@1.6.1'></script>",
package/dist/bigfarm.json CHANGED
@@ -1,7 +1,7 @@
1
1
  [
2
2
  "<script src='https://unpkg.com/@goodgamestudios/cxf-announcements@0.19.2/dist/announcements.js'></script>",
3
3
  "<script src='https://unpkg.com/@goodgamestudios/cxf-events@1.21.0/dist/bigfarm.js'></script>",
4
- "<script src='https://unpkg.com/@goodgamestudios/cxf-webshop@6.18/dist/webshop-cxf.js'></script>",
4
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-webshop@6.19.0/dist/webshop-cxf.js'></script>",
5
5
  "<script src='https://unpkg.com/@goodgamestudios/cxf-tracking@production'></script>",
6
6
  "<script src='https://unpkg.com/@goodgamestudios/cxf-error-handler@production'></script>",
7
7
  "<script src='https://unpkg.com/@goodgamestudios/cxf-dialog@1.6.1'></script>",
@@ -1,7 +1,7 @@
1
1
  [
2
2
  "<script src='https://unpkg.com/@goodgamestudios/cxf-announcements@0.19.2/dist/announcements.js'></script>",
3
3
  "<script src='https://unpkg.com/@goodgamestudios/cxf-events@1.21.0/dist/empire.js'></script>",
4
- "<script src='https://unpkg.com/@goodgamestudios/cxf-webshop@6.18/dist/webshop-cxf.js'></script>",
4
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-webshop@6.19.0/dist/webshop-cxf.js'></script>",
5
5
  "<script src='https://unpkg.com/@goodgamestudios/cxf-tracking@production'></script>",
6
6
  "<script src='https://unpkg.com/@goodgamestudios/cxf-error-handler@production'></script>",
7
7
  "<script src='https://unpkg.com/@goodgamestudios/cxf-dialog@1.6.1'></script>",
package/dist/empire.json CHANGED
@@ -1,7 +1,7 @@
1
1
  [
2
2
  "<script src='https://unpkg.com/@goodgamestudios/cxf-announcements@0.19.2/dist/announcements.js'></script>",
3
3
  "<script src='https://unpkg.com/@goodgamestudios/cxf-events@1.21.0/dist/empire.js'></script>",
4
- "<script src='https://unpkg.com/@goodgamestudios/cxf-webshop@6.18/dist/webshop-cxf.js'></script>",
4
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-webshop@6.19.0/dist/webshop-cxf.js'></script>",
5
5
  "<script src='https://unpkg.com/@goodgamestudios/cxf-tracking@production'></script>",
6
6
  "<script src='https://unpkg.com/@goodgamestudios/cxf-error-handler@production'></script>",
7
7
  "<script src='https://unpkg.com/@goodgamestudios/cxf-dialog@1.6.1'></script>",
@@ -4,6 +4,6 @@
4
4
  "<script src='https://unpkg.com/@goodgamestudios/cxf-announcements@0.19.2/dist/announcements.js'></script>",
5
5
  "<script src='https://unpkg.com/@goodgamestudios/cxf-tracking@production'></script>",
6
6
  "<script src='https://unpkg.com/@goodgamestudios/cxf-events@1.21.0/dist/empire.js'></script>",
7
- "<script src='https://unpkg.com/@goodgamestudios/cxf-webshop@6.18/dist/webshop-cxf.js'></script>",
7
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-webshop@6.19.0/dist/webshop-cxf.js'></script>",
8
8
  "<script src='https://unpkg.com/@goodgamestudios/cxf-shop-zipcodes@production'></script>"
9
9
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodgamestudios/cxf-plugins",
3
- "version": "0.57.0",
3
+ "version": "0.58.0",
4
4
  "description": "List of plugins that will be installed by CXF",
5
5
  "author": "Davide de Paolis ddepaolis@goodgamestudios.com",
6
6
  "license": "UNLICENSED",
@@ -16,8 +16,8 @@
16
16
  "commit": "git-cz",
17
17
  "release": "semantic-release",
18
18
  "build:dev": "rimraf dist && copyfiles -f dev/*.json dist",
19
- "build:staging": "rimraf dist && copyfiles -f qa/*.json dist",
20
- "build:LIVE": "rimraf dist && copyfiles -f prod/*.json dist",
19
+ "build:qa": "rimraf dist && copyfiles -f qa/*.json dist",
20
+ "build:live": "rimraf dist && copyfiles -f prod/*.json dist",
21
21
  "config:validate": "node ./src/index.js"
22
22
  },
23
23
  "devDependencies": {
@@ -57,8 +57,9 @@
57
57
  "channel": "production"
58
58
  },
59
59
  {
60
- "name": "qa",
61
- "prerelease": true
60
+ "name": "develop",
61
+ "channel": "qa",
62
+ "prerelease": "qa"
62
63
  }
63
64
  ],
64
65
  "plugins": [