diff --git a/.changeset/mean-bottles-add.md b/.changeset/mean-bottles-add.md deleted file mode 100644 index fee03e7f..00000000 --- a/.changeset/mean-bottles-add.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@northware/ui": minor ---- - -**@northware/ui@0.1.0 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. diff --git a/apps/cockpit/CHANGELOG.md b/apps/cockpit/CHANGELOG.md new file mode 100644 index 00000000..f524741e --- /dev/null +++ b/apps/cockpit/CHANGELOG.md @@ -0,0 +1,8 @@ +# cockpit + +## 0.1.1 + +### Patch Changes + +- Updated dependencies [f79976c] + - @northware/ui@0.1.0 diff --git a/apps/cockpit/package.json b/apps/cockpit/package.json index 621e404c..d7c99f0c 100644 --- a/apps/cockpit/package.json +++ b/apps/cockpit/package.json @@ -1,6 +1,6 @@ { "name": "cockpit", - "version": "0.1.0", + "version": "0.1.1", "private": true, "scripts": { "dev": "next dev --turbopack --port 40110", diff --git a/apps/storybook/CHANGELOG.md b/apps/storybook/CHANGELOG.md new file mode 100644 index 00000000..9b300200 --- /dev/null +++ b/apps/storybook/CHANGELOG.md @@ -0,0 +1,8 @@ +# storybook + +## 0.1.1 + +### Patch Changes + +- Updated dependencies [f79976c] + - @northware/ui@0.1.0 diff --git a/apps/storybook/package.json b/apps/storybook/package.json index 528d1a05..6cc971b2 100644 --- a/apps/storybook/package.json +++ b/apps/storybook/package.json @@ -1,6 +1,6 @@ { "name": "storybook", - "version": "0.1.0", + "version": "0.1.1", "private": true, "scripts": { "dev": "storybook dev --no-open -p 40181", @@ -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" } } diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md new file mode 100644 index 00000000..003f8d07 --- /dev/null +++ b/packages/ui/CHANGELOG.md @@ -0,0 +1,11 @@ +# @northware/ui + +## 0.1.0 + +### Minor Changes + +- f79976c: **@northware/ui@0.1.0 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. diff --git a/packages/ui/package.json b/packages/ui/package.json index aeb46e4f..a6d526f1 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@northware/ui", - "version": "0.0.0", + "version": "0.1.0", "private": true, "scripts": { "tsc-check": "tsc --noEmit",