From f53e1232ae5696580936429424c9af3b97cdaeac Mon Sep 17 00:00:00 2001 From: Daniel Roux Date: Tue, 7 May 2024 13:05:26 +0000 Subject: [PATCH] Release v0.12.0 (#57) ENHANCEMENTS: * Add logo, fix jobRow.finishedAt and test CronJobRow/JobRow elements [[GH-54](https://github.com/danroux/sk8l-ui/issues/54)] * ci/dependabot: docker: bump node from 22.0.0-bookworm-slim to 22.1.0-bookworm-slim[[GH-53](https://github.com/danroux/sk8l-ui/issues/53)] * ci/dependabot: gha bump actions/checkout from 4.1.2 to 4.1.4 [[GH-52](https://github.com/danroux/sk8l-ui/issues/52)] * ci/dependabot: npm:(deps): bump cronstrue from 2.48.0 to 2.49.0 [[GH-34](https://github.com/danroux/sk8l-ui/issues/34)] * ci/dependabot: npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0 [[GH-41](https://github.com/danroux/sk8l-ui/issues/41)] --- CHANGELOG.md | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++ Makefile | 2 +- 2 files changed, 60 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9432376..c0e75d85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,62 @@ +## v0.12.0 (May 07, 2024) + +ENHANCEMENTS: + +* Add logo, fix jobRow.finishedAt and test CronJobRow/JobRow elements [[GH-54](https://github.com/danroux/sk8l-ui/issues/54)] +* ci/dependabot: docker:(deps): bump node from 22.0.0-bookworm-slim to 22.1.0-bookworm-slim + +docker:(deps): bump node + +Bumps node from 22.0.0-bookworm-slim to 22.1.0-bookworm-slim. + +--- +updated-dependencies: +- dependency-name: node + dependency-type: direct:production + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] [[GH-53](https://github.com/danroux/sk8l-ui/issues/53)] +* ci/dependabot: gha:(deps): bump actions/checkout from 4.1.2 to 4.1.4 + +gha:(deps): bump actions/checkout from 4.1.2 to 4.1.4 + +Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.4. +- [Release notes](https://github.com/actions/checkout/releases) +- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) +- [Commits](https://github.com/actions/checkout/compare/v4.1.2...0ad4b8fadaa221de15dcec353f45205ec38ea70b) + +--- +updated-dependencies: +- dependency-name: actions/checkout + dependency-type: direct:production + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] [[GH-52](https://github.com/danroux/sk8l-ui/issues/52)] +* ci/dependabot: npm:(deps): bump cronstrue from 2.48.0 to 2.49.0 + +npm:(deps): bump cronstrue from 2.48.0 to 2.49.0 + +Bumps [cronstrue](https://github.com/bradymholt/cronstrue) from 2.48.0 to 2.49.0. +- [Release notes](https://github.com/bradymholt/cronstrue/releases) +- [Changelog](https://github.com/bradymholt/cRonstrue/blob/main/CHANGELOG.md) +- [Commits](https://github.com/bradymholt/cronstrue/compare/v2.48.0...v2.49.0) + +--- +updated-dependencies: +- dependency-name: cronstrue + dependency-type: direct:production + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] [[GH-34](https://github.com/danroux/sk8l-ui/issues/34)] +* ci/dependabot: npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0 + +npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0 + +Dependabot couldn't find the original pull request head commit, ecdbd1ba458ef99aca6175c00e1d697b9951ee71. [[GH-41](https://github.com/danroux/sk8l-ui/issues/41)] + ## v0.11.0 (May 02, 2024) ENHANCEMENTS: diff --git a/Makefile b/Makefile index 11eb1b64..62b0c518 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ help: ## This help. # Bump these on release VERSION_MAJOR ?= 0 -VERSION_MINOR ?= 11 +VERSION_MINOR ?= 12 VERSION_PATCH ?= 0 WITHOUT ?= $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)