Skip to content

Commit

Permalink
v3.0.0-rc.14
Browse files Browse the repository at this point in the history
  • Loading branch information
pozylon committed Jan 1, 2025
1 parent 2166b3d commit 89b4cf9
Show file tree
Hide file tree
Showing 34 changed files with 298 additions and 298 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "docs",
"description": "Docs for Unchained Engine",
"private": true,
"version": "3.0.0-rc.13",
"version": "3.0.0-rc.14",
"license": "ISC",
"scripts": {
"dev": "docusaurus start",
Expand Down
14 changes: 7 additions & 7 deletions examples/kitchensink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "example-kitchensink",
"description": "Kitchensink for Unchained Engine",
"private": true,
"version": "3.0.0-rc.13",
"version": "3.0.0-rc.14",
"license": "EUPL-1.2",
"type": "module",
"homepage": "https://unchained.shop",
Expand Down Expand Up @@ -35,12 +35,12 @@
},
"dependencies": {
"@graphql-yoga/plugin-response-cache": "^3.12.8",
"@unchainedshop/api": "^3.0.0-rc.13",
"@unchainedshop/core-delivery": "^3.0.0-rc.13",
"@unchainedshop/core-payment": "^3.0.0-rc.13",
"@unchainedshop/platform": "^3.0.0-rc.13",
"@unchainedshop/plugins": "^3.0.0-rc.13",
"@unchainedshop/ticketing": "^3.0.0-rc.13",
"@unchainedshop/api": "^3.0.0-rc.14",
"@unchainedshop/core-delivery": "^3.0.0-rc.14",
"@unchainedshop/core-payment": "^3.0.0-rc.14",
"@unchainedshop/platform": "^3.0.0-rc.14",
"@unchainedshop/plugins": "^3.0.0-rc.14",
"@unchainedshop/ticketing": "^3.0.0-rc.14",
"bip32": "^4.0.0",
"bitcoinjs-lib": "^6.1.7",
"dotenv-extended": "^2.9.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@unchainedshop/minimal",
"description": "Kitchensink for Unchained Engine",
"private": true,
"version": "3.0.0-rc.13",
"version": "3.0.0-rc.14",
"license": "EUPL-1.2",
"type": "module",
"homepage": "https://unchained.shop",
Expand Down Expand Up @@ -36,8 +36,8 @@
"dependencies": {
"@fastify/cookie": "^11.0.1",
"@fastify/session": "^11.0.2",
"@unchainedshop/platform": "^3.0.0-rc.13",
"@unchainedshop/plugins": "^3.0.0-rc.13",
"@unchainedshop/platform": "^3.0.0-rc.14",
"@unchainedshop/plugins": "^3.0.0-rc.14",
"connect-mongo": "^5.1.0",
"fastify": "^5.2.0"
},
Expand Down
Loading

0 comments on commit 89b4cf9

Please sign in to comment.