Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/mean-bottles-add.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/cockpit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# cockpit

## 0.1.1

### Patch Changes

- Updated dependencies [f79976c]
- @northware/[email protected]
2 changes: 1 addition & 1 deletion apps/cockpit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cockpit",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev --turbopack --port 40110",
Expand Down
8 changes: 8 additions & 0 deletions apps/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# storybook

## 0.1.1

### Patch Changes

- Updated dependencies [f79976c]
- @northware/[email protected]
4 changes: 2 additions & 2 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "storybook dev --no-open -p 40181",
Expand All @@ -26,7 +26,7 @@
"@types/node": "^24.12.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"storybook": "10.2.16",
"storybook": "0.1.1",
"typescript": "^5.9.3"
}
}
11 changes: 11 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @northware/ui

## 0.1.0

### Minor Changes

- f79976c: **@northware/[email protected] is a preview-version to be worked on with the progress of the monorepo.**

Northware UI (@northware/ui) is a component library shareable through the Northware Monorepo.
It uses Components from **[shadcn/ui](https://ui.shadcn.com/)** based on [Radix UI Premitives](https://www.radix-ui.com/primitives) and [Tailwind CSS](https://tailwindcss.com/).
The package `@northware/ui` provides the `general.css` file to be used in every Northware App and a set of components as well as shareable functions and hooks to define the UI.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@northware/ui",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"scripts": {
"tsc-check": "tsc --noEmit",
Expand Down