Skip to content

Commit 484945b

Browse files
chore(release): New Package Versions
1 parent 4638dd8 commit 484945b

9 files changed

Lines changed: 37 additions & 27 deletions

File tree

.changeset/cool-gorillas-smile.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

.changeset/mighty-planes-wink.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/red-steaks-fix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# northware-cockpit
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [deca7d9]
8+
- Updated dependencies [e4330aa]
9+
- @northware/auth@0.0.1
10+
- @northware/ui@0.0.0

apps/northware-cockpit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "northware-cockpit",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbo --port 40110",

packages/auth/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @northware/auth
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- 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.
8+
- 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.

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@northware/auth",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"private": true,
55
"dependencies": {
66
"@northware/database": "workspace:*",
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# @northware/tailwind-config
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- cb5f610: `@northware/tailwind-config` provides a shareable config preset to be used in every Northware App or Packages that needs uses Tailwind.
8+
9+
## Features
10+
11+
- Aliases Default Color Sets with Custom Brand Names
12+
- Defines a custom `secondary` color-set
13+
- Extends the Tailwind Theme to work with the Custom Google Font `Source Sans 3`.
14+
- Defines Custom Configurations for the `.container` Class
15+
- Defines Custom Keyframes and Animations to be used with some shadcn/ui Components
16+
- Full TypeScript Support

packages/tailwind-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@northware/tailwind-config",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"private": true,
55
"scripts": {
66
"tsc-check": "tsc --noEmit"

0 commit comments

Comments
 (0)