@ornikar/repo-config-react 9.1.0-alpha.0 โ†’ 10.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 CHANGED
@@ -3,17 +3,55 @@
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.1](https://github.com/ornikar/shared-configs/compare/@ornikar/repo-config-react@10.0.0...@ornikar/repo-config-react@10.0.1) (2023-04-21)
7
7
 
8
8
 
9
+ ### Bug Fixes
10
+
11
+ * exports getSrcDirectories ([222e76e](https://github.com/ornikar/shared-configs/commit/222e76e0b5f41ee19a537d9d7d86af4c10f65918))
12
+
13
+
14
+
15
+ ## [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)
16
+
17
+
18
+ ### โš  BREAKING CHANGES
19
+
20
+ * **repo-config-react:** if you used css files, replace repo-config-react by repo-config-react-legacy-css
21
+
9
22
  ### Features
10
23
 
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))
24
+ * **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
25
 
13
26
 
14
- ### BREAKING CHANGES
15
27
 
16
- * **repo-config-react:** use svgo 2
28
+ ## [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)
29
+
30
+ **Note:** Version bump only for package @ornikar/repo-config-react
31
+
32
+
33
+
34
+
35
+
36
+ ## [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)
37
+
38
+ **Note:** Version bump only for package @ornikar/repo-config-react
39
+
40
+
41
+
42
+
43
+
44
+ ## [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)
45
+
46
+ **Note:** Version bump only for package @ornikar/repo-config-react
47
+
48
+
49
+
50
+
51
+
52
+ ## [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)
53
+
54
+ **Note:** Version bump only for package @ornikar/repo-config-react
17
55
 
18
56
 
19
57
 
@@ -23,3 +23,5 @@ module.exports = function createLintStagedConfig(options = {}) {
23
23
 
24
24
  return config;
25
25
  };
26
+
27
+ module.exports.getSrcDirectories = createBaseLintStagedConfig.getSrcDirectories;
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.1",
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": "c31c1bee0d762b16b95ae86f082852e14d96a3b9"
31
30
  }