@tldraw/validate 3.9.0-canary.ffd990988638 → 3.9.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,3 +1,18 @@
1
+ # v3.9.0 (Mon Mar 03 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Update discord links [#5500](https://github.com/tldraw/tldraw/pull/5500) ([@SomeHats](https://github.com/SomeHats) [@huppy-bot[bot]](https://github.com/huppy-bot[bot]) [@steveruizok](https://github.com/steveruizok) [@TodePond](https://github.com/TodePond))
6
+
7
+ #### Authors: 4
8
+
9
+ - [@huppy-bot[bot]](https://github.com/huppy-bot[bot])
10
+ - alex ([@SomeHats](https://github.com/SomeHats))
11
+ - Lu Wilson ([@TodePond](https://github.com/TodePond))
12
+ - Steve Ruiz ([@steveruizok](https://github.com/steveruizok))
13
+
14
+ ---
15
+
1
16
  # v3.8.0 (Wed Feb 12 2025)
2
17
 
3
18
  ### Release Notes
package/README.md CHANGED
@@ -48,4 +48,4 @@ Find us on Twitter/X at [@tldraw](https://twitter.com/tldraw).
48
48
 
49
49
  ## Community
50
50
 
51
- Have questions, comments or feedback? [Join our discord](https://discord.gg/rhsyWMUJxd) or [start a discussion](https://github.com/tldraw/tldraw/discussions/new). For the latest news and release notes, visit [tldraw.dev](https://tldraw.dev).
51
+ Have questions, comments or feedback? [Join our discord](https://discord.tldraw.com/?utm_source=github&utm_medium=social&utm_campaign=sociallink). For the latest news and release notes, visit [tldraw.dev](https://tldraw.dev).
package/dist-cjs/index.js CHANGED
@@ -41,7 +41,7 @@ var T = __toESM(require("./lib/validation"));
41
41
  var import_validation = require("./lib/validation");
42
42
  (0, import_utils.registerTldrawLibraryVersion)(
43
43
  "@tldraw/validate",
44
- "3.9.0-canary.ffd990988638",
44
+ "3.9.0",
45
45
  "cjs"
46
46
  );
47
47
  //# sourceMappingURL=index.js.map
@@ -9,7 +9,7 @@ import {
9
9
  } from "./lib/validation.mjs";
10
10
  registerTldrawLibraryVersion(
11
11
  "@tldraw/validate",
12
- "3.9.0-canary.ffd990988638",
12
+ "3.9.0",
13
13
  "esm"
14
14
  );
15
15
  export {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tldraw/validate",
3
3
  "description": "A runtime validation library by tldraw.",
4
- "version": "3.9.0-canary.ffd990988638",
4
+ "version": "3.9.0",
5
5
  "author": {
6
6
  "name": "tldraw Inc.",
7
7
  "email": "hello@tldraw.com"
@@ -42,7 +42,7 @@
42
42
  "lint": "yarn run -T tsx ../../internal/scripts/lint.ts"
43
43
  },
44
44
  "dependencies": {
45
- "@tldraw/utils": "3.9.0-canary.ffd990988638"
45
+ "@tldraw/utils": "3.9.0"
46
46
  },
47
47
  "jest": {
48
48
  "preset": "../../internal/config/jest/node/jest-preset.js",