Skip to content

Commit bfd9e34

Browse files
Version Packages (#1428)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @obosbbl/[email protected] ### Patch Changes - c212899: Changes alignment of the delete button for files in `<FileUpload>` from center to top. - e867dac: New `<Link>` component in beta. This is a very small style-wrapper for the `<Link>` component from `react-aria-components`. - e086013: Passes rest props to the root element of the component, not the `<ul>` tag. If you are passing other HTML props than `className` to the `<LinkList>` this will be a breaking change. - c212899: Removes implicit width from files in `<FileUpload>`. These now span the maximum width of the widest filename, while also respecting max-width of any container. - b971ad6: The `<Card>` component now supports all HTML (`<div>`) props. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e867dac commit bfd9e34

File tree

7 files changed

+11
-26
lines changed

7 files changed

+11
-26
lines changed

.changeset/clean-dragons-push.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/moody-knives-hunt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/public-showers-read.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twenty-glasses-shake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/two-lights-jump.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/react/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @obosbbl/grunnmuren-react
22

3+
## 3.0.10
4+
5+
### Patch Changes
6+
7+
- c212899: Changes alignment of the delete button for files in `<FileUpload>` from center to top.
8+
- e867dac: New `<Link>` component in beta. This is a very small style-wrapper for the `<Link>` component from `react-aria-components`.
9+
- e086013: Passes rest props to the root element of the component, not the `<ul>` tag. If you are passing other HTML props than `className` to the `<LinkList>` this will be a breaking change.
10+
- c212899: Removes implicit width from files in `<FileUpload>`. These now span the maximum width of the widest filename, while also respecting max-width of any container.
11+
- b971ad6: The `<Card>` component now supports all HTML (`<div>`) props.
12+
313
## 3.0.9
414

515
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@obosbbl/grunnmuren-react",
3-
"version": "3.0.9",
3+
"version": "3.0.10",
44
"description": "Grunnmuren components in React",
55
"repository": {
66
"url": "https://github.com/code-obos/grunnmuren"

0 commit comments

Comments
 (0)