Skip to content

Commit 1733545

Browse files
### Bug Fixes * updated deps ([419f8fc](419f8fc)) ### Miscellaneous Chores * update package versions and Node.js versions in actions ([ba1bd5f](ba1bd5f)) ### Continuous Integration * downgrade semantic-release to v21 and conventional-changelog-conventionalcommits to v6.1 ([30d8cd7](30d8cd7)) ### Dependencies * **@anolilab/semantic-release-preset:** upgraded to 7.0.0
1 parent 6185c7c commit 1733545

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

packages/babel-preset/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## @anolilab/babel-preset [9.0.7](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-09-21)
2+
3+
4+
### Bug Fixes
5+
6+
* updated deps ([419f8fc](https://github.com/anolilab/javascript-style-guide/commit/419f8fcb75a10d0afb9d47ddc9bbebd9736ad488))
7+
8+
9+
### Miscellaneous Chores
10+
11+
* update package versions and Node.js versions in actions ([ba1bd5f](https://github.com/anolilab/javascript-style-guide/commit/ba1bd5fbdb5a053b7b2929c189486399012d58bc))
12+
13+
14+
### Continuous Integration
15+
16+
* downgrade semantic-release to v21 and conventional-changelog-conventionalcommits to v6.1 ([30d8cd7](https://github.com/anolilab/javascript-style-guide/commit/30d8cd78dae211ed4566c7d23f5b85b696cbae13))
17+
18+
19+
20+
### Dependencies
21+
22+
* **@anolilab/semantic-release-preset:** upgraded to 7.0.0
23+
124
## @anolilab/babel-preset [9.0.6](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-09-14)
225

326

packages/babel-preset/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anolilab/babel-preset",
3-
"version": "9.0.6",
3+
"version": "9.0.7",
44
"description": "A babel preset for transforming your JavaScript for Anolilab.",
55
"keywords": [
66
"babel",
@@ -95,7 +95,7 @@
9595
"babel-plugin-polyfill-regenerator": "^0.5.2"
9696
},
9797
"devDependencies": {
98-
"@anolilab/semantic-release-preset": "6.0.6",
98+
"@anolilab/semantic-release-preset": "7.0.0",
9999
"@babel/cli": "^7.22.15",
100100
"@babel/core": "^7.22.20",
101101
"@babel/plugin-syntax-jsx": "7.22.5",

0 commit comments

Comments
 (0)