Skip to content

Commit 30ece9b

Browse files
authored
Merge pull request #1 from panter/release-please--branches--main--components--react-native-motiontag
chore(main): release 0.1.1
2 parents 1b69bda + 989ba4b commit 30ece9b

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/panter/react-native-motiontag/compare/v0.1.0...v0.1.1) (2026-05-19)
4+
5+
6+
### Bug Fixes
7+
8+
* **ios:** support use_frameworks! consumers via conditional Swift bridge import ([18bf4b4](https://github.com/panter/react-native-motiontag/commit/18bf4b4a55fdfacda1dc8e6fae31e8faa896be92))

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@panter/react-native-motiontag",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -74,7 +74,12 @@
7474
"targets": [
7575
"commonjs",
7676
"module",
77-
["typescript", { "project": "tsconfig.build.json" }]
77+
[
78+
"typescript",
79+
{
80+
"project": "tsconfig.build.json"
81+
}
82+
]
7883
]
7984
}
8085
}

0 commit comments

Comments
 (0)