Skip to content

Commit

Permalink
chore(release): publish (#198)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
darenmalfait and github-actions[bot] authored Aug 30, 2024
1 parent 055e3df commit 189694e
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 46 deletions.
18 changes: 0 additions & 18 deletions .changeset/fifty-houses-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-cougars-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-mice-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-camels-grow.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@nerdfish/theme": "workspace:^2.1.8",
"@nerdfish/ui": "workspace:^5.0.2",
"@nerdfish/ui": "workspace:^6.0.0",
"@nerdfish/utils": "workspace:^1.6.6",
"@next/env": "^14.2.5",
"@next/mdx": "^14.2.5",
Expand Down
32 changes: 32 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# @nerdfish/ui

## 6.0.0

### Major Changes

- ## Namespacing components with dot notation ([#199](https://github.com/darenmalfait/nerdfishui/pull/199))

Using the current way of using `Object.assign` to namespace components breaks
consuming React Server Components. It also has limitations to tree-shaking
capabilities.

[https://github.com/vercel/next.js/issues/51593](See github issue)

We need to change the way we namespace components to be compatible with React
Server Components.

Now, all components are being exported directly from the package, but also as
a namespaced component in another way. The limitations is that namespaced
component now always have a `.Root` element.

for example, a `Dialog` would now be available as `Dialog.Root`, which to why
these are breaking changes.

- removed `DoubleLabelLink`
([#199](https://github.com/darenmalfait/nerdfishui/pull/199))

### Patch Changes

- fix the padding in `Alert` when there is an icon
([#199](https://github.com/darenmalfait/nerdfishui/pull/199))

- add focus outline to `Timepicker` elements

## 5.0.2

### Patch Changes
Expand Down
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": "@nerdfish/ui",
"version": "5.0.2",
"version": "6.0.0",
"repository": {
"type": "git",
"url": "https://github.com/darenmalfait/nerdfishui",
Expand Down
32 changes: 21 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 189694e

Please sign in to comment.