From 5848a0f8951f2e29346bbc934689bd63817cbf10 Mon Sep 17 00:00:00 2001 From: chyzwar Date: Sat, 21 Sep 2024 20:37:54 +0000 Subject: [PATCH] chore(release): publish new version 0.8.0 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- packages/conf/CHANGELOG.md | 6 ++++++ packages/conf/package.json | 2 +- packages/ctl/CHANGELOG.md | 6 ++++++ packages/ctl/package.json | 4 ++-- yarn.lock | 4 ++-- 7 files changed, 24 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64a01ed..ff00d00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.8.0](https://github.com/systemd-js/systemd/compare/v0.7.1...v0.8.0) (2024-09-21) + +### Features + +* **ctl,conf:** update docs, chaneg create to write ([5cfb1ec](https://github.com/systemd-js/systemd/commit/5cfb1ec46f88cc390ef53f4a9aa4445e8dd4593a)) - by @chyzwar + ## [0.7.1](https://github.com/systemd-js/systemd/compare/v0.7.0...v0.7.1) (2024-09-21) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 7b9f659..2cd4664 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "yarn", - "version": "0.7.1", + "version": "0.8.0", "changelogPreset": "conventional-changelog-conventionalcommits", "command": { "publish": { diff --git a/packages/conf/CHANGELOG.md b/packages/conf/CHANGELOG.md index c2f718d..79b7e97 100644 --- a/packages/conf/CHANGELOG.md +++ b/packages/conf/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.8.0](https://github.com/systemd-js/systemd/compare/v0.7.1...v0.8.0) (2024-09-21) + +### Features + +* **ctl,conf:** update docs, chaneg create to write ([5cfb1ec](https://github.com/systemd-js/systemd/commit/5cfb1ec46f88cc390ef53f4a9aa4445e8dd4593a)) - by @chyzwar + ## [0.7.0](https://github.com/systemd-js/systemd/compare/v0.6.1...v0.7.0) (2024-09-21) **Note:** Version bump only for package @systemd-js/conf diff --git a/packages/conf/package.json b/packages/conf/package.json index f94d3fc..1c6d15f 100644 --- a/packages/conf/package.json +++ b/packages/conf/package.json @@ -1,6 +1,6 @@ { "name": "@systemd-js/conf", - "version": "0.7.0", + "version": "0.8.0", "engines": { "node": "^20.0.0" }, diff --git a/packages/ctl/CHANGELOG.md b/packages/ctl/CHANGELOG.md index b1aa119..62e1adb 100644 --- a/packages/ctl/CHANGELOG.md +++ b/packages/ctl/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.8.0](https://github.com/systemd-js/systemd/compare/v0.7.1...v0.8.0) (2024-09-21) + +### Features + +* **ctl,conf:** update docs, chaneg create to write ([5cfb1ec](https://github.com/systemd-js/systemd/commit/5cfb1ec46f88cc390ef53f4a9aa4445e8dd4593a)) - by @chyzwar + ## [0.7.1](https://github.com/systemd-js/systemd/compare/v0.7.0...v0.7.1) (2024-09-21) ### Bug Fixes diff --git a/packages/ctl/package.json b/packages/ctl/package.json index 3dd158c..c989b1c 100644 --- a/packages/ctl/package.json +++ b/packages/ctl/package.json @@ -1,6 +1,6 @@ { "name": "@systemd-js/ctl", - "version": "0.7.1", + "version": "0.8.0", "engines": { "node": "^20.0.0" }, @@ -31,7 +31,7 @@ "test:watch": "vitest" }, "dependencies": { - "@systemd-js/conf": "^0.7.0" + "@systemd-js/conf": "^0.8.0" }, "devDependencies": { "@chyzwar/eslint-config": "^0.2.29", diff --git a/yarn.lock b/yarn.lock index 5a08bc0..f1d09ed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1353,7 +1353,7 @@ __metadata: languageName: node linkType: hard -"@systemd-js/conf@npm:^0.7.0, @systemd-js/conf@workspace:packages/conf": +"@systemd-js/conf@npm:^0.8.0, @systemd-js/conf@workspace:packages/conf": version: 0.0.0-use.local resolution: "@systemd-js/conf@workspace:packages/conf" dependencies: @@ -1373,7 +1373,7 @@ __metadata: dependencies: "@chyzwar/eslint-config": "npm:^0.2.29" "@chyzwar/tsconfig": "npm:^0.2.29" - "@systemd-js/conf": "npm:^0.7.0" + "@systemd-js/conf": "npm:^0.8.0" "@types/node": "npm:^22.5.5" eslint: "npm:^9.11.0" typescript: "npm:^5.6.2"