Skip to content

Commit b666a82

Browse files
committed
chore(release): new versions
1 parent c161779 commit b666a82

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.1.1 (2024-05-15)
7+
8+
**Note:** Version bump only for package @systemd/root

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"packages/*/examples/packages/*"
66
],
77
"npmClient": "yarn",
8-
"version": "0.1.0",
8+
"version": "0.1.1",
99
"changelogPreset": "conventional-changelog-conventionalcommits",
1010
"command": {
1111
"version": {
@@ -17,7 +17,9 @@
1717
"message": "chore(release): new versions",
1818
"changelogIncludeCommitsClientLogin": " - by @%l",
1919
"allowBranch": "master",
20-
"ignoreChanges": ["yarn.lock"]
20+
"ignoreChanges": [
21+
"yarn.lock"
22+
]
2123
}
2224
},
2325
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",

packages/conf/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.1.1 (2024-05-15)
7+
8+
**Note:** Version bump only for package @systemd-js/conf

packages/conf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@systemd-js/conf",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"engines": {
55
"node": "20.x",
66
"yarn": "4.x"

0 commit comments

Comments
 (0)