Skip to content

Commit 283daa6

Browse files
authored
Merge pull request #46 from openscript-ch/release-please--branches--main--components--react-alternating-timeline
chore(main): release 2.0.0
2 parents c83e6a0 + e83ba01 commit 283daa6

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/openscript-ch/react-alternating-timeline/compare/v1.0.1...v2.0.0) (2023-05-04)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* position items without absolute styling
9+
10+
### Code Refactoring
11+
12+
* position items without absolute styling ([afb9dd9](https://github.com/openscript-ch/react-alternating-timeline/commit/afb9dd91f2f6a3afce988994063163eaedf8748a))
13+
314
## [1.0.1](https://github.com/openscript-ch/react-alternating-timeline/compare/v1.0.0...v1.0.1) (2023-02-09)
415

516

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-alternating-timeline",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "A React component library starter with Storybook, Vite and Typescript.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)