From 84246cd28e134335c056e4f4048f649cae1d38ec Mon Sep 17 00:00:00 2001 From: fritz-c Date: Sat, 10 Feb 2018 17:09:57 +0900 Subject: [PATCH] chore(release): 2.0.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c81f3a3..b83cd914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [2.0.0](https://github.com/fritz-c/react-sortable-tree/compare/v1.8.1...v2.0.0) (2018-02-10) + + +### Bug Fixes + +* put style.css file in the correct place ([30dedbd](https://github.com/fritz-c/react-sortable-tree/commit/30dedbd)) + + +### Chores + +* Merge branch 'brendanmoore-feature/remove-style-loader' ([16f7740](https://github.com/fritz-c/react-sortable-tree/commit/16f7740)) + + +### BREAKING CHANGES + +* from v2.0.0 on, you must import the css for the +component yourself, using `import 'react-sortable-tree/styles.css';`. +You only need to do this once in your application. + + + ## [1.8.1](https://github.com/fritz-c/react-sortable-tree/compare/v1.8.0...v1.8.1) (2018-01-21) diff --git a/package-lock.json b/package-lock.json index e05bb9e5..c7982eda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-sortable-tree", - "version": "1.8.1", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4f160079..4ac860a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-sortable-tree", - "version": "1.8.1", + "version": "2.0.0", "description": "Drag-and-drop sortable component for nested data and hierarchies", "scripts": { "build": "npm run clean && cross-env NODE_ENV=production TARGET=umd webpack --bail",