@markuplint/ml-spec 4.8.0 → 4.8.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 +7 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,16 +3,19 @@
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.8.0](https://github.com/markuplint/markuplint/compare/@markuplint/ml-spec@4.7.2...@markuplint/ml-spec@4.8.0) (2024-10-27)
7
-
6
+ ## [4.8.2](https://github.com/markuplint/markuplint/compare/@markuplint/ml-spec@4.8.1...@markuplint/ml-spec@4.8.2) (2024-10-31)
8
7
 
9
- ### Features
8
+ **Note:** Version bump only for package @markuplint/ml-spec
10
9
 
11
- * **html-spec:** add the `autocorrect` global attribute ([8035fbd](https://github.com/markuplint/markuplint/commit/8035fbd183c3eb1ab722eb7093a8e5916cf4ba25))
10
+ ## [4.8.1](https://github.com/markuplint/markuplint/compare/@markuplint/ml-spec@4.8.0...@markuplint/ml-spec@4.8.1) (2024-10-28)
12
11
 
12
+ **Note:** Version bump only for package @markuplint/ml-spec
13
13
 
14
+ # [4.8.0](https://github.com/markuplint/markuplint/compare/@markuplint/ml-spec@4.7.2...@markuplint/ml-spec@4.8.0) (2024-10-27)
14
15
 
16
+ ### Features
15
17
 
18
+ - **html-spec:** add the `autocorrect` global attribute ([8035fbd](https://github.com/markuplint/markuplint/commit/8035fbd183c3eb1ab722eb7093a8e5916cf4ba25))
16
19
 
17
20
  ## [4.7.2](https://github.com/markuplint/markuplint/compare/@markuplint/ml-spec@4.7.1...@markuplint/ml-spec@4.7.2) (2024-10-15)
18
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/ml-spec",
3
- "version": "4.8.0",
3
+ "version": "4.8.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.7",
36
- "@markuplint/types": "4.6.3",
35
+ "@markuplint/ml-ast": "4.4.8",
36
+ "@markuplint/types": "4.6.4",
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.10",
42
+ "@markuplint/test-tools": "4.5.12",
43
43
  "json-schema-to-typescript": "15.0.2"
44
44
  },
45
- "gitHead": "fab5b494f0bdc491aa83cb2c8722738d557fbefd"
45
+ "gitHead": "c35e0beb5e14093a41cee7634221dbe7f7d577f9"
46
46
  }