Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beta #49

Merged
merged 33 commits into from
May 26, 2024
Merged

Beta #49

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
21a0ce3
Monorepo support (#37)
clmoreno Mar 21, 2024
b426b79
bump version 2.3.2-beta.0
killerchip Mar 21, 2024
aded5cb
Chore/docs update (#38)
killerchip Mar 21, 2024
1126405
Chore/GitHub actions (#39)
killerchip Mar 22, 2024
5818042
remove dry-run
killerchip Mar 22, 2024
9deb565
github actions / add beta action
killerchip Mar 22, 2024
6c752aa
chore/fix git push
killerchip Mar 22, 2024
d4d9853
Merge branch 'main' into beta
killerchip Mar 22, 2024
cfd5f9a
remove version bump
killerchip Mar 22, 2024
885a4df
add Environment again
killerchip Mar 22, 2024
93c53dd
add version bumping
killerchip Mar 22, 2024
22ea423
removed version upgrade
killerchip Mar 22, 2024
4210dfe
added npm token placeholder
killerchip Mar 22, 2024
dbe3f57
different npm token in previous step
killerchip Mar 22, 2024
db19907
add yarn gha
killerchip Mar 22, 2024
c97d54f
more places for NPM_TOKEN
killerchip Mar 22, 2024
e6ac399
Chore/update docs on gha (#40)
killerchip Mar 22, 2024
1a6e39e
bugfix/revert test code
killerchip Mar 22, 2024
fb6cb3f
2.3.2
killerchip Mar 29, 2024
280244d
update CHANGELOG.md
killerchip Mar 29, 2024
88bf33d
Fix re runs (#43)
killerchip Apr 27, 2024
4b7145b
2.3.3-beta.0
killerchip Apr 27, 2024
d6b95b1
bump version
killerchip Apr 27, 2024
e47eb67
Merge branch 'main' into beta
killerchip Apr 27, 2024
3f22f39
2.3.3-beta.1
killerchip Apr 27, 2024
dd28115
update changelog
killerchip Apr 27, 2024
7f9d9e1
fix documentation on disableJSI option
killerchip May 25, 2024
7803e1f
2.3.3
killerchip May 25, 2024
0d7eac6
update readme
killerchip May 25, 2024
778fb95
Merge branch 'main' into beta
killerchip May 26, 2024
85d3c53
yarn install works
killerchip May 26, 2024
5002bf9
update changelog.md
killerchip May 26, 2024
85ac718
Merge pull request #48 from morrowdigital/fix-yarn-install
killerchip May 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# CHANGELOG

## [2.3.3] - 25/5/2024
## [2.3.3] - 26/5/2024
### Bugfixes
* Fix `yarn install` typescript issues. Bump "@expo/config-plugins", "expo-module-scripts": "^3.5.1" to latest versions.
* Fix duplication of changes when `npx expo prebuild` is re-run. The code now check if changes are already in place.
* Fix documentation: The correct option for disabling JSI is `{ "disableJsi": true }` and not `disableJSI`

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"expo"
],
"devDependencies": {
"@expo/config-plugins": "^7.8.4",
"expo-module-scripts": "^3.0.7"
"@expo/config-plugins": "^8.0.4",
"expo-module-scripts": "^3.5.1"
},
"files": [
"build",
Expand Down
Loading