Skip to content

Commit af93ec6

Browse files
author
github-actions
committed
v16.2.19
1 parent 11c90fa commit af93ec6

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [16.2.19](https://github.com/DataKitchen/ngx-toolkit/compare/v16.2.18...v16.2.19) (2024-02-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** parameter and storage service should be exported ([11c90fa](https://github.com/DataKitchen/ngx-toolkit/commit/11c90fac0ee6605ccc69f2fabe4aa60e658491ef))
12+
13+
14+
15+
16+
617
## [16.2.18](https://github.com/DataKitchen/ngx-toolkit/compare/v16.2.17...v16.2.18) (2024-02-16)
718

819
**Note:** Version bump only for package workspace

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "16.2.18",
3+
"version": "16.2.19",
44
"npmClient": "yarn"
55
}

projects/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [16.2.19](https://github.com/DataKitchen/ngx-toolkit/compare/v16.2.18...v16.2.19) (2024-02-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** parameter and storage service should be exported ([11c90fa](https://github.com/DataKitchen/ngx-toolkit/commit/11c90fac0ee6605ccc69f2fabe4aa60e658491ef))
12+
13+
14+
15+
16+
617
## [16.2.17](https://github.com/DataKitchen/ngx-toolkit/compare/v16.2.16...v16.2.17) (2024-02-15)
718

819
**Note:** Version bump only for package @datakitchen/ngx-toolkit

projects/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@datakitchen/ngx-toolkit",
33
"license": "MIT",
4-
"version": "16.2.17",
4+
"version": "16.2.19",
55
"private": false,
66
"description": "Goodies for Angular developer, backed at DataKitchen",
77
"keywords": [

0 commit comments

Comments
 (0)