Skip to content

Commit

Permalink
version patch
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaLysiuk committed Apr 12, 2024
1 parent cf9dfb2 commit 34b2b84
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/editor-worker/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-editor-worker",
"version": "7.2.6",
"version": "7.2.7",
"private": false,
"license": "MIT",
"description": "Visual node editor for GraphQL",
Expand Down
4 changes: 2 additions & 2 deletions packages/editor/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-editor",
"version": "7.2.6",
"version": "7.2.7",
"private": false,
"license": "MIT",
"description": "Visual node editor for GraphQL",
Expand Down Expand Up @@ -45,7 +45,7 @@
"file-saver": "^2.0.5",
"framer-motion": "^10.12.16",
"fuzzyjs": "^5.0.1",
"graphql-editor-worker": "^7.2.6",
"graphql-editor-worker": "^7.2.7",
"graphql-js-tree": "^1.0.9",
"graphql-language-service": "3.1.4",
"html-to-image": "^1.10.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/sandbox/package.json
@@ -1,6 +1,6 @@
{
"name": "sandbox",
"version": "7.2.6",
"version": "7.2.7",
"private": false,
"license": "MIT",
"description": "Visual node editor for GraphQL",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@aexol-studio/styling-system": "^0.0.8",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"graphql-editor": "^7.2.6",
"graphql-editor": "^7.2.7",
"graphql-js-tree": "^0.1.6",
"socket.io-client": "^4.7.2",
"y-monaco": "^0.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/socket-live-test/package.json
@@ -1,6 +1,6 @@
{
"name": "socket-live-test",
"version": "2.2.6",
"version": "2.2.7",
"description": "testing editor live",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/svg-ts-sync/package.json
@@ -1,6 +1,6 @@
{
"name": "svg-ts-sync",
"version": "1.2.6",
"version": "1.2.7",
"private": false,
"license": "MIT",
"description": "Sync folders with svg's to react typescript components",
Expand Down

0 comments on commit 34b2b84

Please sign in to comment.