Skip to content

Commit

Permalink
3.0.0-rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
pozylon committed Dec 20, 2024
1 parent 7df19fe commit fa628f3
Show file tree
Hide file tree
Showing 36 changed files with 515 additions and 510 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 RC3 ("Odi")
# Unchained Engine v3.0 RC7 ("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-rc6",
"version": "3.0.0-rc7",
"license": "ISC",
"scripts": {
"dev": "docusaurus start",
Expand Down
16 changes: 8 additions & 8 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-rc6",
"version": "3.0.0-rc7",
"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.6",
"@unchainedshop/api": "^3.0.0-rc6",
"@unchainedshop/core-delivery": "^3.0.0-rc6",
"@unchainedshop/core-payment": "^3.0.0-rc6",
"@unchainedshop/platform": "^3.0.0-rc6",
"@unchainedshop/plugins": "^3.0.0-rc6",
"@unchainedshop/ticketing": "^3.0.0-rc6",
"@unchainedshop/api": "^3.0.0-rc7",
"@unchainedshop/core-delivery": "^3.0.0-rc7",
"@unchainedshop/core-payment": "^3.0.0-rc7",
"@unchainedshop/platform": "^3.0.0-rc7",
"@unchainedshop/plugins": "^3.0.0-rc7",
"@unchainedshop/ticketing": "^3.0.0-rc7",
"bip32": "^4.0.0",
"bitcoinjs-lib": "^6.1.7",
"dotenv-extended": "^2.9.0",
Expand All @@ -52,7 +52,7 @@
"open": "^10.1.0",
"passport": "^0.7.0",
"postfinancecheckout": "^4.5.0",
"stripe": "^17.4.0",
"stripe": "^17.5.0",
"tiny-secp256k1": "^2.2.3",
"twilio": "^5.4.0",
"web-push": "^3.6.7",
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-rc6",
"version": "3.0.0-rc7",
"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-rc6",
"@unchainedshop/plugins": "^3.0.0-rc6",
"@unchainedshop/platform": "^3.0.0-rc7",
"@unchainedshop/plugins": "^3.0.0-rc7",
"connect-mongo": "^5.1.0",
"fastify": "^5.2.0"
},
Expand Down
Loading

0 comments on commit fa628f3

Please sign in to comment.