Skip to content

Commit

Permalink
Merge pull request #230 from bring/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
juliuxu committed May 29, 2024
2 parents 117b21a + 25d9498 commit d533d72
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/silver-cameras-nail.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @postenbring/hedwig-react

## 0.0.86

### Patch Changes

- 84dbe08: :boom: react: don't import the css package by default in the react package.

It's up the consumer to make sure the css is loaded. Usaully this is as simple as importing it.

This has caused a lot of small issues when using HDS, giving more explicit controll looks to be the better option.

## 0.0.85

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@postenbring/hedwig-react",
"version": "0.0.85",
"version": "0.0.86",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit d533d72

Please sign in to comment.