Skip to content

Commit

Permalink
Merge pull request #392 from preactjs/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
marvinhagemeister authored Aug 29, 2024
2 parents 6a60e81 + 0586df1 commit e7ec96b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/metal-bottles-play.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# preact-render-to-string

## 6.5.10

### Patch Changes

- [#391](https://github.com/preactjs/preact-render-to-string/pull/391) [`d80e4dc`](https://github.com/preactjs/preact-render-to-string/commit/d80e4dccecbc7394d2eb903b85a2a8d31a12c8cb) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Allow any value for `class` + `className` as long as it's stringified to match browser behavior.

## 6.5.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "preact-render-to-string",
"amdName": "preactRenderToString",
"version": "6.5.9",
"version": "6.5.10",
"description": "Render JSX to an HTML string, with support for Preact components.",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
Expand Down

0 comments on commit e7ec96b

Please sign in to comment.