From 4e8a0bda70aa36d1037120c0987b4929860b6d3f Mon Sep 17 00:00:00 2001 From: Shahar Kazaz Date: Mon, 13 Nov 2023 14:59:59 +0200 Subject: [PATCH] chore(dialog): release version 4.2.0 --- libs/dialog/CHANGELOG.md | 11 ++++++++++- libs/dialog/package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/libs/dialog/CHANGELOG.md b/libs/dialog/CHANGELOG.md index a9c1ac8..606b23a 100644 --- a/libs/dialog/CHANGELOG.md +++ b/libs/dialog/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog -All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). + +# [4.2.0](https://github.com/ngneat/dialog/compare/v4.1.1...v4.2.0) (2023-11-13) + + +### Features + +* 🎸 allow updating the config via dialog ref ([9e33a61](https://github.com/ngneat/dialog/commit/9e33a6112a2a380c3291901b3ca70e0e25493489)) + + ### [4.1.1](https://github.com/ngneat/dialog/compare/v4.1.0...v4.1.1) (2023-09-11) diff --git a/libs/dialog/package.json b/libs/dialog/package.json index ba84831..e8c5e6c 100644 --- a/libs/dialog/package.json +++ b/libs/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@ngneat/dialog", - "version": "4.1.1", + "version": "4.2.0", "description": "Simple to use, highly customizable, and powerful modal for Angular Apps", "dependencies": { "tslib": "2.3.1"