@ornikar/repo-config-react 9.1.0-alpha.0 โ†’ 10.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 +33 -4
  2. package/package.json +4 -5
package/CHANGELOG.md CHANGED
@@ -3,17 +3,46 @@
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
- # [9.1.0-alpha.0](https://github.com/ornikar/shared-configs/compare/@ornikar/repo-config-react@8.0.6...@ornikar/repo-config-react@9.1.0-alpha.0) (2023-02-03)
6
+ ## [10.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/repo-config-react@9.0.4...@ornikar/repo-config-react@10.0.0) (2023-04-20)
7
7
 
8
8
 
9
+ ### โš  BREAKING CHANGES
10
+
11
+ * **repo-config-react:** if you used css files, replace repo-config-react by repo-config-react-legacy-css
12
+
9
13
  ### Features
10
14
 
11
- * **repo-config-react:** update svgo ECF-132 ([#847](https://github.com/ornikar/shared-configs/issues/847)) ([508cc96](https://github.com/ornikar/shared-configs/commit/508cc9670fe3e221379f0e2c7ae0fa5d46bc23c4))
15
+ * **repo-config-react:** create repo-config-react-legacy-css with typed-css-modules [no issue] ([#883](https://github.com/ornikar/shared-configs/issues/883)) ([3dacc47](https://github.com/ornikar/shared-configs/commit/3dacc47b418b71e8dd966a7d3cb14c4cff7e0d42))
12
16
 
13
17
 
14
- ### BREAKING CHANGES
15
18
 
16
- * **repo-config-react:** use svgo 2
19
+ ## [9.0.4](https://github.com/ornikar/shared-configs/compare/@ornikar/repo-config-react@9.0.3...@ornikar/repo-config-react@9.0.4) (2023-04-14)
20
+
21
+ **Note:** Version bump only for package @ornikar/repo-config-react
22
+
23
+
24
+
25
+
26
+
27
+ ## [9.0.3](https://github.com/ornikar/shared-configs/compare/@ornikar/repo-config-react@9.0.2...@ornikar/repo-config-react@9.0.3) (2023-03-23)
28
+
29
+ **Note:** Version bump only for package @ornikar/repo-config-react
30
+
31
+
32
+
33
+
34
+
35
+ ## [9.0.2](https://github.com/ornikar/shared-configs/compare/@ornikar/repo-config-react@9.0.1...@ornikar/repo-config-react@9.0.2) (2023-03-16)
36
+
37
+ **Note:** Version bump only for package @ornikar/repo-config-react
38
+
39
+
40
+
41
+
42
+
43
+ ## [9.0.1](https://github.com/ornikar/shared-configs/compare/@ornikar/repo-config-react@9.0.0...@ornikar/repo-config-react@9.0.1) (2023-03-04)
44
+
45
+ **Note:** Version bump only for package @ornikar/repo-config-react
17
46
 
18
47
 
19
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ornikar/repo-config-react",
3
- "version": "9.1.0-alpha.0",
3
+ "version": "10.0.0",
4
4
  "description": "๐Ÿ”งโš›๏ธ react repo config",
5
5
  "repository": {
6
6
  "directory": "@ornikar/repo-config-react",
@@ -18,14 +18,13 @@
18
18
  "ornikar-ci-comment-pr": "./bin/ornikar-ci-comment-pr.mjs"
19
19
  },
20
20
  "dependencies": {
21
- "@ornikar/repo-config": "^10.5.0-alpha.0",
21
+ "@ornikar/repo-config": "^10.4.5",
22
22
  "cross-env": "^7.0.0",
23
23
  "node-fetch": "^3.2.3",
24
- "svgo": "^2.8.0",
25
- "typed-css-modules": "0.7.2"
24
+ "svgo": "^2.8.0"
26
25
  },
27
26
  "scripts": {
28
27
  "lint:eslint": "yarn ../.. eslint --report-unused-disable-directives --quiet @ornikar/repo-config-react"
29
28
  },
30
- "gitHead": "c91391011607f596c39e3b27113a3052402d6d50"
29
+ "gitHead": "35cbf35ff8063baebcb68432bf33ff4bb79158f0"
31
30
  }