From 470ea0ffa3876ffb93ca8d10bfc2dc9b1c14faf2 Mon Sep 17 00:00:00 2001 From: Yasuhito Takamiya Date: Mon, 25 Apr 2022 16:20:29 +0900 Subject: [PATCH] v0.0.50 --- apps/tutorial/package.json | 8 ++++---- apps/www/package.json | 8 ++++---- examples/elements-example/package.json | 6 +++--- lerna.json | 2 +- packages/common/package.json | 2 +- packages/elements/package.json | 4 ++-- packages/simulator/package-lock.json | 2 +- packages/simulator/package.json | 4 ++-- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/apps/tutorial/package.json b/apps/tutorial/package.json index b9698deae..939b08cbc 100644 --- a/apps/tutorial/package.json +++ b/apps/tutorial/package.json @@ -1,6 +1,6 @@ { "name": "@qni/tutorial", - "version": "0.0.49", + "version": "0.0.50", "description": "An interactive tutorial for @qni/www.", "author": "@yasuhito", "homepage": "https://github.com/qniapp/qni#readme", @@ -22,9 +22,9 @@ "url": "https://github.com/qniapp/qni/issues" }, "dependencies": { - "@qni/common": "^0.0.49", - "@qni/elements": "^0.0.49", - "@qni/simulator": "^0.0.49" + "@qni/common": "^0.0.50", + "@qni/elements": "^0.0.50", + "@qni/simulator": "^0.0.50" }, "devDependencies": { "@tailwindcss/typography": "^0.5.2", diff --git a/apps/www/package.json b/apps/www/package.json index 6b30cd8bc..6d278b7f2 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -1,6 +1,6 @@ { "name": "@qni/www", - "version": "0.0.49", + "version": "0.0.50", "description": "Web service for @qni.", "author": "@yasuhito", "homepage": "https://github.com/qniapp/qni/tree/main/apps/www#readme", @@ -43,9 +43,9 @@ "prettier": "@github/prettier-config", "dependencies": { "@hotwired/stimulus": "^3.0.1", - "@qni/common": "^0.0.49", - "@qni/elements": "^0.0.49", - "@qni/simulator": "^0.0.49", + "@qni/common": "^0.0.50", + "@qni/elements": "^0.0.50", + "@qni/simulator": "^0.0.50", "@rails/ujs": "~7.0", "@svgdotjs/svg.filter.js": "^3.0.8", "@svgdotjs/svg.js": "^3.1.1", diff --git a/examples/elements-example/package.json b/examples/elements-example/package.json index 597303b43..6895d32f5 100644 --- a/examples/elements-example/package.json +++ b/examples/elements-example/package.json @@ -1,6 +1,6 @@ { "name": "@qni/elements-example", - "version": "0.0.49", + "version": "0.0.50", "description": "An example project for @qni/elements.", "author": "@yasuhito", "license": "MIT", @@ -11,8 +11,8 @@ "css:watch": "yarn build:css --watch" }, "dependencies": { - "@qni/elements": "^0.0.49", - "@qni/simulator": "^0.0.49", + "@qni/elements": "^0.0.50", + "@qni/simulator": "^0.0.50", "cookie-parser": "~1.4.4", "debug": "~4.3", "ejs": "~3.1", diff --git a/lerna.json b/lerna.json index e4a67b495..742a2977b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.0.49", + "version": "0.0.50", "publishConfig": { "access": "public" }, diff --git a/packages/common/package.json b/packages/common/package.json index e32357d6d..e15405604 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@qni/common", - "version": "0.0.49", + "version": "0.0.50", "description": "Common library for @qni.", "author": "@yasuhito", "homepage": "https://github.com/qniapp/qni/tree/main/packages/common#readme", diff --git a/packages/elements/package.json b/packages/elements/package.json index ec35a3c66..fe7712fce 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -1,6 +1,6 @@ { "name": "@qni/elements", - "version": "0.0.49", + "version": "0.0.50", "description": "Quantum circuit components.", "author": "@yasuhito", "license": "MIT", @@ -40,7 +40,7 @@ "dependencies": { "@github/catalyst": "1.3.0", "@github/jtml": "~0.4", - "@qni/common": "^0.0.49", + "@qni/common": "^0.0.50", "interactjs": "^1.10.11", "tippy.js": "^6.3.7", "xstate": "~4.31" diff --git a/packages/simulator/package-lock.json b/packages/simulator/package-lock.json index 5107ccf40..e545a29bd 100644 --- a/packages/simulator/package-lock.json +++ b/packages/simulator/package-lock.json @@ -1,6 +1,6 @@ { "name": "@qni/simulator", - "version": "0.0.49", + "version": "0.0.50", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/simulator/package.json b/packages/simulator/package.json index 8cd615290..9dbb0cf90 100644 --- a/packages/simulator/package.json +++ b/packages/simulator/package.json @@ -1,6 +1,6 @@ { "name": "@qni/simulator", - "version": "0.0.49", + "version": "0.0.50", "description": "Quantum simulator for @qni.", "author": "@yasuhito", "license": "MIT", @@ -32,7 +32,7 @@ ], "prettier": "@github/prettier-config", "dependencies": { - "@qni/elements": "^0.0.49", + "@qni/elements": "^0.0.50", "fp-ts": "^2.11.5" }, "devDependencies": {