@latticexyz/utils 2.0.0-main-1bf2e908 → 2.0.0-main-7284525c

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 +3 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- ## 2.0.0-main-1bf2e908
3
+ ## 2.0.0-main-7284525c
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -28,6 +28,8 @@
28
28
  - 59054203: TS packages now generate their respective `.d.ts` type definition files for better compatibility when using MUD with `moduleResolution` set to `bundler` or `node16` and fixes issues around missing type declarations for dependent packages.
29
29
  - 4e4a3415: bump to latest TS version (5.1.6)
30
30
 
31
+ ## 2.0.0-next.16
32
+
31
33
  ## 2.0.0-next.15
32
34
 
33
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latticexyz/utils",
3
- "version": "2.0.0-main-1bf2e908",
3
+ "version": "2.0.0-main-7284525c",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/latticexyz/mud.git",