From 28164c37754f73198a07c2e07b539751c3cc78a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 11:21:20 +0100 Subject: [PATCH] chore(main): release 1.20.2 (#806) 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 e2b70823..51cfce75 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.20.2](https://github.com/johnwalley/allotment/compare/v1.20.1...v1.20.2) (2024-05-22) + + +### Bug Fixes + +* remove code to initialize dimensions before first paint ([#805](https://github.com/johnwalley/allotment/issues/805)) ([3657e2d](https://github.com/johnwalley/allotment/commit/3657e2df6273c9fae8020561f6fe84c2990ad029)) + ## [1.20.1](https://github.com/johnwalley/allotment/compare/v1.20.0...v1.20.1) (2024-05-09) diff --git a/package-lock.json b/package-lock.json index 4c65f359..08e3b958 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "allotment", - "version": "1.20.1", + "version": "1.20.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "allotment", - "version": "1.20.1", + "version": "1.20.2", "license": "MIT", "dependencies": { "classnames": "^2.3.0", diff --git a/package.json b/package.json index 81381824..452ef6b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "allotment", - "version": "1.20.1", + "version": "1.20.2", "description": "React split-pane component", "exports": { ".": {