Skip to content

Commit

Permalink
chore(release): New Package Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 30, 2024
1 parent cf37abe commit 6c855bc
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 27 deletions.
14 changes: 0 additions & 14 deletions .changeset/cool-gorillas-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-planes-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-steaks-fix.md

This file was deleted.

10 changes: 10 additions & 0 deletions apps/northware-cockpit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion apps/northware-cockpit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "northware-cockpit",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev --turbo --port 40110",
Expand Down
8 changes: 8 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@northware/auth",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"dependencies": {
"@northware/database": "workspace:*",
Expand Down
16 changes: 16 additions & 0 deletions packages/tailwind-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@northware/tailwind-config",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"scripts": {
"tsc-check": "tsc --noEmit"
Expand Down

0 comments on commit 6c855bc

Please sign in to comment.