@goodgamestudios/cxf-plugins 0.50.0-qa.1 → 0.51.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,36 @@
1
+ ## [0.51.1](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/compare/v0.51.0...v0.51.1) (2021-10-13)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * release SKUN-1322 ([f10efe9](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/commit/f10efe99df697edb4a026a3e859fa0abb9c4b10f))
7
+
8
+ # [0.51.0](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/compare/v0.50.1...v0.51.0) (2021-09-15)
9
+
10
+
11
+ ### Features
12
+
13
+ * enable webshop prefetch SKUN-1262 ([6a45ea9](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/commit/6a45ea9df290ffdc6dcc7d483d6c0bdc6d609f5c))
14
+
15
+ ## [0.50.1](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/compare/v0.50.0...v0.50.1) (2021-09-07)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * use unpkg for live config SKUN-1257 ([9a9ce83](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/commit/9a9ce837ae7bfc84467cbd975987ea37c09e355d))
21
+
22
+ # [0.50.0](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/compare/v0.49.0...v0.50.0) (2021-08-23)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * force release ([196adff](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/commit/196adff7161f9b06245bea73cbfd97b4452e5334))
28
+
29
+
30
+ ### Features
31
+
32
+ * release ms store ([0314392](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/commit/0314392a5943da5b37b47f84c836d1500a797de2))
33
+
1
34
  # [0.50.0-qa.1](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/compare/v0.49.0...v0.50.0-qa.1) (2021-08-23)
2
35
 
3
36
 
package/README.md CHANGED
@@ -14,4 +14,3 @@
14
14
  ## How to release to production
15
15
  - merge `qa` to `master`
16
16
  - start `publish-to-production` job manually (by clicking on the button)
17
-
@@ -1,9 +1,9 @@
1
1
  [
2
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-announcements@qa/dist/announcements.js'></script>",
3
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-events@qa/dist/bigfarm.js'></script>",
4
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-webshop@qa/dist/webshop-cxf.js'></script>",
5
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-tracking@qa'></script>",
6
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-error-handler@qa'></script>",
7
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-dialog@qa'></script>",
8
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-shop-zipcodes@qa'></script>"
2
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-announcements@0.19.0/dist/announcements.js'></script>",
3
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-events@1.20.1/dist/bigfarm.js'></script>",
4
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-webshop@6.14.0'></script>",
5
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-tracking@production'></script>",
6
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-error-handler@production'></script>",
7
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-dialog@1.6.1'></script>",
8
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-shop-zipcodes@production'></script>"
9
9
  ]
package/dist/bigfarm.json CHANGED
@@ -1,13 +1,12 @@
1
1
  [
2
- "<script src='https://unpkg.com/@goodgamestudios/cxf-announcements@qa/dist/announcements.js'></script>",
3
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-events@qa/dist/bigfarm.js'></script>",
4
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-webshop@qa/dist/webshop-cxf.js'></script>",
5
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-tracking@qa'></script>",
6
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-error-handler@qa'></script>",
7
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-dialog@qa'></script>",
8
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-fullscreen@qa'></script>",
9
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-shop-zipcodes@qa'></script>",
10
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-ia@qa/dist/bigfarm.js'></script>",
11
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-ad-banner@qa/dist/index.js'></script>",
12
- "<div><h3>THIS IS A FOOTER ADDED VIA CXF PLUGINS</h3></div>"
2
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-announcements@0.19.0/dist/announcements.js'></script>",
3
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-events@1.20.1/dist/bigfarm.js'></script>",
4
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-webshop@6.14.0'></script>",
5
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-tracking@production'></script>",
6
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-error-handler@production'></script>",
7
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-dialog@1.6.1'></script>",
8
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-fullscreen@production'></script>",
9
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-shop-zipcodes@production'></script>",
10
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-ia@production/dist/bigfarm.js'></script>",
11
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-ad-banner@production/dist/index.js'></script>"
13
12
  ]
@@ -1,9 +1,9 @@
1
1
  [
2
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-announcements@qa/dist/announcements.js'></script>",
3
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-events@qa/dist/empire.js'></script>",
4
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-webshop@qa/dist/webshop-cxf.js'></script>",
5
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-tracking@qa'></script>",
6
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-error-handler@qa'></script>",
7
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-dialog@qa'></script>",
8
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-shop-zipcodes@qa'></script>"
2
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-announcements@0.19.0/dist/announcements.js'></script>",
3
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-events@1.20.1/dist/empire.js'></script>",
4
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-webshop@6.14.0'></script>",
5
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-tracking@production'></script>",
6
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-error-handler@production'></script>",
7
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-dialog@1.6.1'></script>",
8
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-shop-zipcodes@production'></script>"
9
9
  ]
package/dist/empire.json CHANGED
@@ -1,13 +1,12 @@
1
1
  [
2
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-announcements@qa/dist/announcements.js'></script>",
3
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-events@qa/dist/empire.js'></script>",
4
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-webshop@qa/dist/webshop-cxf.js'></script>",
5
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-tracking@qa'></script>",
6
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-error-handler@qa'></script>",
7
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-dialog@qa'></script>",
8
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-fullscreen@qa'></script>",
9
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-shop-zipcodes@qa'></script>",
10
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-ia@qa/dist/empire.js'></script>",
11
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-ad-banner@qa/dist/index.js'></script>",
12
- "<div><h3>THIS IS A FOOTER ADDED VIA CXF PLUGINS</h3></div>"
2
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-announcements@0.19.0/dist/announcements.js'></script>",
3
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-events@1.20.1/dist/empire.js'></script>",
4
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-webshop@6.14.0'></script>",
5
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-tracking@production'></script>",
6
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-error-handler@production'></script>",
7
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-dialog@1.6.1'></script>",
8
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-fullscreen@production'></script>",
9
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-shop-zipcodes@production'></script>",
10
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-ia@production/dist/empire.js'></script>",
11
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-ad-banner@production/dist/index.js'></script>"
13
12
  ]
@@ -1,9 +1,9 @@
1
1
  [
2
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-error-handler@qa'></script>",
3
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-dialog@qa/dist/cxfDialogAir.js'></script>",
4
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-announcements@qa/dist/announcements.js'></script>",
5
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-tracking@qa'></script>",
6
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-events@qa/dist/empire.js'></script>",
7
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-webshop@qa/dist/webshop-cxf.js'></script>",
8
- "<script src='https://hotpkg.com/@goodgamestudios/cxf-shop-zipcodes@qa'></script>"
2
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-error-handler@production'></script>",
3
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-dialog@1.6.1/dist/cxfDialogAir.js'></script>",
4
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-announcements@0.19.0/dist/announcements.js'></script>",
5
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-tracking@production'></script>",
6
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-events@1.20.1/dist/empire.js'></script>",
7
+ "<script src='https://unpkg.com/@goodgamestudios/cxf-webshop@6.14.0'></script>",
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.50.0-qa.1",
3
+ "version": "0.51.1",
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",