Skip to content

Commit

Permalink
v0.0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuhito committed Apr 25, 2022
1 parent 037990a commit 470ea0f
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 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.49",
"version": "0.0.50",
"description": "An interactive tutorial for @qni/www.",
"author": "@yasuhito",
"homepage": "https://github.com/qniapp/qni#readme",
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 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.49",
"version": "0.0.50",
"description": "Web service for @qni.",
"author": "@yasuhito",
"homepage": "https://github.com/qniapp/qni/tree/main/apps/www#readme",
Expand Down Expand Up @@ -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",
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.49",
"version": "0.0.50",
"description": "An example project for @qni/elements.",
"author": "@yasuhito",
"license": "MIT",
Expand All @@ -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",
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.49",
"version": "0.0.50",
"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.49",
"version": "0.0.50",
"description": "Common library for @qni.",
"author": "@yasuhito",
"homepage": "https://github.com/qniapp/qni/tree/main/packages/common#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qni/elements",
"version": "0.0.49",
"version": "0.0.50",
"description": "Quantum circuit components.",
"author": "@yasuhito",
"license": "MIT",
Expand Down Expand Up @@ -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"
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.49",
"version": "0.0.50",
"description": "Quantum simulator for @qni.",
"author": "@yasuhito",
"license": "MIT",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 470ea0f

Please sign in to comment.