chore(packages): bump versions

This commit is contained in:
moklick
2022-10-10 12:57:17 +02:00
parent 1dc875ed2b
commit cc33fc89dd
14 changed files with 53 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "reactflow",
"version": "11.1.0",
"version": "11.1.1",
"description": "A highly customizable React library for building node-based editors and interactive flow charts",
"keywords": [
"react",
@@ -17,7 +17,9 @@
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"sideEffects": ["*.css"],
"sideEffects": [
"*.css"
],
"license": "MIT",
"repository": {
"type": "git",