Skip to content

Commit 1368e0d

Browse files
committed
chore(release): publish new version 0.5.0
1 parent f80118f commit 1368e0d

File tree

7 files changed

+22
-6
lines changed

7 files changed

+22
-6
lines changed

CHANGELOG.md

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

7+
## [0.5.0](https://github.com/systemd-js/systemd/compare/v0.4.1...v0.5.0) (2024-09-20)
8+
9+
### Features
10+
11+
* **ctl:** added isActive ctl function ([0665976](https://github.com/systemd-js/systemd/commit/066597677d5bfc4c4a7fd6d00ba6a673a2fe1fec)) - by @chyzwar
12+
713
## [0.4.1](https://github.com/systemd-js/systemd/compare/v0.4.0...v0.4.1) (2024-09-20)
814

915
**Note:** Version bump only for package @systemd/root

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"npmClient": "yarn",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"changelogPreset": "conventional-changelog-conventionalcommits",
55
"command": {
66
"publish": {

packages/conf/CHANGELOG.md

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

7+
## [0.5.0](https://github.com/systemd-js/systemd/compare/v0.4.1...v0.5.0) (2024-09-20)
8+
9+
**Note:** Version bump only for package @systemd-js/conf
10+
711
## [0.4.1](https://github.com/systemd-js/systemd/compare/v0.4.0...v0.4.1) (2024-09-20)
812

913
**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.4.1",
3+
"version": "0.5.0",
44
"engines": {
55
"node": "^20.0.0"
66
},

packages/ctl/CHANGELOG.md

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

7+
## [0.5.0](https://github.com/systemd-js/systemd/compare/v0.4.1...v0.5.0) (2024-09-20)
8+
9+
### Features
10+
11+
* **ctl:** added isActive ctl function ([0665976](https://github.com/systemd-js/systemd/commit/066597677d5bfc4c4a7fd6d00ba6a673a2fe1fec)) - by @chyzwar
12+
713
## [0.4.1](https://github.com/systemd-js/systemd/compare/v0.4.0...v0.4.1) (2024-09-20)
814

915
**Note:** Version bump only for package @systemd-js/ctl

packages/ctl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@systemd-js/ctl",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"engines": {
55
"node": "^20.0.0"
66
},
@@ -31,7 +31,7 @@
3131
"test:watch": "vitest"
3232
},
3333
"dependencies": {
34-
"@systemd-js/conf": "^0.4.1"
34+
"@systemd-js/conf": "^0.5.0"
3535
},
3636
"devDependencies": {
3737
"@chyzwar/eslint-config": "^0.2.29",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,7 +1353,7 @@ __metadata:
13531353
languageName: node
13541354
linkType: hard
13551355

1356-
"@systemd-js/conf@npm:^0.4.1, @systemd-js/conf@workspace:packages/conf":
1356+
"@systemd-js/conf@npm:^0.5.0, @systemd-js/conf@workspace:packages/conf":
13571357
version: 0.0.0-use.local
13581358
resolution: "@systemd-js/conf@workspace:packages/conf"
13591359
dependencies:
@@ -1373,7 +1373,7 @@ __metadata:
13731373
dependencies:
13741374
"@chyzwar/eslint-config": "npm:^0.2.29"
13751375
"@chyzwar/tsconfig": "npm:^0.2.29"
1376-
"@systemd-js/conf": "npm:^0.4.1"
1376+
"@systemd-js/conf": "npm:^0.5.0"
13771377
"@types/node": "npm:^22.5.5"
13781378
eslint: "npm:^9.11.0"
13791379
typescript: "npm:^5.6.2"

0 commit comments

Comments
 (0)