@digitalsamba/validate 2.0.0-canary.be4081d6a72a → 2.0.0-canary.db6fa61c0c95

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 +42 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,45 @@
1
+ # v2.0.0-alpha.16 (Wed Oct 11 2023)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - Publish api.json [#2034](https://github.com/tldraw/tldraw/pull/2034) ([@steveruizok](https://github.com/steveruizok))
6
+
7
+ #### Authors: 1
8
+
9
+ - Steve Ruiz ([@steveruizok](https://github.com/steveruizok))
10
+
11
+ ---
12
+
13
+ # v2.0.0-alpha.15 (Fri Oct 06 2023)
14
+
15
+ ### Release Notes
16
+
17
+ #### tldraw zero - package shuffle ([#1710](https://github.com/tldraw/tldraw/pull/1710))
18
+
19
+ - [@tldraw/editor] lots, wip
20
+ - [@tldraw/ui] gone, merged to tldraw/tldraw
21
+ - [@tldraw/polyfills] gone, merged to tldraw/editor
22
+ - [@tldraw/primitives] gone, merged to tldraw/editor / tldraw/tldraw
23
+ - [@tldraw/indices] gone, merged to tldraw/editor
24
+ - [@tldraw/file-format] gone, merged to tldraw/tldraw
25
+
26
+ ---
27
+
28
+ #### 💥 Breaking Change
29
+
30
+ - tldraw zero - package shuffle [#1710](https://github.com/tldraw/tldraw/pull/1710) ([@steveruizok](https://github.com/steveruizok) [@SomeHats](https://github.com/SomeHats))
31
+
32
+ #### 🚀 Enhancement
33
+
34
+ - Add shapes to exports [#1776](https://github.com/tldraw/tldraw/pull/1776) ([@steveruizok](https://github.com/steveruizok))
35
+
36
+ #### Authors: 2
37
+
38
+ - alex ([@SomeHats](https://github.com/SomeHats))
39
+ - Steve Ruiz ([@steveruizok](https://github.com/steveruizok))
40
+
41
+ ---
42
+
1
43
  # v2.0.0-alpha.14 (Tue Jul 04 2023)
2
44
 
3
45
  ### Release Notes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@digitalsamba/validate",
3
3
  "description": "A runtime validation library by tldraw.",
4
- "version": "2.0.0-canary.be4081d6a72a",
4
+ "version": "2.0.0-canary.db6fa61c0c95",
5
5
  "packageManager": "yarn@3.5.0",
6
6
  "author": {
7
7
  "name": "tldraw GB Ltd."
@@ -41,7 +41,7 @@
41
41
  "lint": "yarn run -T tsx ../../scripts/lint.ts"
42
42
  },
43
43
  "dependencies": {
44
- "@digitalsamba/utils": "2.0.0-canary.be4081d6a72a"
44
+ "@digitalsamba/utils": "2.0.0-canary.db6fa61c0c95"
45
45
  },
46
46
  "jest": {
47
47
  "preset": "config/jest/node",