Skip to content

Commit d46de22

Browse files
committedJul 18, 2023
fix: fixed broken releases
BREAKING-CHANGE: fixing broken releases that semantic-release did create Signed-off-by: prisis <d.bannert@anolilab.de>
1 parent 5673581 commit d46de22

File tree

13 files changed

+21
-57
lines changed

13 files changed

+21
-57
lines changed
 

‎nx.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"default": {
44
"runner": "nx/tasks-runners/default",
55
"options": {
6-
"cacheableOperations": [],
7-
"accessToken": "ODk3NDNjNGUtNzVhNy00MzFmLTk3YmEtOTNlNjhiNTUzYWNifHJlYWQtd3JpdGU="
6+
"cacheableOperations": ["build", "build:prod", "test"]
87
}
98
}
109
},

‎packages/babel-preset/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@
9494
"babel-plugin-polyfill-regenerator": "^0.5.1"
9595
},
9696
"devDependencies": {
97-
"@types/babel__core": "^7.20.1",
9897
"@anolilab/semantic-release-preset": "5.0.1",
9998
"@babel/cli": "^7.22.9",
10099
"@babel/core": "^7.22.9",
101100
"@babel/plugin-syntax-jsx": "7.22.5",
102101
"@babel/plugin-transform-typescript": "7.22.9",
103102
"@babel/preset-react": "7.22.5",
104103
"@babel/preset-typescript": "7.22.5",
104+
"@types/babel__core": "^7.20.1",
105105
"babel-plugin-polyfill-corejs3": "^0.8.2",
106106
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
107107
"core-js": "^3.31.1",

‎packages/browserslist-config-anolilab/CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* Reorganize Prettier config and update README examples ([cc2a4be](https://github.com/anolilab/javascript-style-guide/commit/cc2a4be9a223c722fcec370a8260028cc5f6fbd0))
1313

1414

15-
1615
### Dependencies
1716

1817
* **@anolilab/semantic-release-preset:** upgraded to 5.0.1

‎packages/commitlint-config/CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* Refactor async functions to use async/await and update tsconfig.json ([2a59d6e](https://github.com/anolilab/javascript-style-guide/commit/2a59d6e0d06a5a37c92b222961acbe9f17578f26))
77

88

9-
109
### Dependencies
1110

1211
* **@anolilab/package-json-utils:** upgraded to 2.0.1

‎packages/eslint-config/CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
* Improve clarity of code and fix potential null exceptions ([8c468f4](https://github.com/anolilab/javascript-style-guide/commit/8c468f428bf3feb9425b90861264b873a590ba45))
2828

2929

30-
3130
### Dependencies
3231

3332
* **@anolilab/package-json-utils:** upgraded to 2.0.1

‎packages/lint-staged-config/CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* Revise optional chaining and promise handling in scripts ([4f1d996](https://github.com/anolilab/javascript-style-guide/commit/4f1d9965e862d72d3a50ef8652347d63ac5ef990))
1414

1515

16-
1716
### Dependencies
1817

1918
* **@anolilab/package-json-utils:** upgraded to 2.0.1

‎packages/prettier-config/CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* Reorganize Prettier config and update README examples ([cc2a4be](https://github.com/anolilab/javascript-style-guide/commit/cc2a4be9a223c722fcec370a8260028cc5f6fbd0))
1212

1313

14-
1514
### Dependencies
1615

1716
* **@anolilab/package-json-utils:** upgraded to 2.0.1

‎packages/semantic-release-preset/CHANGELOG.md

-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
## @anolilab/semantic-release-preset [5.0.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/semantic-release-preset@5.0.1...@anolilab/semantic-release-preset@5.0.2) (2023-07-18)
2-
3-
4-
5-
### Dependencies
6-
7-
* **@anolilab/package-json-utils:** upgraded to 3.0.0
8-
9-
## @anolilab/semantic-release-preset [5.0.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/semantic-release-preset@5.0.1...@anolilab/semantic-release-preset@5.0.2) (2023-07-18)
10-
11-
12-
13-
### Dependencies
14-
15-
* **@anolilab/package-json-utils:** upgraded to 2.0.2
16-
171
## @anolilab/semantic-release-preset [5.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/semantic-release-preset@5.0.0...@anolilab/semantic-release-preset@5.0.1) (2023-07-05)
182

193

‎packages/semantic-release-preset/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anolilab/semantic-release-preset",
3-
"version": "5.0.2",
3+
"version": "5.0.1",
44
"description": "Anolilab Coding Standard for semantic-release.",
55
"keywords": [
66
"anolilab",

‎packages/stylelint-config/CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* Refactor async functions to use async/await and update tsconfig.json ([2a59d6e](https://github.com/anolilab/javascript-style-guide/commit/2a59d6e0d06a5a37c92b222961acbe9f17578f26))
77

88

9-
109
### Dependencies
1110

1211
* **@anolilab/package-json-utils:** upgraded to 2.0.1

‎packages/textlint-config/CHANGELOG.md

-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@
66
* "Update package versions in pnpm-lock.yaml" ([9c24c65](https://github.com/anolilab/javascript-style-guide/commit/9c24c6549de3f3df60fc4ca3cef3e8759da40a8e))
77

88

9-
109
### Dependencies
1110

1211
* **@anolilab/package-json-utils:** upgraded to 2.0.2
13-
* **@anolilab/semantic-release-preset:** upgraded to 5.0.2
1412

1513
## @anolilab/textlint-config [7.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@7.0.0...@anolilab/textlint-config@7.0.1) (2023-07-05)
1614

‎packages/textlint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"write-good": "^1.0.8"
8787
},
8888
"devDependencies": {
89-
"@anolilab/semantic-release-preset": "5.0.2",
89+
"@anolilab/semantic-release-preset": "5.0.1",
9090
"rimraf": "^5.0.1",
9191
"semantic-release": "^21.0.7",
9292
"textlint": "^13.3.3",

‎pnpm-lock.yaml

+17-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.