Skip to content

Commit

Permalink
v3.0.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
pozylon committed Dec 18, 2024
1 parent 26f55fb commit 6b8c289
Show file tree
Hide file tree
Showing 36 changed files with 308 additions and 308 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unchained Engine v3.0 RC2 ("Odi")
# Unchained Engine v3.0 RC3 ("Odi")

We are thrilled to announce Unchained Engine v3.0, 5 years after the first version. We started with an overloaded framework approach using Meteor and gradually removed dependency by dependency, getting closer to the metal and in-line with today's standards. Unchained Engine...
- ...is 100% ESM and self-hosted
Expand Down
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-rc2",
"version": "3.0.0-rc3",
"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-rc2",
"version": "3.0.0-rc3",
"license": "EUPL-1.2",
"type": "module",
"homepage": "https://unchained.shop",
Expand Down Expand Up @@ -36,12 +36,12 @@
"dependencies": {
"@graphql-yoga/plugin-response-cache": "^3.12.6",
"@paypal/checkout-server-sdk": "^1.0.3",
"@unchainedshop/api": "^3.0.0-rc2",
"@unchainedshop/core-delivery": "^3.0.0-rc2",
"@unchainedshop/core-payment": "^3.0.0-rc2",
"@unchainedshop/platform": "^3.0.0-rc2",
"@unchainedshop/plugins": "^3.0.0-rc2",
"@unchainedshop/ticketing": "^3.0.0-rc2",
"@unchainedshop/api": "^3.0.0-rc3",
"@unchainedshop/core-delivery": "^3.0.0-rc3",
"@unchainedshop/core-payment": "^3.0.0-rc3",
"@unchainedshop/platform": "^3.0.0-rc3",
"@unchainedshop/plugins": "^3.0.0-rc3",
"@unchainedshop/ticketing": "^3.0.0-rc3",
"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-rc2",
"version": "3.0.0-rc3",
"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-rc2",
"@unchainedshop/plugins": "^3.0.0-rc2",
"@unchainedshop/platform": "^3.0.0-rc3",
"@unchainedshop/plugins": "^3.0.0-rc3",
"connect-mongo": "^5.1.0",
"fastify": "^5.2.0"
},
Expand Down
Loading

0 comments on commit 6b8c289

Please sign in to comment.