Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
remorses committed Dec 25, 2024
1 parent 1d9f577 commit 2e65df8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/2.4.1-11.11.7.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/dull-dolls-search.md

This file was deleted.

11 changes: 11 additions & 0 deletions unframer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# unframer

## 2.9.0

### Minor Changes

- 97890f3: - Wrap components with Framer root context, adds support for - fetch - form submission - internationalization via `locale` prop
- Fix .dark class only valid if on root html. Now you can wrap with dark class on any parent element.

### Patch Changes

- 41e96d4: Update framer to 2.4.1, update framer motion to 11.11.7

## 2.8.0

### Minor Changes
Expand Down
3 changes: 1 addition & 2 deletions unframer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unframer",
"version": "2.8.0",
"version": "2.9.0",
"description": "Import Framer components directly in your React app, type safe and customizable",
"sideEffects": false,
"repository": "https://github.com/remorses/unframer",
Expand Down Expand Up @@ -91,4 +91,3 @@
"typescript": "^5.6.2"
}
}

0 comments on commit 2e65df8

Please sign in to comment.