Skip to content

Commit

Permalink
feat: released version v2.0.0-beta.0 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Arbibe committed Jun 20, 2024
1 parent 17e2c63 commit 9525e7f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
17 changes: 17 additions & 0 deletions packages/dnd-timeline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@


## [2.0.0-beta.0](https://github.com/samuelarbibe/dnd-timeline/compare/dnd-timeline@1.6.3...dnd-timeline@2.0.0-beta.0) (2024-06-20)


### ⚠ BREAKING CHANGES

* use numbers instead of dates

### Features

* use numbers instead of dates ([e061c6b](https://github.com/samuelarbibe/dnd-timeline/commit/e061c6b5eea4d0c96ee97ee74a2d52099901ab12))


### Bug Fixes

* add passive option to pan strategy event handlers ([8a56eb9](https://github.com/samuelarbibe/dnd-timeline/commit/8a56eb9e030e52130577e48efa59fca386bb049f))
* update examples to use range instead of timeframe ([66c03a1](https://github.com/samuelarbibe/dnd-timeline/commit/66c03a1852f4e7c6b7b2041291fa281b3eda77fa))

## [1.6.3](https://github.com/samuelarbibe/dnd-timeline/compare/dnd-timeline@1.6.2...dnd-timeline@1.6.3) (2024-05-23)


Expand Down
7 changes: 5 additions & 2 deletions packages/dnd-timeline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dnd-timeline",
"version": "1.6.3",
"version": "2.0.0-beta.0",
"license": "MIT",
"main": "./dist/index",
"module": "./dist/index.mjs",
Expand All @@ -9,7 +9,10 @@
"url": "https://github.com/samuelarbibe/dnd-timeline"
},
"homepage": "https://samuel-arbibe.gitbook.io/dnd-timeline/",
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"scripts": {
"build": "tsup src/index.tsx --format esm,cjs --dts --external react",
"clean": "rm -rf dist",
Expand Down

0 comments on commit 9525e7f

Please # to comment.