File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.6.10] ( https://github.com/shovel-kun/react-native-nitro-readium/compare/v0.6.9...v0.6.10 ) (2025-05-16)
4+
35## [ 0.6.9] ( https://github.com/shovel-kun/react-native-nitro-readium/compare/v0.6.8...v0.6.9 ) (2025-05-16)
46
57### 🐛 Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-nitro-readium" ,
3- "version" : " 0.6.9 " ,
3+ "version" : " 0.6.10 " ,
44 "description" : " Nitro module package" ,
55 "main" : " ./lib/module/index.js" ,
66 "types" : " ./lib/typescript/src/index.d.ts" ,
77 "react-native" : " src/index" ,
88 "source" : " src/index" ,
99 "scripts" : {
1010 "build" : " rm -rf lib && bun typecheck && bob build" ,
11- "build- plugins" : " tsc -p plugins/tsconfig.json" ,
11+ "build: plugins" : " tsc -p plugins/tsconfig.json" ,
1212 "typecheck" : " tsc --noEmit" ,
1313 "clean" : " git clean -dfX" ,
1414 "release" : " release-it" ,
134134 },
135135 "hooks" : {
136136 "before:init" : " bun typecheck" ,
137- "after:bump" : " bun run build"
137+ "after:bump" : " bun run build && bun run build:plugins "
138138 },
139139 "plugins" : {
140140 "@release-it/bumper" : {},
You can’t perform that action at this time.
0 commit comments