diff --git a/CHANGELOG.md b/CHANGELOG.md index 4188f18c..952a1bf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [16.1.0](https://github.com/Liquid-JS/nxt-components/compare/v16.0.0...v16.1.0) (2023-06-19) + + +### Features + +* angular 16.1 ([50258cf](https://github.com/Liquid-JS/nxt-components/commit/50258cf958e40775b79299be6616a00128d997e7)) + + + + + + # [16.0.0](https://github.com/Liquid-JS/nxt-components/compare/v16.0.0-alpha.8...v16.0.0) (2023-05-04) **Note:** Version bump only for package nxt-components diff --git a/lerna.json b/lerna.json index 75707183..d9762579 100644 --- a/lerna.json +++ b/lerna.json @@ -1,12 +1,12 @@ { - "packages": [ - "packages/*" - ], - "version": "16.0.0", - "npmClient": "yarn", - "command": { - "publish": { - "conventionalCommits": true - } + "packages": [ + "packages/*" + ], + "version": "16.1.0", + "npmClient": "yarn", + "command": { + "publish": { + "conventionalCommits": true } + } } diff --git a/packages/color-picker/CHANGELOG.md b/packages/color-picker/CHANGELOG.md index 3aaf40b9..0c41116f 100644 --- a/packages/color-picker/CHANGELOG.md +++ b/packages/color-picker/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [16.1.0](https://github.com/Liquid-JS/nxt-components/compare/v16.0.0...v16.1.0) (2023-06-19) + + +### Features + +* angular 16.1 ([50258cf](https://github.com/Liquid-JS/nxt-components/commit/50258cf958e40775b79299be6616a00128d997e7)) + + + + + + # [16.0.0](https://github.com/Liquid-JS/nxt-components/compare/v16.0.0-alpha.8...v16.0.0) (2023-05-04) **Note:** Version bump only for package nxt-color-picker diff --git a/packages/color-picker/package.json b/packages/color-picker/package.json index 601e6be6..1b192382 100644 --- a/packages/color-picker/package.json +++ b/packages/color-picker/package.json @@ -2,7 +2,7 @@ "name": "nxt-color-picker", "description": "Color picker widget for Angular", "bugs": "https://github.com/Liquid-JS/nxt-components/issues", - "version": "16.0.0", + "version": "16.1.0", "license": "MIT", "repository": "https://github.com/Liquid-JS/nxt-components.git", "homepage": "https://github.com/Liquid-JS/nxt-components/tree/master/packages/color-picker", diff --git a/packages/dropzone-wrapper/CHANGELOG.md b/packages/dropzone-wrapper/CHANGELOG.md index 33dacf03..ae510e8f 100644 --- a/packages/dropzone-wrapper/CHANGELOG.md +++ b/packages/dropzone-wrapper/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [16.1.0](https://github.com/Liquid-JS/nxt-components/compare/v16.0.0...v16.1.0) (2023-06-19) + + +### Features + +* angular 16.1 ([50258cf](https://github.com/Liquid-JS/nxt-components/commit/50258cf958e40775b79299be6616a00128d997e7)) + + + + + + # [16.0.0](https://github.com/Liquid-JS/nxt-components/compare/v16.0.0-alpha.8...v16.0.0) (2023-05-04) **Note:** Version bump only for package nxt-dropzone-wrapper diff --git a/packages/dropzone-wrapper/package.json b/packages/dropzone-wrapper/package.json index 68d28138..b1aef6c2 100644 --- a/packages/dropzone-wrapper/package.json +++ b/packages/dropzone-wrapper/package.json @@ -2,7 +2,7 @@ "name": "nxt-dropzone-wrapper", "description": "Angular wrapper library for Dropzone", "bugs": "https://github.com/Liquid-JS/nxt-components/issues", - "version": "16.0.0", + "version": "16.1.0", "license": "MIT", "repository": "https://github.com/Liquid-JS/nxt-components.git", "homepage": "https://github.com/Liquid-JS/nxt-components/tree/master/packages/dropzone-wrapper", diff --git a/packages/flags/CHANGELOG.md b/packages/flags/CHANGELOG.md index 9469ef40..28e196fc 100644 --- a/packages/flags/CHANGELOG.md +++ b/packages/flags/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [16.1.0](https://github.com/Liquid-JS/nxt-components/compare/v16.0.0...v16.1.0) (2023-06-19) + + +### Features + +* angular 16.1 ([50258cf](https://github.com/Liquid-JS/nxt-components/commit/50258cf958e40775b79299be6616a00128d997e7)) + + + + + + # [16.0.0](https://github.com/Liquid-JS/nxt-components/compare/v16.0.0-alpha.8...v16.0.0) (2023-05-04) **Note:** Version bump only for package nxt-flags diff --git a/packages/flags/package.json b/packages/flags/package.json index f70cf153..fb2c7d99 100644 --- a/packages/flags/package.json +++ b/packages/flags/package.json @@ -2,7 +2,7 @@ "name": "nxt-flags", "description": "Angular component to show country flags.", "bugs": "https://github.com/Liquid-JS/nxt-components/issues", - "version": "16.0.0", + "version": "16.1.0", "license": "MIT", "repository": "https://github.com/Liquid-JS/nxt-components.git", "homepage": "https://github.com/Liquid-JS/nxt-components/tree/master/packages/flags", diff --git a/packages/json-view/CHANGELOG.md b/packages/json-view/CHANGELOG.md index b8782e65..a9a86861 100644 --- a/packages/json-view/CHANGELOG.md +++ b/packages/json-view/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [16.1.0](https://github.com/Liquid-JS/nxt-components/compare/v16.0.0...v16.1.0) (2023-06-19) + + +### Features + +* angular 16.1 ([50258cf](https://github.com/Liquid-JS/nxt-components/commit/50258cf958e40775b79299be6616a00128d997e7)) + + + + + + # [16.0.0](https://github.com/Liquid-JS/nxt-components/compare/v16.0.0-alpha.8...v16.0.0) (2023-05-04) **Note:** Version bump only for package nxt-json-view diff --git a/packages/json-view/package.json b/packages/json-view/package.json index 1dd62239..d087fa43 100644 --- a/packages/json-view/package.json +++ b/packages/json-view/package.json @@ -2,7 +2,7 @@ "name": "nxt-json-view", "description": "Angular component for interactive json view.", "bugs": "https://github.com/Liquid-JS/nxt-components/issues", - "version": "16.0.0", + "version": "16.1.0", "license": "MIT", "repository": "https://github.com/Liquid-JS/nxt-components.git", "homepage": "https://github.com/Liquid-JS/nxt-components/tree/master/packages/json-view", diff --git a/packages/pick-datetime/CHANGELOG.md b/packages/pick-datetime/CHANGELOG.md index 0ba5239a..15354656 100644 --- a/packages/pick-datetime/CHANGELOG.md +++ b/packages/pick-datetime/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [16.1.0](https://github.com/Liquid-JS/nxt-components/compare/v16.0.0...v16.1.0) (2023-06-19) + + +### Features + +* angular 16.1 ([50258cf](https://github.com/Liquid-JS/nxt-components/commit/50258cf958e40775b79299be6616a00128d997e7)) + + + + + + # [16.0.0](https://github.com/Liquid-JS/nxt-components/compare/v16.0.0-alpha.8...v16.0.0) (2023-05-04) **Note:** Version bump only for package nxt-pick-datetime diff --git a/packages/pick-datetime/package.json b/packages/pick-datetime/package.json index 95d69ad2..46d4aaca 100644 --- a/packages/pick-datetime/package.json +++ b/packages/pick-datetime/package.json @@ -2,7 +2,7 @@ "name": "nxt-pick-datetime", "description": "Date time picker for Angular", "bugs": "https://github.com/Liquid-JS/nxt-components/issues", - "version": "16.0.0", + "version": "16.1.0", "license": "MIT", "repository": "https://github.com/Liquid-JS/nxt-components.git", "homepage": "https://github.com/Liquid-JS/nxt-components/tree/master/packages/pick-datetime", diff --git a/packages/sortablejs/CHANGELOG.md b/packages/sortablejs/CHANGELOG.md index ea790ef6..362aabdf 100644 --- a/packages/sortablejs/CHANGELOG.md +++ b/packages/sortablejs/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [16.1.0](https://github.com/Liquid-JS/nxt-components/compare/v16.0.0...v16.1.0) (2023-06-19) + + +### Features + +* angular 16.1 ([50258cf](https://github.com/Liquid-JS/nxt-components/commit/50258cf958e40775b79299be6616a00128d997e7)) + + + + + + # [16.0.0](https://github.com/Liquid-JS/nxt-components/compare/v16.0.0-alpha.8...v16.0.0) (2023-05-04) **Note:** Version bump only for package nxt-sortablejs diff --git a/packages/sortablejs/package.json b/packages/sortablejs/package.json index 7adae2a7..a7a7c4e4 100644 --- a/packages/sortablejs/package.json +++ b/packages/sortablejs/package.json @@ -2,7 +2,7 @@ "name": "nxt-sortablejs", "description": "Angular sortablejs bindings.", "bugs": "https://github.com/Liquid-JS/nxt-components/issues", - "version": "16.0.0", + "version": "16.1.0", "license": "MIT", "repository": "https://github.com/Liquid-JS/nxt-components.git", "homepage": "https://github.com/Liquid-JS/nxt-components/tree/master/packages/sortablejs",