Skip to content

Commit 5c079f5

Browse files
author
github-actions
committed
v16.2.25
1 parent b4ba337 commit 5c079f5

File tree

6 files changed

+27
-3
lines changed

6 files changed

+27
-3
lines changed

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.25](https://github.com/DataKitchen/ngx-toolkit/compare/v16.2.24...v16.2.25) (2024-02-22)
7+
8+
**Note:** Version bump only for package workspace
9+
10+
11+
12+
13+
614
## [16.2.24](https://github.com/DataKitchen/ngx-toolkit/compare/v16.2.23...v16.2.24) (2024-02-22)
715

816
**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.24",
3+
"version": "16.2.25",
44
"npmClient": "yarn"
55
}

projects/core/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.25](https://github.com/DataKitchen/ngx-toolkit/compare/v16.2.24...v16.2.25) (2024-02-22)
7+
8+
**Note:** Version bump only for package @datakitchen/ngx-toolkit
9+
10+
11+
12+
13+
614
## [16.2.24](https://github.com/DataKitchen/ngx-toolkit/compare/v16.2.23...v16.2.24) (2024-02-22)
715

816
**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.24",
4+
"version": "16.2.25",
55
"private": false,
66
"description": "Goodies for Angular developer, backed at DataKitchen",
77
"keywords": [

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.25](https://github.com/DataKitchen/ngx-toolkit/compare/v16.2.24...v16.2.25) (2024-02-22)
7+
8+
**Note:** Version bump only for package @datakitchen/ngx-monaco-editor
9+
10+
11+
12+
13+
614
## [16.2.24](https://github.com/DataKitchen/ngx-toolkit/compare/v16.2.23...v16.2.24) (2024-02-22)
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.24",
3+
"version": "16.2.25",
44
"license": "MIT",
55
"private": false,
66
"description": "Monaco Editor wrapper for angular applications",

0 commit comments

Comments
 (0)