Skip to content

Commit

Permalink
v0.0.83
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuhito committed Jul 17, 2022
1 parent f73ddd2 commit 47e434b
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions apps/tutorial/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions apps/www/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions examples/elements-example/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.82",
"version": "0.0.83",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qni/elements",
"version": "0.0.82",
"version": "0.0.83",
"description": "Quantum circuit components.",
"author": "@yasuhito",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/simulator/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/simulator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qni/simulator",
"version": "0.0.82",
"version": "0.0.83",
"description": "Quantum simulator for @qni.",
"author": "@yasuhito",
"license": "MIT",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 47e434b

Please sign in to comment.