Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pozylon committed Jan 9, 2025
1 parent ab355e8 commit dfe6c52
Show file tree
Hide file tree
Showing 41 changed files with 662 additions and 662 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 RC13 ("Odi")
# Unchained Engine v3.0 ("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
4 changes: 2 additions & 2 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.15",
"version": "3.0.0",
"license": "ISC",
"scripts": {
"dev": "docusaurus start",
Expand Down
320 changes: 160 additions & 160 deletions examples/keycloak/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/keycloak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@unchainedshop/example-keycloak",
"description": "Keycloak Example",
"private": true,
"version": "3.0.0-rc.15",
"version": "3.0.0",
"license": "EUPL-1.2",
"type": "module",
"homepage": "https://unchained.shop",
Expand Down Expand Up @@ -37,8 +37,8 @@
"@fastify/cookie": "^11.0.2",
"@fastify/oauth2": "^8.1.0",
"@fastify/session": "^11.1.0",
"@unchainedshop/platform": "^3.0.0-rc.15",
"@unchainedshop/plugins": "^3.0.0-rc.15",
"@unchainedshop/platform": "^3.0.0",
"@unchainedshop/plugins": "^3.0.0",
"fastify": "^5.2.1"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions examples/kitchensink-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@unchainedshop/example-kitchensink-express",
"description": "Kitchensink for Unchained Engine (Express.js)",
"private": true,
"version": "3.0.0-rc.15",
"version": "3.0.0",
"license": "EUPL-1.2",
"type": "module",
"homepage": "https://unchained.shop",
Expand Down Expand Up @@ -34,11 +34,11 @@
"dev": "nodemon --delay 2500ms --watch '../../packages' --watch '.' -i lib -e js,mjs,json,ts --exec \"npm run dev:run\""
},
"dependencies": {
"@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/api": "^3.0.0",
"@unchainedshop/core-delivery": "^3.0.0",
"@unchainedshop/core-payment": "^3.0.0",
"@unchainedshop/platform": "^3.0.0",
"@unchainedshop/plugins": "^3.0.0",
"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": "@unchainedshop/example-kitchensink",
"description": "Kitchensink for Unchained Engine (Fastify)",
"private": true,
"version": "3.0.0-rc.15",
"version": "3.0.0",
"license": "EUPL-1.2",
"type": "module",
"homepage": "https://unchained.shop",
Expand Down Expand Up @@ -36,12 +36,12 @@
"dependencies": {
"@fastify/cookie": "^11.0.2",
"@fastify/session": "^11.1.0",
"@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",
"@unchainedshop/api": "^3.0.0",
"@unchainedshop/core-delivery": "^3.0.0",
"@unchainedshop/core-payment": "^3.0.0",
"@unchainedshop/platform": "^3.0.0",
"@unchainedshop/plugins": "^3.0.0",
"@unchainedshop/ticketing": "^3.0.0",
"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/example-minimal",
"description": "Kitchensink for Unchained Engine",
"private": true,
"version": "3.0.0-rc.15",
"version": "3.0.0",
"license": "EUPL-1.2",
"type": "module",
"homepage": "https://unchained.shop",
Expand Down Expand Up @@ -36,8 +36,8 @@
"dependencies": {
"@fastify/cookie": "^11.0.2",
"@fastify/session": "^11.1.0",
"@unchainedshop/platform": "^3.0.0-rc.15",
"@unchainedshop/plugins": "^3.0.0-rc.15",
"@unchainedshop/platform": "^3.0.0",
"@unchainedshop/plugins": "^3.0.0",
"fastify": "^5.2.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit dfe6c52

Please sign in to comment.