@goodgamestudios/cxf-plugins 0.105.3 → 0.105.4
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/.idea/workspace.xml +2 -1
- package/CHANGELOG.md +7 -0
- package/dist/bigfarm.json +1 -1
- package/package.json +1 -1
package/.idea/workspace.xml
CHANGED
|
@@ -115,7 +115,8 @@
|
|
|
115
115
|
<workItem from="1762961231892" duration="1487000" />
|
|
116
116
|
<workItem from="1763571773084" duration="756000" />
|
|
117
117
|
<workItem from="1763625025783" duration="21000" />
|
|
118
|
-
<workItem from="1764076095168" duration="
|
|
118
|
+
<workItem from="1764076095168" duration="5055000" />
|
|
119
|
+
<workItem from="1764155465996" duration="41000" />
|
|
119
120
|
</task>
|
|
120
121
|
<task id="LOCAL-00001" summary="fix: switch production version">
|
|
121
122
|
<created>1648645320970</created>
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [0.105.2](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/compare/v0.105.1...v0.105.2) (2025-11-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* change version of plugins for BF ([44e7888](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/commit/44e78883e9c284cb7d9d29061a43429d1f17fc20))
|
|
7
|
+
|
|
1
8
|
## [0.105.1](https://gitlab.goodgamestudios.com/cxf/cxf-plugins/compare/v0.105.0...v0.105.1) (2025-11-25)
|
|
2
9
|
|
|
3
10
|
|
package/dist/bigfarm.json
CHANGED
|
@@ -7,6 +7,6 @@
|
|
|
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
9
|
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-ia@0.21.1/dist/bigfarm.js'></script>",
|
|
10
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-webshop@7.
|
|
10
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-webshop@7.1.1/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