From 6c855bc7e69e19015155be7f5f950e8299aae3c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 30 Nov 2024 23:55:52 +0000 Subject: [PATCH] chore(release): New Package Versions --- .changeset/cool-gorillas-smile.md | 14 -------------- .changeset/mighty-planes-wink.md | 5 ----- .changeset/red-steaks-fix.md | 5 ----- apps/northware-cockpit/CHANGELOG.md | 10 ++++++++++ apps/northware-cockpit/package.json | 2 +- packages/auth/CHANGELOG.md | 8 ++++++++ packages/auth/package.json | 2 +- packages/tailwind-config/CHANGELOG.md | 16 ++++++++++++++++ packages/tailwind-config/package.json | 2 +- 9 files changed, 37 insertions(+), 27 deletions(-) delete mode 100644 .changeset/cool-gorillas-smile.md delete mode 100644 .changeset/mighty-planes-wink.md delete mode 100644 .changeset/red-steaks-fix.md create mode 100644 apps/northware-cockpit/CHANGELOG.md create mode 100644 packages/auth/CHANGELOG.md create mode 100644 packages/tailwind-config/CHANGELOG.md diff --git a/.changeset/cool-gorillas-smile.md b/.changeset/cool-gorillas-smile.md deleted file mode 100644 index 905895b..0000000 --- a/.changeset/cool-gorillas-smile.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@northware/tailwind-config": minor ---- - -`@northware/tailwind-config` provides a shareable config preset to be used in every Northware App or Packages that needs uses Tailwind. - -## Features - -- Aliases Default Color Sets with Custom Brand Names -- Defines a custom `secondary` color-set -- Extends the Tailwind Theme to work with the Custom Google Font `Source Sans 3`. -- Defines Custom Configurations for the `.container` Class -- Defines Custom Keyframes and Animations to be used with some shadcn/ui Components -- Full TypeScript Support diff --git a/.changeset/mighty-planes-wink.md b/.changeset/mighty-planes-wink.md deleted file mode 100644 index b3cc9c5..0000000 --- a/.changeset/mighty-planes-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@northware/auth": patch ---- - -**`@northware/auth`** stellt die Authentifizierungs- und Login-Funktionalität bereit. Dazu nutzt das Package [Auth.js](https://authjs.dev/) mit dem Credentials Provider. Die Login-Daten werden mit den Daten der Neon Datenbank abgeglichen und das Passwort wird validiert. diff --git a/.changeset/red-steaks-fix.md b/.changeset/red-steaks-fix.md deleted file mode 100644 index 4ba03e3..0000000 --- a/.changeset/red-steaks-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@northware/auth": patch ---- - -- **`@northware/auth`**: Der Authentifizierungs- und Login-Prozess wird im Auth-Package gelöst. Dazu wird Auth.js verwendet. Das Package exportiert neben einigen Authentifizierungs-Funktionen auch ein Login-Form das auf Login Pages der Apps verwendet werden kann. diff --git a/apps/northware-cockpit/CHANGELOG.md b/apps/northware-cockpit/CHANGELOG.md new file mode 100644 index 0000000..e2be37b --- /dev/null +++ b/apps/northware-cockpit/CHANGELOG.md @@ -0,0 +1,10 @@ +# northware-cockpit + +## 0.1.1 + +### Patch Changes + +- Updated dependencies [deca7d9] +- Updated dependencies [e4330aa] + - @northware/auth@0.0.1 + - @northware/ui@0.0.0 diff --git a/apps/northware-cockpit/package.json b/apps/northware-cockpit/package.json index 26ca878..4888495 100644 --- a/apps/northware-cockpit/package.json +++ b/apps/northware-cockpit/package.json @@ -1,6 +1,6 @@ { "name": "northware-cockpit", - "version": "0.1.0", + "version": "0.1.1", "private": true, "scripts": { "dev": "next dev --turbo --port 40110", diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md new file mode 100644 index 0000000..ac17bce --- /dev/null +++ b/packages/auth/CHANGELOG.md @@ -0,0 +1,8 @@ +# @northware/auth + +## 0.0.1 + +### Patch Changes + +- deca7d9: **`@northware/auth`** stellt die Authentifizierungs- und Login-Funktionalität bereit. Dazu nutzt das Package [Auth.js](https://authjs.dev/) mit dem Credentials Provider. Die Login-Daten werden mit den Daten der Neon Datenbank abgeglichen und das Passwort wird validiert. +- e4330aa: - **`@northware/auth`**: Der Authentifizierungs- und Login-Prozess wird im Auth-Package gelöst. Dazu wird Auth.js verwendet. Das Package exportiert neben einigen Authentifizierungs-Funktionen auch ein Login-Form das auf Login Pages der Apps verwendet werden kann. diff --git a/packages/auth/package.json b/packages/auth/package.json index c701811..9f202f2 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@northware/auth", - "version": "0.0.0", + "version": "0.0.1", "private": true, "dependencies": { "@northware/database": "workspace:*", diff --git a/packages/tailwind-config/CHANGELOG.md b/packages/tailwind-config/CHANGELOG.md new file mode 100644 index 0000000..3fc1edf --- /dev/null +++ b/packages/tailwind-config/CHANGELOG.md @@ -0,0 +1,16 @@ +# @northware/tailwind-config + +## 0.1.0 + +### Minor Changes + +- cb5f610: `@northware/tailwind-config` provides a shareable config preset to be used in every Northware App or Packages that needs uses Tailwind. + + ## Features + + - Aliases Default Color Sets with Custom Brand Names + - Defines a custom `secondary` color-set + - Extends the Tailwind Theme to work with the Custom Google Font `Source Sans 3`. + - Defines Custom Configurations for the `.container` Class + - Defines Custom Keyframes and Animations to be used with some shadcn/ui Components + - Full TypeScript Support diff --git a/packages/tailwind-config/package.json b/packages/tailwind-config/package.json index 18ea168..05b3e6a 100644 --- a/packages/tailwind-config/package.json +++ b/packages/tailwind-config/package.json @@ -1,6 +1,6 @@ { "name": "@northware/tailwind-config", - "version": "0.0.0", + "version": "0.1.0", "private": true, "scripts": { "tsc-check": "tsc --noEmit"