chore(packages): bump

This commit is contained in:
moklick
2023-02-01 12:29:09 +01:00
parent d8c679b4c9
commit 9228802969
15 changed files with 71 additions and 18 deletions
-11
View File
@@ -1,11 +0,0 @@
---
'@reactflow/background': patch
'@reactflow/controls': patch
'@reactflow/core': patch
'@reactflow/minimap': patch
'@reactflow/node-resizer': patch
'@reactflow/node-toolbar': patch
'reactflow': patch
---
Accept React 17 types as dev dependency
+9
View File
@@ -1,5 +1,14 @@
# @reactflow/background
## 11.1.5
### Patch Changes
- [#2792](https://github.com/wbkd/react-flow/pull/2792) [`d8c679b4`](https://github.com/wbkd/react-flow/commit/d8c679b4c90c5b57d4b51e4aaa988243d6eaff5a) - Accept React 17 types as dev dependency
- Updated dependencies [[`d8c679b4`](https://github.com/wbkd/react-flow/commit/d8c679b4c90c5b57d4b51e4aaa988243d6eaff5a)]:
- @reactflow/core@11.5.2
## 11.1.4
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@reactflow/background",
"version": "11.1.4",
"version": "11.1.5",
"description": "Background component with different variants for React Flow",
"keywords": [
"react",
+9
View File
@@ -1,5 +1,14 @@
# @reactflow/controls
## 11.1.5
### Patch Changes
- [#2792](https://github.com/wbkd/react-flow/pull/2792) [`d8c679b4`](https://github.com/wbkd/react-flow/commit/d8c679b4c90c5b57d4b51e4aaa988243d6eaff5a) - Accept React 17 types as dev dependency
- Updated dependencies [[`d8c679b4`](https://github.com/wbkd/react-flow/commit/d8c679b4c90c5b57d4b51e4aaa988243d6eaff5a)]:
- @reactflow/core@11.5.2
## 11.1.4
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@reactflow/controls",
"version": "11.1.4",
"version": "11.1.5",
"description": "Component to control the viewport of a React Flow instance",
"keywords": [
"react",
+6
View File
@@ -1,5 +1,11 @@
# @reactflow/core
## 11.5.2
### Patch Changes
- [#2792](https://github.com/wbkd/react-flow/pull/2792) [`d8c679b4`](https://github.com/wbkd/react-flow/commit/d8c679b4c90c5b57d4b51e4aaa988243d6eaff5a) - Accept React 17 types as dev dependency
## 11.5.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@reactflow/core",
"version": "11.5.1",
"version": "11.5.2",
"description": "Core components and util functions of React Flow.",
"keywords": [
"react",
+9
View File
@@ -1,5 +1,14 @@
# @reactflow/minimap
## 11.3.5
### Patch Changes
- [#2792](https://github.com/wbkd/react-flow/pull/2792) [`d8c679b4`](https://github.com/wbkd/react-flow/commit/d8c679b4c90c5b57d4b51e4aaa988243d6eaff5a) - Accept React 17 types as dev dependency
- Updated dependencies [[`d8c679b4`](https://github.com/wbkd/react-flow/commit/d8c679b4c90c5b57d4b51e4aaa988243d6eaff5a)]:
- @reactflow/core@11.5.2
## 11.3.4
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@reactflow/minimap",
"version": "11.3.4",
"version": "11.3.5",
"description": "Minimap component for React Flow.",
"keywords": [
"react",
+9
View File
@@ -1,5 +1,14 @@
# @reactflow/node-resizer
## 2.0.1
### Patch Changes
- [#2792](https://github.com/wbkd/react-flow/pull/2792) [`d8c679b4`](https://github.com/wbkd/react-flow/commit/d8c679b4c90c5b57d4b51e4aaa988243d6eaff5a) - Accept React 17 types as dev dependency
- Updated dependencies [[`d8c679b4`](https://github.com/wbkd/react-flow/commit/d8c679b4c90c5b57d4b51e4aaa988243d6eaff5a)]:
- @reactflow/core@11.5.2
## 2.0.0
After this update it should be easier to update the node resizer (no need to update the reactflow package anymore).
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@reactflow/node-resizer",
"version": "2.0.0",
"version": "2.0.1",
"description": "A helper component for resizing nodes.",
"keywords": [
"react",
+9
View File
@@ -1,5 +1,14 @@
# @reactflow/node-toolbar
## 1.1.5
### Patch Changes
- [#2792](https://github.com/wbkd/react-flow/pull/2792) [`d8c679b4`](https://github.com/wbkd/react-flow/commit/d8c679b4c90c5b57d4b51e4aaa988243d6eaff5a) - Accept React 17 types as dev dependency
- Updated dependencies [[`d8c679b4`](https://github.com/wbkd/react-flow/commit/d8c679b4c90c5b57d4b51e4aaa988243d6eaff5a)]:
- @reactflow/core@11.5.2
## 1.1.4
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@reactflow/node-toolbar",
"version": "1.1.4",
"version": "1.1.5",
"description": "A toolbar component for React Flow that can be attached to a node.",
"keywords": [
"react",
+13
View File
@@ -1,5 +1,18 @@
# reactflow
## 11.5.3
### Patch Changes
- [#2792](https://github.com/wbkd/react-flow/pull/2792) [`d8c679b4`](https://github.com/wbkd/react-flow/commit/d8c679b4c90c5b57d4b51e4aaa988243d6eaff5a) - Accept React 17 types as dev dependency
- Updated dependencies [[`d8c679b4`](https://github.com/wbkd/react-flow/commit/d8c679b4c90c5b57d4b51e4aaa988243d6eaff5a)]:
- @reactflow/background@11.1.5
- @reactflow/controls@11.1.5
- @reactflow/core@11.5.2
- @reactflow/minimap@11.3.5
- @reactflow/node-toolbar@1.1.5
## 11.5.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "reactflow",
"version": "11.5.2",
"version": "11.5.3",
"description": "A highly customizable React library for building node-based editors and interactive flow charts",
"keywords": [
"react",