diff --git a/apps/tutorial/package.json b/apps/tutorial/package.json index 269ca6fb0..94537b961 100644 --- a/apps/tutorial/package.json +++ b/apps/tutorial/package.json @@ -1,6 +1,6 @@ { "name": "@qni/tutorial", - "version": "0.0.84", + "version": "0.0.85", "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.84", - "@qni/elements": "^0.0.84", - "@qni/simulator": "^0.0.84" + "@qni/common": "^0.0.85", + "@qni/elements": "^0.0.85", + "@qni/simulator": "^0.0.85" }, "devDependencies": { "@tailwindcss/typography": "^0.5.2", diff --git a/apps/www/package.json b/apps/www/package.json index 803864a9b..30e754712 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -1,6 +1,6 @@ { "name": "@qni/www", - "version": "0.0.84", + "version": "0.0.85", "description": "Web service for @qni.", "author": "@yasuhito", "homepage": "https://github.com/qniapp/qni/tree/main/apps/www#readme", @@ -45,9 +45,9 @@ "prettier": "@github/prettier-config", "dependencies": { "@hotwired/stimulus": "^3.0.1", - "@qni/common": "^0.0.84", - "@qni/elements": "^0.0.84", - "@qni/simulator": "^0.0.84", + "@qni/common": "^0.0.85", + "@qni/elements": "^0.0.85", + "@qni/simulator": "^0.0.85", "@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 4700bb779..361cb3c45 100644 --- a/examples/elements-example/package.json +++ b/examples/elements-example/package.json @@ -1,6 +1,6 @@ { "name": "@qni/elements-example", - "version": "0.0.84", + "version": "0.0.85", "description": "An example project for @qni/elements.", "author": "@yasuhito", "license": "MIT", @@ -12,8 +12,8 @@ "css:watch": "yarn build:css --watch" }, "dependencies": { - "@qni/elements": "^0.0.84", - "@qni/simulator": "^0.0.84", + "@qni/elements": "^0.0.85", + "@qni/simulator": "^0.0.85", "cookie-parser": "~1.4.4", "debug": "~4.3", "ejs": "~3.1", diff --git a/lerna.json b/lerna.json index a7fd8e4dd..24e0c85fc 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.0.84", + "version": "0.0.85", "publishConfig": { "access": "public" }, diff --git a/packages/common/package.json b/packages/common/package.json index aac898e7f..e7e772883 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@qni/common", - "version": "0.0.84", + "version": "0.0.85", "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 ecc47f612..5f7fc0142 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -1,6 +1,6 @@ { "name": "@qni/elements", - "version": "0.0.84", + "version": "0.0.85", "description": "Quantum circuit components.", "author": "@yasuhito", "license": "MIT", @@ -42,7 +42,7 @@ "dependencies": { "@github/catalyst": "1.3.0", "@github/jtml": "~0.4", - "@qni/common": "^0.0.84", + "@qni/common": "^0.0.85", "complex.js": "^2.1.1", "interactjs": "~1.10", "tippy.js": "^6.3.7", diff --git a/packages/simulator/package-lock.json b/packages/simulator/package-lock.json index 9a7bd7928..d1ded18c0 100644 --- a/packages/simulator/package-lock.json +++ b/packages/simulator/package-lock.json @@ -1,6 +1,6 @@ { "name": "@qni/simulator", - "version": "0.0.84", + "version": "0.0.85", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/simulator/package.json b/packages/simulator/package.json index 23c7981ef..ad5da7b60 100644 --- a/packages/simulator/package.json +++ b/packages/simulator/package.json @@ -1,6 +1,6 @@ { "name": "@qni/simulator", - "version": "0.0.84", + "version": "0.0.85", "description": "Quantum simulator for @qni.", "author": "@yasuhito", "license": "MIT", @@ -34,7 +34,7 @@ ], "prettier": "@github/prettier-config", "dependencies": { - "@qni/elements": "^0.0.84", + "@qni/elements": "^0.0.85", "fp-ts": "^2.11.5" }, "devDependencies": {