Skip to content

Commit 38ff2e3

Browse files
committed
0.0.39
1 parent 06db522 commit 38ff2e3

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.0.39 (Jul 4, 2025)
4+
5+
### Fixes
6+
7+
* Include `postcss-plugin` files in published package.
8+
39
## 0.0.38 (Jul 3, 2025)
410

511
### Breaking changes
@@ -16,7 +22,7 @@
1622

1723
### Fixes
1824

19-
* [Native] Share the same Animated.Value amongst transitions that happen in the same commit
25+
* [Native] Share the same `Animated.Value` amongst transitions that happen in the same commit.
2026
* [Web] Fix `babel-plugin` variable renaming edge case.
2127

2228
## 0.0.37 (Jun 27, 2025)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-strict-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-strict-dom",
3-
"version": "0.0.38",
3+
"version": "0.0.39",
44
"description": "React Strict DOM",
55
"exports": {
66
".": {

0 commit comments

Comments
 (0)