Skip to content

Commit

Permalink
Update to version 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskerr committed Feb 1, 2023
1 parent e8faaab commit 739769b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-arborist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-arborist",
"version": "3.0.1",
"version": "3.0.2",

This comment has been minimized.

Copy link
@frosas

frosas Feb 8, 2023

Should this have been "4.0.0" considering #108 introduced a breaking change?

This comment has been minimized.

Copy link
@jameskerr

jameskerr Feb 8, 2023

Author Member

I'm not sure how to perfectly interpret the semver spec, but 3.0.1 introduced a bug where disableDrop={true} mistakenly enabled dropping. So #108 was a fix for that bug. I interpreted that as a bug fix release. The intended API did not change.

This comment has been minimized.

Copy link
@frosas

frosas Feb 9, 2023

Oh, I see 3.0.1 was released just 2 weeks ago. In my current project, we started using the library just a week ago and were a bit worried that it introduced a very noticeable breaking change as a patch version.

In any case, with this issue having been around for just a couple of weeks, I guess it's fair to not release a major version for its fix.

"license": "MIT",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit 739769b

Please sign in to comment.