Skip to content

Commit

Permalink
chore(packages): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
moklick committed Nov 28, 2022
1 parent 7ece618 commit 780710d
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/twelve-lamps-fix.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/vite-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@reactflow/examples",
"private": true,
"version": "0.0.1",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port 3000 --open",
Expand Down
6 changes: 6 additions & 0 deletions packages/minimap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @reactflow/minimap

## 11.2.2

### Patch Changes

- [`7ece618d`](https://github.com/wbkd/react-flow/commit/7ece618d94b76183c1ecd45b16f6ab168168351b) Thanks [@](https://github.com/lounsbrough)! - Fix minimap node position

## 11.2.1

### 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.2.1",
"version": "11.2.2",
"description": "Minimap component for React Flow.",
"keywords": [
"react",
Expand Down
9 changes: 9 additions & 0 deletions packages/reactflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# reactflow

## 11.3.2

### Patch Changes

- [`7ece618d`](https://github.com/wbkd/react-flow/commit/7ece618d94b76183c1ecd45b16f6ab168168351b) Thanks [@](https://github.com/lounsbrough)! - Fix minimap node position

- Updated dependencies [[`7ece618d`](https://github.com/wbkd/react-flow/commit/7ece618d94b76183c1ecd45b16f6ab168168351b)]:
- @reactflow/minimap@11.2.2

## 11.3.1

### 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.3.1",
"version": "11.3.2",
"description": "A highly customizable React library for building node-based editors and interactive flow charts",
"keywords": [
"react",
Expand Down

0 comments on commit 780710d

Please sign in to comment.