@thi.ng/rdom-canvas 0.3.3 → 0.3.4

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 +6 -54
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,23 +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.3.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom-canvas@0.3.2...@thi.ng/rdom-canvas@0.3.3) (2021-10-28)
7
-
8
- **Note:** Version bump only for package @thi.ng/rdom-canvas
9
-
10
-
11
-
12
-
13
-
14
- ## [0.3.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom-canvas@0.3.1...@thi.ng/rdom-canvas@0.3.2) (2021-10-28)
15
-
16
- **Note:** Version bump only for package @thi.ng/rdom-canvas
17
-
18
-
19
-
20
-
21
-
22
- ## [0.3.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom-canvas@0.3.0...@thi.ng/rdom-canvas@0.3.1) (2021-10-28)
6
+ ## [0.3.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom-canvas@0.3.3...@thi.ng/rdom-canvas@0.3.4) (2021-11-03)
23
7
 
24
8
  **Note:** Version bump only for package @thi.ng/rdom-canvas
25
9
 
@@ -38,38 +22,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
38
22
 
39
23
 
40
24
 
41
- ## [0.2.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom-canvas@0.2.3...@thi.ng/rdom-canvas@0.2.4) (2021-10-15)
42
-
43
- **Note:** Version bump only for package @thi.ng/rdom-canvas
44
-
45
-
46
-
47
-
48
-
49
- ## [0.2.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom-canvas@0.2.2...@thi.ng/rdom-canvas@0.2.3) (2021-10-15)
50
-
51
- **Note:** Version bump only for package @thi.ng/rdom-canvas
52
-
53
-
54
-
55
-
56
-
57
- ## [0.2.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom-canvas@0.2.1...@thi.ng/rdom-canvas@0.2.2) (2021-10-13)
58
-
59
- **Note:** Version bump only for package @thi.ng/rdom-canvas
60
-
61
-
62
-
63
-
64
-
65
- ## [0.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom-canvas@0.2.0...@thi.ng/rdom-canvas@0.2.1) (2021-10-13)
66
-
67
- **Note:** Version bump only for package @thi.ng/rdom-canvas
68
-
69
-
70
-
71
-
72
-
73
25
  # [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom-canvas@0.1.60...@thi.ng/rdom-canvas@0.2.0) (2021-10-12)
74
26
 
75
27
 
@@ -104,14 +56,14 @@ Also:
104
56
 
105
57
 
106
58
 
107
- ## [0.1.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom-canvas@0.1.8...@thi.ng/rdom-canvas@0.1.9) (2020-07-28)
59
+ ## [0.1.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom-canvas@0.1.8...@thi.ng/rdom-canvas@0.1.9) (2020-07-28)
108
60
 
109
- ### Bug Fixes
61
+ ### Bug Fixes
110
62
 
111
- - **rdom-canvas:** static canvas size handling ([1a03c70](https://github.com/thi-ng/umbrella/commit/1a03c70e3e9fe6c8b096f78084dc590102d96893))
63
+ - **rdom-canvas:** static canvas size handling ([1a03c70](https://github.com/thi-ng/umbrella/commit/1a03c70e3e9fe6c8b096f78084dc590102d96893))
112
64
 
113
- # 0.1.0 (2020-07-02)
65
+ # 0.1.0 (2020-07-02)
114
66
 
115
- ### Features
67
+ ### Features
116
68
 
117
69
  - **rdom-canvas:** import as new pkg ([369d4de](https://github.com/thi-ng/umbrella/commit/369d4de29c0b0c1ff3092126902f1835ac61870e))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rdom-canvas",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,13 +35,13 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@thi.ng/adapt-dpi": "^2.0.6",
38
- "@thi.ng/api": "^8.0.6",
39
- "@thi.ng/associative": "^6.0.7",
38
+ "@thi.ng/api": "^8.1.0",
39
+ "@thi.ng/associative": "^6.0.8",
40
40
  "@thi.ng/checks": "^3.0.6",
41
- "@thi.ng/hiccup-canvas": "^2.0.7",
42
- "@thi.ng/rdom": "^0.7.7",
43
- "@thi.ng/rstream": "^7.0.7",
44
- "@thi.ng/transducers": "^8.0.6"
41
+ "@thi.ng/hiccup-canvas": "^2.0.8",
42
+ "@thi.ng/rdom": "^0.7.8",
43
+ "@thi.ng/rstream": "^7.0.8",
44
+ "@thi.ng/transducers": "^8.0.7"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@thi.ng/testament": "^0.1.6"
@@ -85,5 +85,5 @@
85
85
  "status": "alpha",
86
86
  "year": 2020
87
87
  },
88
- "gitHead": "c17a556ad25f6882dfa8f806a1d9e8ed7ac7cd71"
88
+ "gitHead": "852cd2450617c86d15d18477dc634f17f04202eb"
89
89
  }