Skip to content

Commit 14e9b0a

Browse files
chore(release): @anolilab/[email protected] [skip ci]\n\n## @anolilab/semantic-release-preset [7.0.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-09-26)
### Bug Fixes * Various project dependencies have been updated to their respective newer versions. This covers multiple packages such as '@babel/cli', '@babel/core', '@nrwl/js', and 'eslint' among others within the package.json file. This upgrade is necessary to ensure the utilization of the most recent features, optimization and security improvements of the updated packages, and it also helps to maintain overall project consistency. ([38535ab](38535ab)) ### Dependencies * **@anolilab/package-json-utils:** upgraded to 3.0.6
1 parent b5b1220 commit 14e9b0a

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

packages/semantic-release-preset/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## @anolilab/semantic-release-preset [7.0.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-09-26)
2+
3+
4+
### Bug Fixes
5+
6+
* Various project dependencies have been updated to their respective newer versions. This covers multiple packages such as '@babel/cli', '@babel/core', '@nrwl/js', and 'eslint' among others within the package.json file. This upgrade is necessary to ensure the utilization of the most recent features, optimization and security improvements of the updated packages, and it also helps to maintain overall project consistency. ([38535ab](https://github.com/anolilab/javascript-style-guide/commit/38535abf2557680e3f22e1ff74372764ca11c2f1))
7+
8+
9+
10+
### Dependencies
11+
12+
* **@anolilab/package-json-utils:** upgraded to 3.0.6
13+
114
## @anolilab/semantic-release-preset [7.0.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-09-22)
215

316

packages/semantic-release-preset/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anolilab/semantic-release-preset",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"description": "Anolilab Coding Standard for semantic-release.",
55
"keywords": [
66
"anolilab",
@@ -70,7 +70,7 @@
7070
"postinstall": "node ./skip.js || node ./dist/postinstall.js"
7171
},
7272
"dependencies": {
73-
"@anolilab/package-json-utils": "3.0.5",
73+
"@anolilab/package-json-utils": "3.0.6",
7474
"@semantic-release/changelog": "^6.0.3",
7575
"@semantic-release/commit-analyzer": "10.0.4",
7676
"@semantic-release/exec": "^6.0.3",

0 commit comments

Comments
 (0)