@taiga-ui/cspell-config 0.8.2 → 0.10.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,29 @@
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.10.0](https://github.com/taiga-family/taiga-ui/compare/@taiga-ui/cspell-config@0.9.0...@taiga-ui/cspell-config@0.10.0) (2023-09-22)
7
+
8
+ ### Features
9
+
10
+ - **cspell-config:** add retargeted word
11
+ ([7c30eb9](https://github.com/taiga-family/taiga-ui/commit/7c30eb91b52d4d63cdc72cb3c63ce856e53bbafa))
12
+
13
+ # Change Log
14
+
15
+ All notable changes to this project will be documented in this file. See
16
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
17
+
18
+ # [0.9.0](https://github.com/taiga-family/taiga-ui/compare/@taiga-ui/cspell-config@0.8.2...@taiga-ui/cspell-config@0.9.0) (2023-09-12)
19
+
20
+ ### Features
21
+
22
+ - update peer deps ([82cc2b2](https://github.com/taiga-family/taiga-ui/commit/82cc2b29e35173e797ffa4b5007477f5d4f38b1b))
23
+
24
+ # Change Log
25
+
26
+ All notable changes to this project will be documented in this file. See
27
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
28
+
6
29
  ## [0.8.2](https://github.com/taiga-family/taiga-ui/compare/@taiga-ui/cspell-config@0.8.1...@taiga-ui/cspell-config@0.8.2) (2023-09-07)
7
30
 
8
31
  **Note:** Version bump only for package @taiga-ui/cspell-config
@@ -107,6 +107,7 @@
107
107
  "textbox",
108
108
  "serialiser",
109
109
  "selectednode",
110
- "networkidle"
110
+ "networkidle",
111
+ "retargeted"
111
112
  ]
112
113
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/cspell-config",
3
- "version": "0.8.2",
3
+ "version": "0.10.0",
4
4
  "description": "Taiga UI cspell config",
5
5
  "keywords": [
6
6
  "cspell"
@@ -18,7 +18,7 @@
18
18
  "@cspell/dict-scientific-terms-us": "3.0.0"
19
19
  },
20
20
  "peerDependencies": {
21
- "cspell": ">=6.31.3"
21
+ "cspell": "*"
22
22
  },
23
23
  "publishConfig": {
24
24
  "access": "public"