Skip to content

Commit 6c3884f

Browse files
author
github-actions
committed
v17.0.0
1 parent ff8b251 commit 6c3884f

File tree

8 files changed

+60
-4
lines changed

8 files changed

+60
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [17.0.0](https://github.com/DataKitchen/ngx-toolkit/compare/v16.2.37...v17.0.0) (2024-03-15)
7+
8+
9+
### chore
10+
11+
* upgrade peer depenencies ([ef270a8](https://github.com/DataKitchen/ngx-toolkit/commit/ef270a8e63211e4f386ef75773a6f57e17146370))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* follow angular versioning
17+
18+
19+
20+
21+
622
## [16.2.37](https://github.com/DataKitchen/ngx-toolkit/compare/v16.2.36...v16.2.37) (2024-03-14)
723

824

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.37",
3+
"version": "17.0.0",
44
"npmClient": "yarn"
55
}

projects/core/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [17.0.0](https://github.com/DataKitchen/ngx-toolkit/compare/v16.2.37...v17.0.0) (2024-03-15)
7+
8+
9+
### chore
10+
11+
* upgrade peer depenencies ([ef270a8](https://github.com/DataKitchen/ngx-toolkit/commit/ef270a8e63211e4f386ef75773a6f57e17146370))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* follow angular versioning
17+
18+
19+
20+
21+
622
## [16.2.37](https://github.com/DataKitchen/ngx-toolkit/compare/v16.2.36...v16.2.37) (2024-03-14)
723

824

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.37",
4+
"version": "17.0.0",
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [17.0.0](https://github.com/DataKitchen/ngx-toolkit/compare/v16.2.37...v17.0.0) (2024-03-15)
7+
8+
9+
### chore
10+
11+
* upgrade peer depenencies ([ef270a8](https://github.com/DataKitchen/ngx-toolkit/commit/ef270a8e63211e4f386ef75773a6f57e17146370))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* follow angular versioning
17+
18+
19+
20+
21+
622
## [16.2.37](https://github.com/DataKitchen/ngx-toolkit/compare/v16.2.36...v16.2.37) (2024-03-14)
723

824
**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.37",
3+
"version": "17.0.0",
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+
# [17.0.0](https://github/DataKitchen/ngx-toolkit/compare/v16.2.37...v17.0.0) (2024-03-15)
7+
8+
**Note:** Version bump only for package @datakitchen/rxjs-marbles
9+
10+
11+
12+
13+
614
## [16.2.37](https://github/DataKitchen/ngx-toolkit/compare/v16.2.36...v16.2.37) (2024-03-14)
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.37",
3+
"version": "17.0.0",
44
"description": "Wrapper around rxjs TestScheduler for easier marble testing",
55
"keywords": [
66
"rxjs",

0 commit comments

Comments
 (0)