@goodgamestudios/cxf-plugins 0.100.0 → 0.100.2

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,17 @@
1
+ ## [0.100.2](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/compare/v0.100.1...v0.100.2) (2024-09-13)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **RA-57953:** manual interstitials fixed, now also applied to bigfarm -> cxf-ia@0.15.0 ([3934bb7](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/commit/3934bb70f46f663d52c8844202f5ceca29e1b1d1))
7
+
8
+ ## [0.100.1](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/compare/v0.100.0...v0.100.1) (2024-09-11)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **RA-57953:** manual interstitials fixed, for now only applied to empire -> cxf-ia@0.15.0 ([3b1b5a3](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/commit/3b1b5a3226702227fa7e8da6ff4097e2aaec82f9))
14
+
1
15
  # [0.100.0](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/compare/v0.99.2...v0.100.0) (2024-08-27)
2
16
 
3
17
 
package/dist/bigfarm.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-tracking@1.2.0/dist/index.js'></script>",
7
7
  "<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-dialog@1.6.1/dist/cxfDialog.js'></script>",
8
8
  "<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-fullscreen@0.0.7/dist/index.js'></script>",
9
- "<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-ia@0.14.3/dist/bigfarm.js'></script>",
9
+ "<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-ia@0.15.0/dist/bigfarm.js'></script>",
10
10
  "<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-webshop@6.27.0/dist/webshop-cxf.js'></script>",
11
11
  "<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-shop-zipcodes@1.0.2/dist/index.js'></script>"
12
12
  ]
package/dist/empire.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-tracking@1.2.0/dist/index.js'></script>",
7
7
  "<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-dialog@1.6.1/dist/cxfDialog.js'></script>",
8
8
  "<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-fullscreen@0.0.7/dist/index.js'></script>",
9
- "<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-ia@0.14.3/dist/empire.js'></script>",
9
+ "<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-ia@0.15.0/dist/empire.js'></script>",
10
10
  "<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-webshop@6.27.0/dist/webshop-cxf.js'></script>",
11
11
  "<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-shop-zipcodes@1.0.2/dist/index.js'></script>"
12
12
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodgamestudios/cxf-plugins",
3
- "version": "0.100.0",
3
+ "version": "0.100.2",
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",