@goodgamestudios/cxf-plugins 0.66.0 → 0.66.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 +24 -0
- package/dist/bigfarm.json +2 -2
- package/dist/empire.json +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## [0.66.1](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/compare/v0.66.0...v0.66.1) (2022-10-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* new fix commit to allow semantic release to deploy again ([3f7f2ab](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/commit/3f7f2abef3c3b4675a91ef5f86c87b663408b0d7))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Reverts
|
|
10
|
+
|
|
11
|
+
* fixed cxf-webshop version ([1045928](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/commit/1045928364e7f645fabd3f976ff1b953984e65cf))
|
|
12
|
+
|
|
13
|
+
## [0.66.1-qa.1](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/compare/v0.66.0...v0.66.1-qa.1) (2022-10-14)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* new fix commit to allow semantic release to deploy again ([3f7f2ab](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/commit/3f7f2abef3c3b4675a91ef5f86c87b663408b0d7))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Reverts
|
|
22
|
+
|
|
23
|
+
* fixed cxf-webshop version ([1045928](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/commit/1045928364e7f645fabd3f976ff1b953984e65cf))
|
|
24
|
+
|
|
1
25
|
# [0.66.0](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/compare/v0.65.0...v0.66.0) (2022-10-13)
|
|
2
26
|
|
|
3
27
|
|
package/dist/bigfarm.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
[
|
|
2
2
|
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-error-handler@0.4.0/dist/index.js'></script>",
|
|
3
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-events@1.
|
|
3
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-events@1.22.0/dist/bigfarm.js'></script>",
|
|
4
4
|
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-announcements@0.19.8/dist/announcements.js'></script>",
|
|
5
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-ad-banner@1.
|
|
5
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-ad-banner@1.12.1/dist/index.js'></script>",
|
|
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>",
|
package/dist/empire.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
[
|
|
2
2
|
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-error-handler@0.4.0/dist/index.js'></script>",
|
|
3
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-events@1.
|
|
3
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-events@1.22.0/dist/empire.js'></script>",
|
|
4
4
|
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-announcements@0.19.8/dist/announcements.js'></script>",
|
|
5
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-ad-banner@1.
|
|
5
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-ad-banner@1.12.1/dist/index.js'></script>",
|
|
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>",
|
package/package.json
CHANGED