From e83ba01a59bceb2a4fc81c258d998e8cd005ff6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 00:14:32 +0000 Subject: [PATCH] chore(main): release 2.0.0 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 499761d..b20518a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/openscript-ch/react-alternating-timeline/compare/v1.0.1...v2.0.0) (2023-05-04) + + +### ⚠ BREAKING CHANGES + +* position items without absolute styling + +### Code Refactoring + +* position items without absolute styling ([afb9dd9](https://github.com/openscript-ch/react-alternating-timeline/commit/afb9dd91f2f6a3afce988994063163eaedf8748a)) + ## [1.0.1](https://github.com/openscript-ch/react-alternating-timeline/compare/v1.0.0...v1.0.1) (2023-02-09) diff --git a/package-lock.json b/package-lock.json index a23c43f..659869d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-alternating-timeline", - "version": "1.0.1", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-alternating-timeline", - "version": "1.0.1", + "version": "2.0.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.20.5", diff --git a/package.json b/package.json index 4bd8665..956708a 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-alternating-timeline", - "version": "1.0.1", + "version": "2.0.0", "description": "A React component library starter with Storybook, Vite and Typescript.", "keywords": [ "react",