History log of /expo/changelogVersions.json (Results 1 – 16 of 16)
Revision Date Author Comments
# 3cb53286 27-Jun-2023 Brent Vatne <[email protected]>

[changelog] Cut for SDK 49


# dd2a2b42 09-Feb-2023 Brent Vatne <[email protected]>

[changelog] Merge and cut off for SDK 48


# b91d3adf 03-Nov-2022 Brent Vatne <[email protected]>

Bump expo-modules-core in changelogVersions.json


# e2611c87 28-Oct-2022 Brent Vatne <[email protected]>

[changelog] Merge and cut off version [skip ci]


# a2c1b811 19-Jul-2022 Brent Vatne <[email protected]>

[changelog] Merge and cut off changelog


# 96ec1370 25-Apr-2022 Brent Vatne <[email protected]>

Merge and cutoff changelogs [skip ci]


# 07f89462 04-Jan-2022 Eric Samelson <[email protected]>

[expotools] restore expo-dev-client packages into expotools commands, fix unit tests (#15779)


# 18707388 03-Dec-2021 Brent Vatne <[email protected]>

Merge and cutoff changelogs


# 07d05076 01-Oct-2021 Brent Vatne <[email protected]>

[changelog] Merge changelogs


# b33f5e22 16-Jun-2021 Brent Vatne <[email protected]>

Merge and cut-off changelogs


# 47d07369 10-Mar-2021 Brent Vatne <[email protected]>

[CHANGELOG] "et merge-changelogs --cut-off"


# dbf79a6b 17-Nov-2020 Brent Vatne <[email protected]>

[changelog] Merge and cutoff changelogs


# 6a42e4d8 18-Aug-2020 Tomasz Sapeta <[email protected]>

[CHANGELOG] Cut off root changelog for SDK39


# 8bcbf874 10-Aug-2020 Evan Bacon <[email protected]>

[bluetooth] delete shim (#9660)

* Delete expo-bluetooth shim package

* pod install


# c7519f02 29-May-2020 Tomasz Sapeta <[email protected]>

Merge and cut off changelogs


# 7917443e 22-May-2020 Tomasz Sapeta <[email protected]>

[et] Add `merge-changelogs` expotools command (#8337)

# Why

For module-centric approach we need a way to merge changelogs from respective packages into the main SDK changelog.

# How

- Added

[et] Add `merge-changelogs` expotools command (#8337)

# Why

For module-centric approach we need a way to merge changelogs from respective packages into the main SDK changelog.

# How

- Added new `et merge-changelogs` expotools command with corresponding changes in our tools
- Upgraded `marked` to `1.1.0` and refactored our changelogs API to adjust to its breaking changes ��‍♂️
- Applied necessary changes to `et add-changelog` command.

# Test Plan

I ran this command and submitted PR with changes it did: #8426
I also tried `et add-changelog` and `et publish` as I upgraded `marked` and changed the way how we save changelogs – they both worked fine.

show more ...