From 1c4cdf55ecccab41f532c25c1acbd7af3b475366 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 15:37:36 +0200 Subject: [PATCH] chore(main): release 2.1.0 (#102) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b809946..11cec78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.1.0](https://github.com/openscript-ch/react-alternating-timeline/compare/v2.0.2...v2.1.0) (2023-06-30) + + +### Features + +* introduce custom timeline ends ([33c1bfa](https://github.com/openscript-ch/react-alternating-timeline/commit/33c1bfa199d1dbd67609cd840f20ea0998d2ea0c)) +* introduce line overhang configuration ([e604de5](https://github.com/openscript-ch/react-alternating-timeline/commit/e604de58fcac16d04e9e67d3a341617a99c3fe12)) +* replace date-fns formatting with formatDate callback ([#101](https://github.com/openscript-ch/react-alternating-timeline/issues/101)) ([4310e66](https://github.com/openscript-ch/react-alternating-timeline/commit/4310e66c8945d7c22434be50393cf8c334c8b85c)) + + +### Bug Fixes + +* consider gaps for positioning ([380bd57](https://github.com/openscript-ch/react-alternating-timeline/commit/380bd571bbb81d0bac8dec6477e586eb560f9148)) +* handling positioning prop update ([#112](https://github.com/openscript-ch/react-alternating-timeline/issues/112)) ([d36e6aa](https://github.com/openscript-ch/react-alternating-timeline/commit/d36e6aa2d92ec7a004941da5ecaaab29d747f096)) +* timeline example ([c4b92d2](https://github.com/openscript-ch/react-alternating-timeline/commit/c4b92d27317acf15c83a33726c1666bb903be486)) + ## [2.0.2](https://github.com/openscript-ch/react-alternating-timeline/compare/v2.0.1...v2.0.2) (2023-05-24) diff --git a/package-lock.json b/package-lock.json index 3d12753..97d0f8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-alternating-timeline", - "version": "2.0.2", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-alternating-timeline", - "version": "2.0.2", + "version": "2.1.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.22.5", diff --git a/package.json b/package.json index acb5f27..afbc839 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-alternating-timeline", - "version": "2.0.2", + "version": "2.1.0", "description": "A React component library starter with Storybook, Vite and Typescript.", "keywords": [ "react",