From 3420efbce163d7fa94b459edd69750bbbeb0e13e Mon Sep 17 00:00:00 2001 From: Francisco Madeira Date: Fri, 20 Sep 2024 14:03:41 +0100 Subject: [PATCH] chore: add changeset Signed-off-by: Francisco Madeira --- .changeset/clever-fireants-walk.md | 13 +++++++++++++ .changeset/tiny-mayflies-yawn.md | 2 +- web/site/package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 .changeset/clever-fireants-walk.md diff --git a/.changeset/clever-fireants-walk.md b/.changeset/clever-fireants-walk.md new file mode 100644 index 00000000..d0ab414e --- /dev/null +++ b/.changeset/clever-fireants-walk.md @@ -0,0 +1,13 @@ +--- +'@ethereal-nexus/dashboard': major +'@ethereal-nexus/site': major +'@ethereal-nexus/cli': major +'@ethereal-nexus/conector-aem-react': major +'@ethereal-nexus/core': major +'@ethereal-nexus/vite-plugin-ethereal-nexus': major +--- + +This is the first Major release of Ethereal Nexus! + +Added environments features. This allows projects to have several configurations based on the respective environemnt and to publish them from one environment to the other using launches. +Because of this there were breaking changes to the schema of the component configs. diff --git a/.changeset/tiny-mayflies-yawn.md b/.changeset/tiny-mayflies-yawn.md index 13dc11ff..7dce47ac 100644 --- a/.changeset/tiny-mayflies-yawn.md +++ b/.changeset/tiny-mayflies-yawn.md @@ -2,4 +2,4 @@ '@ethereal-nexus/core': patch --- -fix type inference for select schema +Fix type inference for select schema diff --git a/web/site/package.json b/web/site/package.json index f5edb623..9275b5e0 100644 --- a/web/site/package.json +++ b/web/site/package.json @@ -1,6 +1,6 @@ { "name": "@ethereal-nexus/site", - "private": "true", + "private": true, "type": "module", "version": "0.0.1", "scripts": {