@goodgamestudios/cxf-plugins 0.97.2 → 0.98.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 +20 -0
- package/dist/bigfarm.json +1 -1
- package/dist/empire.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## [0.98.1](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/compare/v0.98.0...v0.98.1) (2024-07-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **RA-57953:** manual interstitials can only be shown once ([7694dda](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/commit/7694dda1b03ece9ebe41de7559f48c5f2defb2cd))
|
|
7
|
+
|
|
8
|
+
# [0.98.0](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/compare/v0.97.2...v0.98.0) (2024-07-23)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **RA-57953:** semantic-release doesnt let me deploy a new version, trying to fix that... ([12a2ed1](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/commit/12a2ed1470539448983090e3fa91dcff0fcce1f4))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* **Manual Interstitials:** semantic-release doesnt let me deploy a new version, trying to fix that... ([4dd1010](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/commit/4dd1010bdf4f4c179b9be90327b9292cff739e02))
|
|
19
|
+
* **RA-57953:** BF New Format: In-Game Manual Interstitial Ad Format ([9103dc4](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/commit/9103dc4a1c5b719d399ccd9ffb02c158c2357d53))
|
|
20
|
+
|
|
1
21
|
## [0.97.2](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/compare/v0.97.1...v0.97.2) (2024-07-23)
|
|
2
22
|
|
|
3
23
|
|
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.
|
|
9
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-ia@0.14.3/dist/bigfarm.js'></script>",
|
|
10
10
|
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-webshop@6.26.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.
|
|
9
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-ia@0.14.3/dist/empire.js'></script>",
|
|
10
10
|
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-webshop@6.26.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