@thi.ng/scenegraph 0.4.3 → 0.4.8

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 +11 -19
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
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
- ## [0.4.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/scenegraph@0.4.2...@thi.ng/scenegraph@0.4.3) (2021-10-15)
6
+ ## [0.4.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/scenegraph@0.4.7...@thi.ng/scenegraph@0.4.8) (2021-11-04)
7
7
 
8
8
  **Note:** Version bump only for package @thi.ng/scenegraph
9
9
 
@@ -11,15 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- ## [0.4.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/scenegraph@0.4.1...@thi.ng/scenegraph@0.4.2) (2021-10-15)
15
-
16
- **Note:** Version bump only for package @thi.ng/scenegraph
17
-
18
-
19
-
20
-
21
-
22
- ## [0.4.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/scenegraph@0.4.0...@thi.ng/scenegraph@0.4.1) (2021-10-13)
14
+ ## [0.4.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/scenegraph@0.4.6...@thi.ng/scenegraph@0.4.7) (2021-11-03)
23
15
 
24
16
  **Note:** Version bump only for package @thi.ng/scenegraph
25
17
 
@@ -56,21 +48,21 @@ Also:
56
48
 
57
49
 
58
50
 
59
- # [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/scenegraph@0.2.1...@thi.ng/scenegraph@0.3.0) (2020-07-28)
51
+ # [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/scenegraph@0.2.1...@thi.ng/scenegraph@0.3.0) (2020-07-28)
60
52
 
61
- ### Features
53
+ ### Features
62
54
 
63
- - **scenegraph:** add ICopy impls for Node2/3 ([fd6ffdb](https://github.com/thi-ng/umbrella/commit/fd6ffdb531886e53711de77c2df00c447ea65448))
55
+ - **scenegraph:** add ICopy impls for Node2/3 ([fd6ffdb](https://github.com/thi-ng/umbrella/commit/fd6ffdb531886e53711de77c2df00c447ea65448))
64
56
 
65
- # [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/scenegraph@0.1.27...@thi.ng/scenegraph@0.2.0) (2020-07-17)
57
+ # [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/scenegraph@0.1.27...@thi.ng/scenegraph@0.2.0) (2020-07-17)
66
58
 
67
- ### Features
59
+ ### Features
68
60
 
69
- - **scenegraph:** update `.toHiccuo()` impls, update .scale type ([2f0a3cc](https://github.com/thi-ng/umbrella/commit/2f0a3cc6286bf8492c74c4497f13fe300980c353))
61
+ - **scenegraph:** update `.toHiccuo()` impls, update .scale type ([2f0a3cc](https://github.com/thi-ng/umbrella/commit/2f0a3cc6286bf8492c74c4497f13fe300980c353))
70
62
 
71
- # 0.1.0 (2019-11-30)
63
+ # 0.1.0 (2019-11-30)
72
64
 
73
- ### Features
65
+ ### Features
74
66
 
75
- - **scenegraph:** add global/local point mapping methods ([3906c4c](https://github.com/thi-ng/umbrella/commit/3906c4c68c541aa84bc407235c3fe3fdf3e2debe))
67
+ - **scenegraph:** add global/local point mapping methods ([3906c4c](https://github.com/thi-ng/umbrella/commit/3906c4c68c541aa84bc407235c3fe3fdf3e2debe))
76
68
  - **scenegraph:** add new package ([84d2a8b](https://github.com/thi-ng/umbrella/commit/84d2a8b96aeb7e8dd119be4fbc0c8c8277dc1990))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/scenegraph",
3
- "version": "0.4.3",
3
+ "version": "0.4.8",
4
4
  "description": "Extensible 2D/3D scene graph with @thi.ng/hiccup-canvas support",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,14 +34,14 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.0.3",
38
- "@thi.ng/checks": "^3.0.3",
39
- "@thi.ng/errors": "^2.0.3",
40
- "@thi.ng/matrices": "^2.0.3",
41
- "@thi.ng/vectors": "^7.0.3"
37
+ "@thi.ng/api": "^8.1.0",
38
+ "@thi.ng/checks": "^3.0.6",
39
+ "@thi.ng/errors": "^2.0.6",
40
+ "@thi.ng/matrices": "^2.0.8",
41
+ "@thi.ng/vectors": "^7.1.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@thi.ng/testament": "^0.1.3"
44
+ "@thi.ng/testament": "^0.1.6"
45
45
  },
46
46
  "keywords": [
47
47
  "2d",
@@ -93,5 +93,5 @@
93
93
  ],
94
94
  "status": "alpha"
95
95
  },
96
- "gitHead": "1fb38cac74d6c009d96855c28784a267a81badf1"
96
+ "gitHead": "d6aca4b4edb697613ed6635b1c0b12f0bf27b1f0"
97
97
  }