Skip to content

Commit eb83a98

Browse files
authored
Release v0.12.0 (#57)
ENHANCEMENTS: * Add logo, fix jobRow.finishedAt and test CronJobRow/JobRow elements [[GH-54](#54)] * ci/dependabot: docker: bump node from 22.0.0-bookworm-slim to 22.1.0-bookworm-slim[[GH-53](#53)] * ci/dependabot: gha bump actions/checkout from 4.1.2 to 4.1.4 [[GH-52](#52)] * ci/dependabot: npm:(deps): bump cronstrue from 2.48.0 to 2.49.0 [[GH-34](#34)] * ci/dependabot: npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0 [[GH-41](#41)]
1 parent dfaffe7 commit eb83a98

File tree

2 files changed

+60
-1
lines changed

2 files changed

+60
-1
lines changed

CHANGELOG.md

+59
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,62 @@
1+
## v0.12.0 (May 07, 2024)
2+
3+
ENHANCEMENTS:
4+
5+
* Add logo, fix jobRow.finishedAt and test CronJobRow/JobRow elements [[GH-54](https://github.com/danroux/sk8l-ui/issues/54)]
6+
* ci/dependabot: docker:(deps): bump node from 22.0.0-bookworm-slim to 22.1.0-bookworm-slim
7+
8+
docker:(deps): bump node
9+
10+
Bumps node from 22.0.0-bookworm-slim to 22.1.0-bookworm-slim.
11+
12+
---
13+
updated-dependencies:
14+
- dependency-name: node
15+
dependency-type: direct:production
16+
update-type: version-update:semver-minor
17+
...
18+
19+
Signed-off-by: dependabot[bot] <support@github.com> [[GH-53](https://github.com/danroux/sk8l-ui/issues/53)]
20+
* ci/dependabot: gha:(deps): bump actions/checkout from 4.1.2 to 4.1.4
21+
22+
gha:(deps): bump actions/checkout from 4.1.2 to 4.1.4
23+
24+
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.4.
25+
- [Release notes](https://github.com/actions/checkout/releases)
26+
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
27+
- [Commits](https://github.com/actions/checkout/compare/v4.1.2...0ad4b8fadaa221de15dcec353f45205ec38ea70b)
28+
29+
---
30+
updated-dependencies:
31+
- dependency-name: actions/checkout
32+
dependency-type: direct:production
33+
update-type: version-update:semver-patch
34+
...
35+
36+
Signed-off-by: dependabot[bot] <support@github.com> [[GH-52](https://github.com/danroux/sk8l-ui/issues/52)]
37+
* ci/dependabot: npm:(deps): bump cronstrue from 2.48.0 to 2.49.0
38+
39+
npm:(deps): bump cronstrue from 2.48.0 to 2.49.0
40+
41+
Bumps [cronstrue](https://github.com/bradymholt/cronstrue) from 2.48.0 to 2.49.0.
42+
- [Release notes](https://github.com/bradymholt/cronstrue/releases)
43+
- [Changelog](https://github.com/bradymholt/cRonstrue/blob/main/CHANGELOG.md)
44+
- [Commits](https://github.com/bradymholt/cronstrue/compare/v2.48.0...v2.49.0)
45+
46+
---
47+
updated-dependencies:
48+
- dependency-name: cronstrue
49+
dependency-type: direct:production
50+
update-type: version-update:semver-minor
51+
...
52+
53+
Signed-off-by: dependabot[bot] <support@github.com> [[GH-34](https://github.com/danroux/sk8l-ui/issues/34)]
54+
* ci/dependabot: npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0
55+
56+
npm:(deps-dev): bump @connectrpc/connect from 1.3.0 to 1.4.0
57+
58+
Dependabot couldn't find the original pull request head commit, ecdbd1ba458ef99aca6175c00e1d697b9951ee71. [[GH-41](https://github.com/danroux/sk8l-ui/issues/41)]
59+
160
## v0.11.0 (May 02, 2024)
261

362
ENHANCEMENTS:

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ help: ## This help.
1010

1111
# Bump these on release
1212
VERSION_MAJOR ?= 0
13-
VERSION_MINOR ?= 11
13+
VERSION_MINOR ?= 12
1414
VERSION_PATCH ?= 0
1515

1616
WITHOUT ?= $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)

0 commit comments

Comments
 (0)