Skip to content

Commit

Permalink
chore(packages): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
moklick committed Apr 30, 2024
1 parent 2472947 commit 6e237ad
Show file tree
Hide file tree
Showing 15 changed files with 61 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/ten-adults-rhyme.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/background/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @reactflow/background

## 11.3.13

### Patch Changes

- Updated dependencies [[`0dbbe545`](https://github.com/xyflow/xyflow/commit/0dbbe5456a01c6b1cbcac382d3ddd2f744aaac40)]:
- @reactflow/core@11.11.3

## 11.3.12

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

## 11.2.13

### Patch Changes

- Updated dependencies [[`0dbbe545`](https://github.com/xyflow/xyflow/commit/0dbbe5456a01c6b1cbcac382d3ddd2f744aaac40)]:
- @reactflow/core@11.11.3

## 11.2.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/controls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactflow/controls",
"version": "11.2.12",
"version": "11.2.13",
"description": "Component to control the viewport of a React Flow instance",
"keywords": [
"react",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @reactflow/core

## 11.11.3

### Patch Changes

- [#4230](https://github.com/xyflow/xyflow/pull/4230) [`0dbbe545`](https://github.com/xyflow/xyflow/commit/0dbbe5456a01c6b1cbcac382d3ddd2f744aaac40) - pinch zoom on windows

## 11.11.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactflow/core",
"version": "11.11.2",
"version": "11.11.3",
"description": "Core components and util functions of React Flow.",
"keywords": [
"react",
Expand Down
7 changes: 7 additions & 0 deletions packages/minimap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @reactflow/minimap

## 11.7.13

### Patch Changes

- Updated dependencies [[`0dbbe545`](https://github.com/xyflow/xyflow/commit/0dbbe5456a01c6b1cbcac382d3ddd2f744aaac40)]:
- @reactflow/core@11.11.3

## 11.7.12

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

## 2.2.13

### Patch Changes

- Updated dependencies [[`0dbbe545`](https://github.com/xyflow/xyflow/commit/0dbbe5456a01c6b1cbcac382d3ddd2f744aaac40)]:
- @reactflow/core@11.11.3

## 2.2.12

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

## 1.3.13

### Patch Changes

- Updated dependencies [[`0dbbe545`](https://github.com/xyflow/xyflow/commit/0dbbe5456a01c6b1cbcac382d3ddd2f744aaac40)]:
- @reactflow/core@11.11.3

## 1.3.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node-toolbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactflow/node-toolbar",
"version": "1.3.12",
"version": "1.3.13",
"description": "A toolbar component for React Flow that can be attached to a node.",
"keywords": [
"react",
Expand Down
13 changes: 13 additions & 0 deletions packages/reactflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# reactflow

## 11.11.3

### Patch Changes

- [#4230](https://github.com/xyflow/xyflow/pull/4230) [`0dbbe545`](https://github.com/xyflow/xyflow/commit/0dbbe5456a01c6b1cbcac382d3ddd2f744aaac40) - pinch zoom on windows
- Updated dependencies [[`0dbbe545`](https://github.com/xyflow/xyflow/commit/0dbbe5456a01c6b1cbcac382d3ddd2f744aaac40)]:
- @reactflow/core@11.11.3
- @reactflow/background@11.3.13
- @reactflow/controls@11.2.13
- @reactflow/minimap@11.7.13
- @reactflow/node-resizer@2.2.13
- @reactflow/node-toolbar@1.3.13

## 11.11.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/reactflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactflow",
"version": "11.11.2",
"version": "11.11.3",
"description": "A highly customizable React library for building node-based editors and interactive flow charts",
"keywords": [
"react",
Expand Down

0 comments on commit 6e237ad

Please sign in to comment.