@thi.ng/hiccup-markdown 2.0.6 → 2.0.7

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 +2 -42
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,47 +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
- ## [2.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-markdown@2.0.5...@thi.ng/hiccup-markdown@2.0.6) (2021-10-28)
7
-
8
- **Note:** Version bump only for package @thi.ng/hiccup-markdown
9
-
10
-
11
-
12
-
13
-
14
- ## [2.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-markdown@2.0.4...@thi.ng/hiccup-markdown@2.0.5) (2021-10-28)
15
-
16
- **Note:** Version bump only for package @thi.ng/hiccup-markdown
17
-
18
-
19
-
20
-
21
-
22
- ## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-markdown@2.0.3...@thi.ng/hiccup-markdown@2.0.4) (2021-10-25)
23
-
24
- **Note:** Version bump only for package @thi.ng/hiccup-markdown
25
-
26
-
27
-
28
-
29
-
30
- ## [2.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-markdown@2.0.2...@thi.ng/hiccup-markdown@2.0.3) (2021-10-15)
31
-
32
- **Note:** Version bump only for package @thi.ng/hiccup-markdown
33
-
34
-
35
-
36
-
37
-
38
- ## [2.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-markdown@2.0.1...@thi.ng/hiccup-markdown@2.0.2) (2021-10-15)
39
-
40
- **Note:** Version bump only for package @thi.ng/hiccup-markdown
41
-
42
-
43
-
44
-
45
-
46
- ## [2.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-markdown@2.0.0...@thi.ng/hiccup-markdown@2.0.1) (2021-10-13)
6
+ ## [2.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-markdown@2.0.6...@thi.ng/hiccup-markdown@2.0.7) (2021-11-03)
47
7
 
48
8
  **Note:** Version bump only for package @thi.ng/hiccup-markdown
49
9
 
@@ -80,6 +40,6 @@ Also:
80
40
 
81
41
 
82
42
 
83
- # [1.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-markdown@1.2.44...@thi.ng/hiccup-markdown@1.3.0) (2021-01-22)
43
+ # [1.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-markdown@1.2.44...@thi.ng/hiccup-markdown@1.3.0) (2021-01-22)
84
44
 
85
45
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hiccup-markdown",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "Markdown parser & serializer from/to Hiccup format",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,16 +34,16 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.0.6",
38
- "@thi.ng/arrays": "^2.0.6",
37
+ "@thi.ng/api": "^8.1.0",
38
+ "@thi.ng/arrays": "^2.0.7",
39
39
  "@thi.ng/checks": "^3.0.6",
40
- "@thi.ng/defmulti": "^2.0.6",
40
+ "@thi.ng/defmulti": "^2.0.7",
41
41
  "@thi.ng/errors": "^2.0.6",
42
- "@thi.ng/fsm": "^3.0.6",
43
- "@thi.ng/hiccup": "^4.1.2",
44
- "@thi.ng/strings": "^3.1.2",
45
- "@thi.ng/text-canvas": "^2.0.6",
46
- "@thi.ng/transducers": "^8.0.6"
42
+ "@thi.ng/fsm": "^3.0.7",
43
+ "@thi.ng/hiccup": "^4.1.3",
44
+ "@thi.ng/strings": "^3.1.3",
45
+ "@thi.ng/text-canvas": "^2.1.0",
46
+ "@thi.ng/transducers": "^8.0.7"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@thi.ng/testament": "^0.1.6"
@@ -90,5 +90,5 @@
90
90
  "status": "alpha",
91
91
  "year": 2018
92
92
  },
93
- "gitHead": "c17a556ad25f6882dfa8f806a1d9e8ed7ac7cd71"
93
+ "gitHead": "852cd2450617c86d15d18477dc634f17f04202eb"
94
94
  }