diff --git a/apps/tutorial/package.json b/apps/tutorial/package.json index 7f054896d..b258c298b 100644 --- a/apps/tutorial/package.json +++ b/apps/tutorial/package.json @@ -1,6 +1,6 @@ { "name": "@qni/tutorial", - "version": "0.0.82", + "version": "0.0.83", "description": "An interactive tutorial for @qni/www.", "author": "@yasuhito", "homepage": "https://github.com/qniapp/qni#readme", @@ -23,8 +23,8 @@ }, "dependencies": { "@qni/common": "^0.0.80", - "@qni/elements": "^0.0.82", - "@qni/simulator": "^0.0.82" + "@qni/elements": "^0.0.83", + "@qni/simulator": "^0.0.83" }, "devDependencies": { "@tailwindcss/typography": "^0.5.2", diff --git a/apps/www/package.json b/apps/www/package.json index 556844bfa..befa0571b 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -1,6 +1,6 @@ { "name": "@qni/www", - "version": "0.0.82", + "version": "0.0.83", "description": "Web service for @qni.", "author": "@yasuhito", "homepage": "https://github.com/qniapp/qni/tree/main/apps/www#readme", @@ -45,8 +45,8 @@ "dependencies": { "@hotwired/stimulus": "^3.0.1", "@qni/common": "^0.0.80", - "@qni/elements": "^0.0.82", - "@qni/simulator": "^0.0.82", + "@qni/elements": "^0.0.83", + "@qni/simulator": "^0.0.83", "@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 2eff496fc..0c57c9d8f 100644 --- a/examples/elements-example/package.json +++ b/examples/elements-example/package.json @@ -1,6 +1,6 @@ { "name": "@qni/elements-example", - "version": "0.0.82", + "version": "0.0.83", "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.82", - "@qni/simulator": "^0.0.82", + "@qni/elements": "^0.0.83", + "@qni/simulator": "^0.0.83", "cookie-parser": "~1.4.4", "debug": "~4.3", "ejs": "~3.1", diff --git a/lerna.json b/lerna.json index 88bdc1c11..76665fad0 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.0.82", + "version": "0.0.83", "publishConfig": { "access": "public" }, diff --git a/packages/common/package.json b/packages/common/package.json index 0d334a60c..89fc7a5c3 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@qni/common", - "version": "0.0.82", + "version": "0.0.83", "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 d8d5cdd09..db5a2858e 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -1,6 +1,6 @@ { "name": "@qni/elements", - "version": "0.0.82", + "version": "0.0.83", "description": "Quantum circuit components.", "author": "@yasuhito", "license": "MIT", diff --git a/packages/simulator/package-lock.json b/packages/simulator/package-lock.json index ffb9837cb..63a988492 100644 --- a/packages/simulator/package-lock.json +++ b/packages/simulator/package-lock.json @@ -1,6 +1,6 @@ { "name": "@qni/simulator", - "version": "0.0.82", + "version": "0.0.83", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/simulator/package.json b/packages/simulator/package.json index 8cadf9598..0d90ff4f6 100644 --- a/packages/simulator/package.json +++ b/packages/simulator/package.json @@ -1,6 +1,6 @@ { "name": "@qni/simulator", - "version": "0.0.82", + "version": "0.0.83", "description": "Quantum simulator for @qni.", "author": "@yasuhito", "license": "MIT", @@ -34,7 +34,7 @@ ], "prettier": "@github/prettier-config", "dependencies": { - "@qni/elements": "^0.0.82", + "@qni/elements": "^0.0.83", "fp-ts": "^2.11.5" }, "devDependencies": {