@rpgjs/tiledmap 5.0.0-beta.12 → 5.0.0-beta.13

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @rpgjs/tiledmap
2
2
 
3
+ ## 5.0.0-beta.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Release the next RPGJS beta with client interactions, i18n support, movement and physics improvements, Studio fixes, action battle updates, playground migration, and related runtime documentation.
8
+ - Updated dependencies
9
+ - @rpgjs/client@5.0.0-beta.13
10
+ - @rpgjs/common@5.0.0-beta.13
11
+ - @rpgjs/server@5.0.0-beta.13
12
+ - @rpgjs/vite@5.0.0-beta.13
13
+
3
14
  ## 5.0.0-beta.12
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpgjs/tiledmap",
3
- "version": "5.0.0-beta.12",
3
+ "version": "5.0.0-beta.13",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {
@@ -23,10 +23,10 @@
23
23
  "description": "RPGJS is a framework for creating RPG/MMORPG games",
24
24
  "peerDependencies": {
25
25
  "@canvasengine/presets": "^2.0.0-rc.4",
26
- "@rpgjs/client": "5.0.0-beta.12",
27
- "@rpgjs/common": "5.0.0-beta.12",
28
- "@rpgjs/server": "5.0.0-beta.12",
29
- "@rpgjs/vite": "5.0.0-beta.12",
26
+ "@rpgjs/client": "5.0.0-beta.13",
27
+ "@rpgjs/common": "5.0.0-beta.13",
28
+ "@rpgjs/server": "5.0.0-beta.13",
29
+ "@rpgjs/vite": "5.0.0-beta.13",
30
30
  "canvasengine": "^2.0.0-rc.4"
31
31
  },
32
32
  "publishConfig": {