Skip to content

Commit e91cb88

Browse files
author
github-actions
committed
v16.2.37
1 parent f011b2f commit e91cb88

File tree

8 files changed

+42
-4
lines changed

8 files changed

+42
-4
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.37](https://github.com/DataKitchen/ngx-toolkit/compare/v16.2.36...v16.2.37) (2024-03-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **ngx-toolkit:** add dev dependency ([caf45a7](https://github.com/DataKitchen/ngx-toolkit/commit/caf45a743c66749023477256717cb7416f9afb3b))
12+
13+
14+
15+
16+
617
## [16.2.36](https://github.com/DataKitchen/ngx-toolkit/compare/v16.2.35...v16.2.36) (2024-03-01)
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.36",
3+
"version": "16.2.37",
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.37](https://github.com/DataKitchen/ngx-toolkit/compare/v16.2.36...v16.2.37) (2024-03-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **ngx-toolkit:** add dev dependency ([caf45a7](https://github.com/DataKitchen/ngx-toolkit/commit/caf45a743c66749023477256717cb7416f9afb3b))
12+
13+
14+
15+
16+
617
## [16.2.32](https://github.com/DataKitchen/ngx-toolkit/compare/v16.2.31...v16.2.32) (2024-02-26)
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.32",
4+
"version": "16.2.37",
55
"private": false,
66
"description": "Goodies for Angular developer, backed at DataKitchen",
77
"homepage": "https://github.com/DataKitchen/ngx-toolkit/tree/master/projects/core",

projects/ngx-monaco-editor/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.37](https://github.com/DataKitchen/ngx-toolkit/compare/v16.2.36...v16.2.37) (2024-03-14)
7+
8+
**Note:** Version bump only for package @datakitchen/ngx-monaco-editor
9+
10+
11+
12+
13+
614
## [16.2.32](https://github.com/DataKitchen/ngx-toolkit/compare/v16.2.31...v16.2.32) (2024-02-26)
715

816
**Note:** Version bump only for package @datakitchen/ngx-monaco-editor

projects/ngx-monaco-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datakitchen/ngx-monaco-editor",
3-
"version": "16.2.32",
3+
"version": "16.2.37",
44
"license": "MIT",
55
"private": false,
66
"description": "Monaco Editor wrapper for angular applications",

projects/rxjs-marbles/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.37](https://github/DataKitchen/ngx-toolkit/compare/v16.2.36...v16.2.37) (2024-03-14)
7+
8+
**Note:** Version bump only for package @datakitchen/rxjs-marbles
9+
10+
11+
12+
13+
614
## [16.2.36](https://github/DataKitchen/ngx-toolkit/compare/v16.2.35...v16.2.36) (2024-03-01)
715

816
**Note:** Version bump only for package @datakitchen/rxjs-marbles

projects/rxjs-marbles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datakitchen/rxjs-marbles",
3-
"version": "16.2.36",
3+
"version": "16.2.37",
44
"description": "Wrapper around rxjs TestScheduler for easier marble testing",
55
"keywords": [
66
"rxjs",

0 commit comments

Comments
 (0)