@ornikar/repo-config-react-legacy-css 12.0.3 โ 13.0.1
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 +22 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
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
|
+
## [13.0.1](https://github.com/ornikar/shared-configs/compare/@ornikar/repo-config-react-legacy-css@13.0.0...@ornikar/repo-config-react-legacy-css@13.0.1) (2023-11-08)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @ornikar/repo-config-react-legacy-css
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [13.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/repo-config-react-legacy-css@12.0.3...@ornikar/repo-config-react-legacy-css@13.0.0) (2023-11-08)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### โ BREAKING CHANGES
|
|
18
|
+
|
|
19
|
+
* **deps:** update dependency typed-css-modules to v0.8.1 (#1012)
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* **deps:** update dependency typed-css-modules to v0.8.1 ([#1012](https://github.com/ornikar/shared-configs/issues/1012)) ([cac98b7](https://github.com/ornikar/shared-configs/commit/cac98b7f90b4612371f5413b72f456fc227aea16))
|
|
24
|
+
* typed-css-modules-loader changed owner [no issue] ([#1016](https://github.com/ornikar/shared-configs/issues/1016)) ([c98310d](https://github.com/ornikar/shared-configs/commit/c98310de451c6e2676c61daf510234646aa8b1ee))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
## [12.0.3](https://github.com/ornikar/shared-configs/compare/@ornikar/repo-config-react-legacy-css@12.0.2...@ornikar/repo-config-react-legacy-css@12.0.3) (2023-10-25)
|
|
7
29
|
|
|
8
30
|
**Note:** Version bump only for package @ornikar/repo-config-react-legacy-css
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ornikar/repo-config-react-legacy-css",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "13.0.1",
|
|
4
4
|
"description": "๐งโ๏ธ react repo config legacy css",
|
|
5
5
|
"repository": {
|
|
6
6
|
"directory": "@ornikar/repo-config-react-legacy-css",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"ornikar-ci-comment-pr": "./bin/ornikar-ci-comment-pr.mjs"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@
|
|
22
|
-
"@ornikar/
|
|
23
|
-
"typed-css-modules": "0.
|
|
21
|
+
"@ornikar/repo-config-react": "11.0.4",
|
|
22
|
+
"@ornikar/typed-css-modules-loader": "0.8.1",
|
|
23
|
+
"typed-css-modules": "0.8.1"
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
26
26
|
"lint:eslint": "yarn ../.. eslint --report-unused-disable-directives --quiet @ornikar/repo-config-react-legacy-css"
|