Skip to content

Commit

Permalink
chore(packages): butmp
Browse files Browse the repository at this point in the history
  • Loading branch information
moklick committed Jan 10, 2023
1 parent ec10422 commit 45fb34c
Show file tree
Hide file tree
Showing 16 changed files with 65 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/strange-cows-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-carpets-play.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/background/CHANGELOG.md
@@ -1,5 +1,12 @@
# @reactflow/background

## 11.1.1

### Patch Changes

- Updated dependencies [[`82988485`](https://github.com/wbkd/react-flow/commit/82988485b730a9e32acbdae1ddcc81b33ddccaba), [`d91e619a`](https://github.com/wbkd/react-flow/commit/d91e619a70a95db99a621ede59bc05b5a7766086)]:
- @reactflow/core@11.4.1

## 11.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/background/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactflow/background",
"version": "11.1.0",
"version": "11.1.1",
"description": "Background component with different variants for React Flow",
"keywords": [
"react",
Expand Down
7 changes: 7 additions & 0 deletions packages/controls/CHANGELOG.md
@@ -1,5 +1,12 @@
# @reactflow/controls

## 11.1.1

### Patch Changes

- Updated dependencies [[`82988485`](https://github.com/wbkd/react-flow/commit/82988485b730a9e32acbdae1ddcc81b33ddccaba), [`d91e619a`](https://github.com/wbkd/react-flow/commit/d91e619a70a95db99a621ede59bc05b5a7766086)]:
- @reactflow/core@11.4.1

## 11.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/controls/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactflow/controls",
"version": "11.1.0",
"version": "11.1.1",
"description": "Component to control the viewport of a React Flow instance",
"keywords": [
"react",
Expand Down
9 changes: 8 additions & 1 deletion packages/core/CHANGELOG.md
@@ -1,8 +1,15 @@
# @reactflow/core

## 11.4.1

### Patch Changes

- [#2738](https://github.com/wbkd/react-flow/pull/2738) [`82988485`](https://github.com/wbkd/react-flow/commit/82988485b730a9e32acbdae1ddcc81b33ddccaba) - fix: fitView for subflows, context menu on right mouse pan
- [#2740](https://github.com/wbkd/react-flow/pull/2740) [`d91e619a`](https://github.com/wbkd/react-flow/commit/d91e619a70a95db99a621ede59bc05b5a7766086) Thanks [@michaelspiss](https://github.com/michaelspiss)! - EdgeRenderer: check all handles for connection mode loose

## 11.4.0

## New Features
## New Features

New props for the ReactFlow component to customize the controls of the viewport and the selection box better:

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactflow/core",
"version": "11.4.0",
"version": "11.4.1",
"description": "Core components and util functions of React Flow.",
"keywords": [
"react",
Expand Down
7 changes: 7 additions & 0 deletions packages/minimap/CHANGELOG.md
@@ -1,5 +1,12 @@
# @reactflow/minimap

## 11.3.1

### Patch Changes

- Updated dependencies [[`82988485`](https://github.com/wbkd/react-flow/commit/82988485b730a9e32acbdae1ddcc81b33ddccaba), [`d91e619a`](https://github.com/wbkd/react-flow/commit/d91e619a70a95db99a621ede59bc05b5a7766086)]:
- @reactflow/core@11.4.1

## 11.3.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/minimap/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactflow/minimap",
"version": "11.3.0",
"version": "11.3.1",
"description": "Minimap component for React Flow.",
"keywords": [
"react",
Expand Down
7 changes: 7 additions & 0 deletions packages/node-resizer/CHANGELOG.md
@@ -1,5 +1,12 @@
# @reactflow/node-resizer

## 1.2.1

### Patch Changes

- Updated dependencies [[`82988485`](https://github.com/wbkd/react-flow/commit/82988485b730a9e32acbdae1ddcc81b33ddccaba), [`d91e619a`](https://github.com/wbkd/react-flow/commit/d91e619a70a95db99a621ede59bc05b5a7766086)]:
- @reactflow/core@11.4.1

## 1.2.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node-resizer/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactflow/node-resizer",
"version": "1.2.0",
"version": "1.2.1",
"description": "A helper component for resizing nodes.",
"keywords": [
"react",
Expand Down
7 changes: 7 additions & 0 deletions packages/node-toolbar/CHANGELOG.md
@@ -1,5 +1,12 @@
# @reactflow/node-toolbar

## 1.1.1

### Patch Changes

- Updated dependencies [[`82988485`](https://github.com/wbkd/react-flow/commit/82988485b730a9e32acbdae1ddcc81b33ddccaba), [`d91e619a`](https://github.com/wbkd/react-flow/commit/d91e619a70a95db99a621ede59bc05b5a7766086)]:
- @reactflow/core@11.4.1

## 1.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node-toolbar/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactflow/node-toolbar",
"version": "1.1.0",
"version": "1.1.1",
"description": "A toolbar component for React Flow that can be attached to a node.",
"keywords": [
"react",
Expand Down
16 changes: 15 additions & 1 deletion packages/reactflow/CHANGELOG.md
@@ -1,10 +1,24 @@
# reactflow

## 11.4.1

### Patch Changes

- [#2738](https://github.com/wbkd/react-flow/pull/2738) [`82988485`](https://github.com/wbkd/react-flow/commit/82988485b730a9e32acbdae1ddcc81b33ddccaba) - fix: fitView for subflows, context menu on right mouse pan
- [#2740](https://github.com/wbkd/react-flow/pull/2740) [`d91e619a`](https://github.com/wbkd/react-flow/commit/d91e619a70a95db99a621ede59bc05b5a7766086) Thanks [@michaelspiss](https://github.com/michaelspiss)! - EdgeRenderer: check all handles for connection mode loose

- Updated dependencies [[`82988485`](https://github.com/wbkd/react-flow/commit/82988485b730a9e32acbdae1ddcc81b33ddccaba), [`d91e619a`](https://github.com/wbkd/react-flow/commit/d91e619a70a95db99a621ede59bc05b5a7766086)]:
- @reactflow/core@11.4.1
- @reactflow/background@11.1.1
- @reactflow/controls@11.1.1
- @reactflow/minimap@11.3.1
- @reactflow/node-toolbar@1.1.1

## 11.4.0

## 11.4.0

## New Features
## New Features

New props for the ReactFlow component to customize the controls of the viewport and the selection box better:

Expand Down
2 changes: 1 addition & 1 deletion packages/reactflow/package.json
@@ -1,6 +1,6 @@
{
"name": "reactflow",
"version": "11.4.0",
"version": "11.4.1",
"description": "A highly customizable React library for building node-based editors and interactive flow charts",
"keywords": [
"react",
Expand Down

0 comments on commit 45fb34c

Please sign in to comment.