@windward/games 0.12.1 → 0.13.0

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,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ### Release [0.13.0] created - 2025-03-11
4
+
5
+
3
6
  ### Hotfix [0.12.1] created - 2025-02-20
4
7
 
5
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windward/games",
3
- "version": "0.12.1",
3
+ "version": "0.13.0",
4
4
  "description": "Windward UI Plugin Games",
5
5
  "main": "plugin.js",
6
6
  "scripts": {
package/plugin.js CHANGED
@@ -22,7 +22,8 @@ import CrosswordPuzzle from './components/content/blocks/crosswordPuzzle/Crosswo
22
22
  import CrosswordPuzzleSettingsManager from './components/settings/CrosswordPuzzleSettingsManager.vue'
23
23
 
24
24
  export default {
25
- name: 'Windward Games Plugin',
25
+ name: 'windward.games.name',
26
+ version: null,
26
27
  hooks: {
27
28
  beforeContent: (body) => {
28
29
  return body