Skip to content

Commit

Permalink
chore(release): publish new version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chyzwar committed Sep 20, 2024
1 parent c75a65a commit 64ca0db
Show file tree
Hide file tree
Showing 7 changed files with 22 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.3.0](https://github.com/systemd-js/systemd/compare/v0.2.3...v0.3.0) (2024-09-20)

### Features

* **conf:** added service section to container ([c75a65a](https://github.com/systemd-js/systemd/commit/c75a65a1cc92e6eceb0af868e5281283a26b3c06)) - by @chyzwar

## 0.2.3 (2024-09-20)

**Note:** Version bump only for package @systemd/root
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.2.3",
"version": "0.3.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.3.0](https://github.com/systemd-js/systemd/compare/v0.2.3...v0.3.0) (2024-09-20)

### Features

* **conf:** added service section to container ([c75a65a](https://github.com/systemd-js/systemd/commit/c75a65a1cc92e6eceb0af868e5281283a26b3c06)) - by @chyzwar

## 0.2.3 (2024-09-20)

**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.2.3",
"version": "0.3.0",
"engines": {
"node": "^20.0.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/ctl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.0](https://github.com/systemd-js/systemd/compare/v0.2.3...v0.3.0) (2024-09-20)

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

## 0.2.3 (2024-09-20)

**Note:** Version bump only for package @systemd-js/ctl
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.2.3",
"version": "0.3.0",
"engines": {
"node": "^20.0.0"
},
Expand Down Expand Up @@ -31,7 +31,7 @@
"test:watch": "vitest"
},
"dependencies": {
"@systemd-js/conf": "^0.2.3"
"@systemd-js/conf": "^0.3.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.2.3, @systemd-js/conf@workspace:packages/conf":
"@systemd-js/conf@npm:^0.3.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.2.3"
"@systemd-js/conf": "npm:^0.3.0"
"@types/node": "npm:^22.5.5"
eslint: "npm:^9.10.0"
typescript: "npm:^5.6.2"
Expand Down

0 comments on commit 64ca0db

Please sign in to comment.