@taiga-ui/browserslist-config 0.174.2 → 0.175.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/package.json +1 -1
  2. package/CHANGELOG.md +0 -65
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/browserslist-config",
3
- "version": "0.174.2",
3
+ "version": "0.175.0",
4
4
  "description": "Taiga UI browserslist config",
5
5
  "keywords": [
6
6
  "browserslist"
package/CHANGELOG.md DELETED
@@ -1,65 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file. See
4
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [0.6.0](https://github.com/taiga-family/linters/compare/@taiga-ui/browserslist-config@0.5.0...@taiga-ui/browserslist-config@0.6.0) (2024-03-01)
7
-
8
- **Note:** Version bump only for package @taiga-ui/browserslist-config
9
-
10
- # Change Log
11
-
12
- All notable changes to this project will be documented in this file. See
13
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14
-
15
- # [0.5.0](https://github.com/taiga-family/linters/compare/@taiga-ui/browserslist-config@0.4.0...@taiga-ui/browserslist-config@0.5.0) (2024-02-19)
16
-
17
- ### Features
18
-
19
- - **browserslist-config:** upgrade config ([#319](https://github.com/taiga-family/linters/issues/319))
20
- ([669549e](https://github.com/taiga-family/linters/commit/669549e026526cf760c555703456061c2c2962c1))
21
-
22
- # Change Log
23
-
24
- All notable changes to this project will be documented in this file. See
25
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
26
-
27
- # 0.4.0 (2023-11-14)
28
-
29
- ### Features
30
-
31
- - **eslint-plugin-experience:** use single config
32
- ([e06d134](https://github.com/taiga-family/linters/commit/e06d134e3ae2e4d88dcdfbedb488a8e19336d953))
33
-
34
- # Change Log
35
-
36
- All notable changes to this project will be documented in this file. See
37
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
38
-
39
- ## 0.3.1 (2023-11-14)
40
-
41
- **Note:** Version bump only for package @taiga-ui/browserslist-config
42
-
43
- # Change Log
44
-
45
- All notable changes to this project will be documented in this file. See
46
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
47
-
48
- # [0.3.0](https://github.com/taiga-family/linters/compare/@taiga-ui/browserslist-config@0.2.0...@taiga-ui/browserslist-config@0.3.0) (2023-10-17)
49
-
50
- ### Features
51
-
52
- - **tsconfig:** add `@taiga-ui/tsconfig`
53
- ([a384eca](https://github.com/taiga-family/linters/commit/a384ecac1e036a66d5a7e95f9bb6790f34a592d9))
54
-
55
- # Change Log
56
-
57
- All notable changes to this project will be documented in this file. See
58
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
59
-
60
- # 0.2.0 (2023-09-11)
61
-
62
- ### Features
63
-
64
- - **browserslist-config:** add new package
65
- ([c32b039](https://github.com/taiga-family/linters/commit/c32b039d2a667170bb99c9f5575227b8a5d51f5e))