@immugio/three-math-extensions 0.2.20 → 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 +9 -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.20](https://github.com/Immugio/three-math-extensions/compare/16.15.10...0.2.20)
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)
@@ -52,7 +53,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
52
53
  - Documentation update [`d5c7a07`](https://github.com/Immugio/three-math-extensions/commit/d5c7a0765f6097f5d3a3be01967d4059f19682fb)
53
54
  - Excluded files from build [`ec70614`](https://github.com/Immugio/three-math-extensions/commit/ec70614bc7df7a98f854c7a6693365118e04faf7)
54
55
 
55
- ## [16.15.10](https://github.com/Immugio/three-math-extensions/compare/0.2.19...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)
56
63
 
57
64
  ## [0.2.19](https://github.com/Immugio/three-math-extensions/compare/0.2.18...0.2.19) - 2024-04-02
58
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@immugio/three-math-extensions",
3
- "version": "0.2.20",
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",