chore(packages): bump versions

This commit is contained in:
moklick
2022-10-03 14:47:25 +02:00
parent def11008d8
commit eb16c0d425
14 changed files with 56 additions and 23 deletions
+17 -1
View File
@@ -1,9 +1,25 @@
# reactflow
## 11.1.0
### Minor Changes
- [`def11008`](https://github.com/wbkd/react-flow/commit/def11008d88749fec40e6fcba8bc41eea2511bab) Thanks [@moklick](https://github.com/moklick)! - New props: nodesFocusable and edgesFocusable
### Patch Changes
- [`d00faa6b`](https://github.com/wbkd/react-flow/commit/d00faa6b3e77388bfd655d4c02e9a5375bc515e4) Thanks [@moklick](https://github.com/moklick)! - Make nopan class name overwritable with class name option
- Updated dependencies [[`def11008`](https://github.com/wbkd/react-flow/commit/def11008d88749fec40e6fcba8bc41eea2511bab), [`def11008`](https://github.com/wbkd/react-flow/commit/def11008d88749fec40e6fcba8bc41eea2511bab), [`d00faa6b`](https://github.com/wbkd/react-flow/commit/d00faa6b3e77388bfd655d4c02e9a5375bc515e4)]:
- @reactflow/background@11.0.1
- @reactflow/core@11.1.0
- @reactflow/controls@11.0.1
- @reactflow/minimap@11.0.1
## 11.0.0
Finally it's here! A new version that comes with lots of improvements and the new package name `reactflow`.
From now on you can install it via `npm install reactflow`.
From now on you can install it via `npm install reactflow`.
## Major Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "reactflow",
"version": "11.0.0",
"version": "11.1.0",
"description": "A highly customizable React library for building node-based editors and interactive flow charts",
"keywords": [
"react",