Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): publish #198

Merged
merged 1 commit into from
Aug 30, 2024
Merged
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
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

darenmalfait marked this conversation as resolved.
Show resolved Hide resolved
## 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.

Loading