Skip to content

Commit

Permalink
chore(release): publish new version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chyzwar committed Sep 21, 2024
1 parent 5cfb1ec commit 5848a0f
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "yarn",
"version": "0.7.1",
"version": "0.8.0",
"changelogPreset": "conventional-changelog-conventionalcommits",
"command": {
"publish": {
Expand Down
6 changes: 6 additions & 0 deletions packages/conf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/conf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@systemd-js/conf",
"version": "0.7.0",
"version": "0.8.0",
"engines": {
"node": "^20.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/ctl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/ctl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@systemd-js/ctl",
"version": "0.7.1",
"version": "0.8.0",
"engines": {
"node": "^20.0.0"
},
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"
Expand Down

0 comments on commit 5848a0f

Please sign in to comment.