@markuplint-dev/prettier-config 1.0.0-alpha.2 → 1.0.0

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 -9
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,16 +3,9 @@
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
- # [1.0.0-alpha.2](https://github.com/markuplint/markuplint/compare/@markuplint-dev/prettier-config@1.0.0-alpha.1...@markuplint-dev/prettier-config@1.0.0-alpha.2) (2024-06-02)
6
+ # 1.0.0 (2024-06-09)
7
7
 
8
- **Note:** Version bump only for package @markuplint-dev/prettier-config
9
-
10
-
11
-
12
-
13
-
14
- # 1.0.0-alpha.1 (2024-06-02)
15
8
 
16
9
  ### Features
17
10
 
18
- - **prettier:** moved Prettier configuration to `@markuplint-dev/prettier-config` ([1080d2d](https://github.com/markuplint/markuplint/commit/1080d2dbb7ac53a12bedd8ee92ec6250fbf73dca))
11
+ * **prettier:** moved Prettier configuration to `@markuplint-dev/prettier-config` ([1080d2d](https://github.com/markuplint/markuplint/commit/1080d2dbb7ac53a12bedd8ee92ec6250fbf73dca))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint-dev/prettier-config",
3
- "version": "1.0.0-alpha.2",
3
+ "version": "1.0.0",
4
4
  "description": "Prettier and config for Markuplint projects",
5
5
  "repository": "git@github.com:markuplint/markuplint.git",
6
6
  "author": "Yusuke Hirao <yusukehirao@me.com>",
@@ -18,5 +18,5 @@
18
18
  "dependencies": {
19
19
  "prettier": "3.2.5"
20
20
  },
21
- "gitHead": "938c2164b55ad729da47a1851dc396c0033de3f7"
21
+ "gitHead": "0200dc1f7b1ffa7455b889696153e25dbae8241f"
22
22
  }