Skip to content

Commit 0b44cbb

Browse files
authored
Add missing Android packages to version-packages script (tailwindlabs#13161)
* add missing `android` packages to `version-packages` script * update CHANGELOG
1 parent 065bbd3 commit 0b44cbb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
### Added
2121

22-
- Add Android builds ([#13115](https://github.com/tailwindlabs/tailwindcss/pull/13115))
22+
- Add Android builds ([#13115](https://github.com/tailwindlabs/tailwindcss/pull/13115), [#13161](https://github.com/tailwindlabs/tailwindcss/pull/13161))
2323
- Make CSS optimization and minification configurable ([#13130](https://github.com/tailwindlabs/tailwindcss/pull/13130))
2424

2525
## [4.0.0-alpha.6] - 2024-03-07

scripts/version-packages.mjs

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ const syncedWorkspaces = new Map([
1717
[
1818
'@tailwindcss/oxide',
1919
[
20+
'oxide/crates/node/npm/android-arm-eabi',
21+
'oxide/crates/node/npm/android-arm64',
2022
'oxide/crates/node/npm/darwin-arm64',
2123
'oxide/crates/node/npm/darwin-x64',
2224
'oxide/crates/node/npm/freebsd-x64',

0 commit comments

Comments
 (0)