@immugio/three-math-extensions 0.2.19 → 0.2.21

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 +16 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,10 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
9
9
 
10
- ## [0.2.19](https://github.com/Immugio/three-math-extensions/compare/16.15.10...0.2.19)
10
+ ## [0.2.21](https://github.com/Immugio/three-math-extensions/compare/16.15.10...0.2.21)
11
11
 
12
12
  ### Commits
13
13
 
14
+ - Three dependency update [`7cf5cf3`](https://github.com/Immugio/three-math-extensions/commit/7cf5cf3ece28c408b544d5dcc8626a9fe005b9a5)
14
15
  - Packages update [`0d85b39`](https://github.com/Immugio/three-math-extensions/commit/0d85b392029f7bbaa5063cd0494e34f593d62ea5)
15
16
  - Add eslint [`98e4912`](https://github.com/Immugio/three-math-extensions/commit/98e4912d637b42ba80e2f3267638b43296113019)
16
17
  - Update jest packages [`af23b4f`](https://github.com/Immugio/three-math-extensions/commit/af23b4f08154bba3407f05b773865215e7e1cba8)
@@ -47,11 +48,24 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
47
48
  - Add Polygon to exports [`ed66775`](https://github.com/Immugio/three-math-extensions/commit/ed66775c33e961835b23843222b822cfd9c16b1d)
48
49
  - Vec2.fromPoint and Vec3.fromPoint should accept null [`4b871af`](https://github.com/Immugio/three-math-extensions/commit/4b871af297bdcbe8584f1e2b99d602247b77687c)
49
50
  - Add HalfPI [`7a6614c`](https://github.com/Immugio/three-math-extensions/commit/7a6614c3d6f59ac216e58986927112f94207a755)
51
+ - Dependencies update [`e8def7e`](https://github.com/Immugio/three-math-extensions/commit/e8def7e94575720cc25296681f844c4e53a9fc5c)
50
52
  - Use double quotes [`c1f19db`](https://github.com/Immugio/three-math-extensions/commit/c1f19db2d0886a6ff5555bdbf353dfca20a70f0a)
51
53
  - Documentation update [`d5c7a07`](https://github.com/Immugio/three-math-extensions/commit/d5c7a0765f6097f5d3a3be01967d4059f19682fb)
52
54
  - Excluded files from build [`ec70614`](https://github.com/Immugio/three-math-extensions/commit/ec70614bc7df7a98f854c7a6693365118e04faf7)
53
55
 
54
- ## [16.15.10](https://github.com/Immugio/three-math-extensions/compare/0.2.18...16.15.10) - 2023-01-02
56
+ ## [16.15.10](https://github.com/Immugio/three-math-extensions/compare/0.2.20...16.15.10) - 2023-01-02
57
+
58
+ ## [0.2.20](https://github.com/Immugio/three-math-extensions/compare/0.2.19...0.2.20) - 2024-04-03
59
+
60
+ ### Commits
61
+
62
+ - Dependencies update [`e8def7e`](https://github.com/Immugio/three-math-extensions/commit/e8def7e94575720cc25296681f844c4e53a9fc5c)
63
+
64
+ ## [0.2.19](https://github.com/Immugio/three-math-extensions/compare/0.2.18...0.2.19) - 2024-04-02
65
+
66
+ ### Commits
67
+
68
+ - Add Vec3.fromPoints [`62684d7`](https://github.com/Immugio/three-math-extensions/commit/62684d7f6dc1318d345ed74288bb6afd5394e1d3)
55
69
 
56
70
  ## [0.2.18](https://github.com/Immugio/three-math-extensions/compare/0.2.17...0.2.18) - 2024-02-08
57
71
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@immugio/three-math-extensions",
3
- "version": "0.2.19",
3
+ "version": "0.2.21",
4
4
  "description": "Set of utilities for 2d and 3d line math built on top of three.js",
5
5
  "author": "Jan Mikeska <janmikeska@gmail.com>",
6
6
  "license": "ISC",
@@ -35,7 +35,7 @@
35
35
  "devDependencies": {
36
36
  "@types/jest": "^29.5.11",
37
37
  "@types/offscreencanvas": "2019.7.3",
38
- "@types/three": "0.160.0",
38
+ "@types/three": "0.152.0",
39
39
  "@typescript-eslint/eslint-plugin": "^6.16.0",
40
40
  "auto-changelog": "^2.4.0",
41
41
  "jest": "^29.7.0",
@@ -47,7 +47,7 @@
47
47
  "eslint": "^8.56.0"
48
48
  },
49
49
  "peerDependencies": {
50
- "three": "0.160.0"
50
+ "three": ">=0.152.0"
51
51
  },
52
52
  "repository": {
53
53
  "type": "git",