@goodgamestudios/cxf-plugins 0.105.3 → 0.105.5
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 +11 -2
- package/CHANGELOG.md +7 -0
- package/dist/bigfarm.json +1 -1
- package/package.json +1 -1
package/.idea/workspace.xml
CHANGED
|
@@ -115,7 +115,9 @@
|
|
|
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" />
|
|
120
|
+
<workItem from="1765817881705" duration="1219000" />
|
|
119
121
|
</task>
|
|
120
122
|
<task id="LOCAL-00001" summary="fix: switch production version">
|
|
121
123
|
<created>1648645320970</created>
|
|
@@ -222,7 +224,14 @@
|
|
|
222
224
|
<option name="project" value="LOCAL" />
|
|
223
225
|
<updated>1764079882682</updated>
|
|
224
226
|
</task>
|
|
225
|
-
<
|
|
227
|
+
<task id="LOCAL-00016" summary="fix: change version of plugins for BF">
|
|
228
|
+
<created>1765819658718</created>
|
|
229
|
+
<option name="number" value="00016" />
|
|
230
|
+
<option name="presentableId" value="LOCAL-00016" />
|
|
231
|
+
<option name="project" value="LOCAL" />
|
|
232
|
+
<updated>1765819658719</updated>
|
|
233
|
+
</task>
|
|
234
|
+
<option name="localTasksCounter" value="17" />
|
|
226
235
|
<servers />
|
|
227
236
|
</component>
|
|
228
237
|
<component name="TypeScriptGeneratedFilesManager">
|
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.2/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