@taiga-ui/prettier-config 0.2.1 → 0.3.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 +20 -0
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,26 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.3.0](https://github.com/taiga-family/taiga-ui/compare/@taiga-ui/prettier-config@0.2.2...@taiga-ui/prettier-config@0.3.0) (2023-09-12)
7
+
8
+ ### Features
9
+
10
+ - update peer deps ([82cc2b2](https://github.com/taiga-family/taiga-ui/commit/82cc2b29e35173e797ffa4b5007477f5d4f38b1b))
11
+
12
+ # Change Log
13
+
14
+ All notable changes to this project will be documented in this file. See
15
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
16
+
17
+ ## [0.2.2](https://github.com/taiga-family/taiga-ui/compare/@taiga-ui/prettier-config@0.2.1...@taiga-ui/prettier-config@0.2.2) (2023-09-12)
18
+
19
+ **Note:** Version bump only for package @taiga-ui/prettier-config
20
+
21
+ # Change Log
22
+
23
+ All notable changes to this project will be documented in this file. See
24
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
25
+
6
26
  ## [0.2.1](https://github.com/taiga-family/taiga-ui/compare/@taiga-ui/prettier-config@0.2.0...@taiga-ui/prettier-config@0.2.1) (2023-09-04)
7
27
 
8
28
  **Note:** Version bump only for package @taiga-ui/prettier-config
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/prettier-config",
3
- "version": "0.2.1",
3
+ "version": "0.3.0",
4
4
  "description": "Taiga-ui prettier config",
5
5
  "keywords": [
6
6
  "prettier",
@@ -13,14 +13,13 @@
13
13
  "license": "Apache-2.0",
14
14
  "main": "index.js",
15
15
  "dependencies": {
16
- "@prettier/plugin-xml": "3.2.0",
17
- "@types/prettier": "3.0.0",
16
+ "@prettier/plugin-xml": "3.2.1",
18
17
  "prettier-package-json": "2.8.0",
19
18
  "prettier-plugin-organize-attributes": "1.0.0",
20
19
  "sort-package-json": "2.5.1"
21
20
  },
22
21
  "peerDependencies": {
23
- "prettier": ">=3.0.0"
22
+ "prettier": "*"
24
23
  },
25
24
  "publishConfig": {
26
25
  "access": "public"