Skip to content

Commit

Permalink
v3.0.0-rc.15
Browse files Browse the repository at this point in the history
  • Loading branch information
pozylon committed Jan 3, 2025
1 parent e481ef1 commit 1426d3a
Show file tree
Hide file tree
Showing 34 changed files with 532 additions and 457 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.14",
"version": "3.0.0-rc.15",
"license": "ISC",
"scripts": {
"dev": "docusaurus start",
Expand Down
14 changes: 7 additions & 7 deletions examples/kitchensink-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "example-kitchensink-express",
"description": "Kitchensink for Unchained Engine (Express.js)",
"private": true,
"version": "3.0.0-rc.14",
"version": "3.0.0-rc.15",
"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.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",
"@unchainedshop/api": "^3.0.0-rc.15",
"@unchainedshop/core-delivery": "^3.0.0-rc.15",
"@unchainedshop/core-payment": "^3.0.0-rc.15",
"@unchainedshop/platform": "^3.0.0-rc.15",
"@unchainedshop/plugins": "^3.0.0-rc.15",
"@unchainedshop/ticketing": "^3.0.0-rc.15",
"bip32": "^4.0.0",
"bitcoinjs-lib": "^6.1.7",
"dotenv-extended": "^2.9.0",
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 (Fastify)",
"private": true,
"version": "3.0.0-rc.14",
"version": "3.0.0-rc.15",
"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.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",
"@unchainedshop/api": "^3.0.0-rc.15",
"@unchainedshop/core-delivery": "^3.0.0-rc.15",
"@unchainedshop/core-payment": "^3.0.0-rc.15",
"@unchainedshop/platform": "^3.0.0-rc.15",
"@unchainedshop/plugins": "^3.0.0-rc.15",
"@unchainedshop/ticketing": "^3.0.0-rc.15",
"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.14",
"version": "3.0.0-rc.15",
"license": "EUPL-1.2",
"type": "module",
"homepage": "https://unchained.shop",
Expand Down Expand Up @@ -37,8 +37,8 @@
"fastify": "^5.2.0",
"@fastify/cookie": "^11.0.1",
"@fastify/session": "^11.0.2",
"@unchainedshop/platform": "^3.0.0-rc.14",
"@unchainedshop/plugins": "^3.0.0-rc.14"
"@unchainedshop/platform": "^3.0.0-rc.15",
"@unchainedshop/plugins": "^3.0.0-rc.15"
},
"devDependencies": {
"@types/node": "^22.10.2",
Expand Down
Loading

0 comments on commit 1426d3a

Please sign in to comment.