@markuplint/ml-spec 4.7.0 → 4.7.2

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 -6
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,24 +3,27 @@
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
- # [4.7.0](https://github.com/markuplint/markuplint/compare/@markuplint/ml-spec@4.6.4...@markuplint/ml-spec@4.7.0) (2024-09-23)
7
-
8
-
9
- ### Features
6
+ ## [4.7.2](https://github.com/markuplint/markuplint/compare/@markuplint/ml-spec@4.7.1...@markuplint/ml-spec@4.7.2) (2024-10-15)
10
7
 
11
- * **types:** update types according to CSSTree ([c4d97f9](https://github.com/markuplint/markuplint/commit/c4d97f9571dd2b93462e9dd51c01ecf4f95caf08))
8
+ **Note:** Version bump only for package @markuplint/ml-spec
12
9
 
13
10
 
14
11
 
15
12
 
16
13
 
17
- ## [4.6.4](https://github.com/markuplint/markuplint/compare/@markuplint/ml-spec@4.6.3...@markuplint/ml-spec@4.6.4) (2024-09-02)
14
+ ## [4.7.1](https://github.com/markuplint/markuplint/compare/@markuplint/ml-spec@4.7.0...@markuplint/ml-spec@4.7.1) (2024-10-14)
18
15
 
19
16
  **Note:** Version bump only for package @markuplint/ml-spec
20
17
 
18
+ # [4.7.0](https://github.com/markuplint/markuplint/compare/@markuplint/ml-spec@4.6.4...@markuplint/ml-spec@4.7.0) (2024-09-23)
21
19
 
20
+ ### Features
22
21
 
22
+ - **types:** update types according to CSSTree ([c4d97f9](https://github.com/markuplint/markuplint/commit/c4d97f9571dd2b93462e9dd51c01ecf4f95caf08))
23
23
 
24
+ ## [4.6.4](https://github.com/markuplint/markuplint/compare/@markuplint/ml-spec@4.6.3...@markuplint/ml-spec@4.6.4) (2024-09-02)
25
+
26
+ **Note:** Version bump only for package @markuplint/ml-spec
24
27
 
25
28
  ## [4.6.3](https://github.com/markuplint/markuplint/compare/@markuplint/ml-spec@4.6.2...@markuplint/ml-spec@4.6.3) (2024-06-25)
26
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/ml-spec",
3
- "version": "4.7.0",
3
+ "version": "4.7.2",
4
4
  "description": "Types and schema that specs of the Markup languages for markuplint",
5
5
  "repository": "git@github.com:markuplint/markuplint.git",
6
6
  "author": "Yusuke Hirao <yusukehirao@me.com>",
@@ -32,15 +32,15 @@
32
32
  "schema:prettier": "prettier --write \"./schemas/*.json\" \"./src/types/*.ts\" --log-level warn"
33
33
  },
34
34
  "dependencies": {
35
- "@markuplint/ml-ast": "4.4.4",
36
- "@markuplint/types": "4.6.0",
35
+ "@markuplint/ml-ast": "4.4.6",
36
+ "@markuplint/types": "4.6.2",
37
37
  "dom-accessibility-api": "0.7.0",
38
38
  "is-plain-object": "5.0.0",
39
39
  "type-fest": "4.26.1"
40
40
  },
41
41
  "devDependencies": {
42
- "@markuplint/test-tools": "4.5.7",
42
+ "@markuplint/test-tools": "4.5.9",
43
43
  "json-schema-to-typescript": "15.0.2"
44
44
  },
45
- "gitHead": "05d2eabfcc41b67847c24049f12dd2b9f5ca6485"
45
+ "gitHead": "c8c82d36c2e48d191091cbc22ca1b99ed0704b9f"
46
46
  }