@thi.ng/matrices 2.0.1 → 2.0.3
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 +16 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [2.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/matrices@2.0.2...@thi.ng/matrices@2.0.3) (2021-10-15)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @thi.ng/matrices
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [2.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/matrices@2.0.1...@thi.ng/matrices@2.0.2) (2021-10-15)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @thi.ng/matrices
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [2.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/matrices@2.0.0...@thi.ng/matrices@2.0.1) (2021-10-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @thi.ng/matrices
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/matrices",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "Matrix & quaternion operations for 2D/3D geometry processing",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/api": "^8.0.
|
|
38
|
-
"@thi.ng/checks": "^3.0.
|
|
39
|
-
"@thi.ng/math": "^5.0.
|
|
40
|
-
"@thi.ng/vectors": "^7.0.
|
|
37
|
+
"@thi.ng/api": "^8.0.3",
|
|
38
|
+
"@thi.ng/checks": "^3.0.3",
|
|
39
|
+
"@thi.ng/math": "^5.0.3",
|
|
40
|
+
"@thi.ng/vectors": "^7.0.3"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@thi.ng/testament": "^0.1.
|
|
43
|
+
"@thi.ng/testament": "^0.1.3"
|
|
44
44
|
},
|
|
45
45
|
"keywords": [
|
|
46
46
|
"2d",
|
|
@@ -264,5 +264,5 @@
|
|
|
264
264
|
],
|
|
265
265
|
"year": 2018
|
|
266
266
|
},
|
|
267
|
-
"gitHead": "
|
|
267
|
+
"gitHead": "1fb38cac74d6c009d96855c28784a267a81badf1"
|
|
268
268
|
}
|