From 64f2c52a218054aaa4048cb0a9a0244c88499027 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 14:01:39 +0000 Subject: [PATCH] chore(main): release 1.19.5 (#743) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f526c7be..5a0b43d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [1.19.5](https://github.com/johnwalley/allotment/compare/v1.19.4...v1.19.5) (2024-01-05) + + +### Bug Fixes + +* allow setting id on split-view component ([#752](https://github.com/johnwalley/allotment/issues/752)) ([d23cf34](https://github.com/johnwalley/allotment/commit/d23cf345ab36955e70e617ec8e4c7c413ee6f96f)) + ## [1.19.4](https://github.com/johnwalley/allotment/compare/v1.19.3...v1.19.4) (2023-12-28) diff --git a/package-lock.json b/package-lock.json index 12497829..e70ce4b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "allotment", - "version": "1.19.4", + "version": "1.19.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "allotment", - "version": "1.19.4", + "version": "1.19.5", "license": "MIT", "dependencies": { "classnames": "^2.3.0", diff --git a/package.json b/package.json index dbfeb52b..1392c35b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "allotment", - "version": "1.19.4", + "version": "1.19.5", "description": "React split-pane component", "exports": { ".": {