diff --git a/apps/tutorial/package.json b/apps/tutorial/package.json index 7166766f6..1ca5dab24 100644 --- a/apps/tutorial/package.json +++ b/apps/tutorial/package.json @@ -1,6 +1,6 @@ { "name": "@qni/tutorial", - "version": "0.0.46", + "version": "0.0.47", "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.46", - "@qni/elements": "^0.0.46", - "@qni/simulator": "^0.0.46" + "@qni/common": "^0.0.47", + "@qni/elements": "^0.0.47", + "@qni/simulator": "^0.0.47" }, "devDependencies": { "@tailwindcss/typography": "^0.5.2", diff --git a/apps/www/package.json b/apps/www/package.json index fbf17d2ca..d1fd2393a 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -1,6 +1,6 @@ { "name": "@qni/www", - "version": "0.0.46", + "version": "0.0.47", "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.46", - "@qni/elements": "^0.0.46", - "@qni/simulator": "^0.0.46", + "@qni/common": "^0.0.47", + "@qni/elements": "^0.0.47", + "@qni/simulator": "^0.0.47", "@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 998cffdac..835b3bd43 100644 --- a/examples/elements-example/package.json +++ b/examples/elements-example/package.json @@ -1,6 +1,6 @@ { "name": "@qni/elements-example", - "version": "0.0.46", + "version": "0.0.47", "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.46", - "@qni/simulator": "^0.0.46", + "@qni/elements": "^0.0.47", + "@qni/simulator": "^0.0.47", "cookie-parser": "~1.4.4", "debug": "~4.3", "ejs": "~3.1", diff --git a/lerna.json b/lerna.json index 6662659c9..93c7b5143 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.0.46", + "version": "0.0.47", "publishConfig": { "access": "public" }, diff --git a/packages/common/package.json b/packages/common/package.json index 1a86a1815..1599bd807 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@qni/common", - "version": "0.0.46", + "version": "0.0.47", "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 f6b138e52..e11e01928 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -1,6 +1,6 @@ { "name": "@qni/elements", - "version": "0.0.46", + "version": "0.0.47", "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.46", + "@qni/common": "^0.0.47", "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 568a047fa..96e6a9947 100644 --- a/packages/simulator/package-lock.json +++ b/packages/simulator/package-lock.json @@ -1,6 +1,6 @@ { "name": "@qni/simulator", - "version": "0.0.46", + "version": "0.0.47", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/simulator/package.json b/packages/simulator/package.json index d7c0b0479..b2133e9e6 100644 --- a/packages/simulator/package.json +++ b/packages/simulator/package.json @@ -1,6 +1,6 @@ { "name": "@qni/simulator", - "version": "0.0.46", + "version": "0.0.47", "description": "Quantum simulator for @qni.", "author": "@yasuhito", "license": "MIT", @@ -32,7 +32,7 @@ ], "prettier": "@github/prettier-config", "dependencies": { - "@qni/elements": "^0.0.46", + "@qni/elements": "^0.0.47", "fp-ts": "^2.11.5" }, "devDependencies": {