Skip to content

Commit 8d3ef4a

Browse files
chore: release 🚀
1 parent 500aea1 commit 8d3ef4a

File tree

6 files changed

+15
-3
lines changed

6 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 0.1.0-alpha.1 (2025-06-17)
7+
8+
**Note:** Version bump only for package @yetanothercode/root
9+
610
# 0.1.0-alpha.0 (2025-06-17)
711

812
### Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"npmClient": "yarn",
4-
"version": "0.1.0-alpha.0",
4+
"version": "0.1.0-alpha.1",
55
"command": {
66
"version": {
77
"message": "chore: release :rocket:",

packages/commitlint-config/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 0.1.0-alpha.1 (2025-06-17)
7+
8+
**Note:** Version bump only for package @yetanothercode/commitlint-config
9+
610
# 0.1.0-alpha.0 (2025-06-17)
711

812
### Features

packages/commitlint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"logo": {
55
"file": "./icons/128.png"
66
},
7-
"version": "0.1.0-alpha.0",
7+
"version": "0.1.0-alpha.1",
88
"main": "src/index.js",
99
"author": "Ciro Ferreira da Cruz <ciro.cfc@gmail.com>",
1010
"repository": {

packages/prettier-config/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 0.1.0-alpha.1 (2025-06-17)
7+
8+
**Note:** Version bump only for package @yetanothercode/prettier-config
9+
610
# 0.1.0-alpha.0 (2025-06-17)
711

812
### Features

packages/prettier-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"logo": {
55
"file": "./icons/128.png"
66
},
7-
"version": "0.1.0-alpha.0",
7+
"version": "0.1.0-alpha.1",
88
"main": "src/index.js",
99
"author": "Ciro Ferreira da Cruz <ciro.cfc@gmail.com>",
1010
"repository": {

0 commit comments

Comments
 (0)