Skip to content

Commit

Permalink
chore: create new release 1.5.1
Browse files Browse the repository at this point in the history
## [1.5.1](1.5.0...1.5.1) (2024-12-19)

### Bug fixes

* **schemas:** avoid converting `schema-expo-xdl --sdk-version` to number ([89a2c99](89a2c99))
* update device filtering logic to select inspectable device for SDK 52 ([#266](#266)) ([486874a](486874a))
* use highest page number whenever multiple identical pages are connected ([#267](#267)) ([c7e66c7](c7e66c7))

### Other chores

* update all packages to latest supported versions ([#264](#264)) ([6d44a3c](6d44a3c))
  • Loading branch information
Expo CI committed Dec 19, 2024
1 parent c7e66c7 commit 0e4a7a0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.5.1](https://github.com/expo/vscode-expo/compare/1.5.0...1.5.1) (2024-12-19)


### Bug fixes

* **schemas:** avoid converting `schema-expo-xdl --sdk-version` to number ([89a2c99](https://github.com/expo/vscode-expo/commit/89a2c990d19d55328c0a04409250ab7d1036ae89))
* update device filtering logic to select inspectable device for SDK 52 ([#266](https://github.com/expo/vscode-expo/issues/266)) ([486874a](https://github.com/expo/vscode-expo/commit/486874a1bec2094b0e197f9d43f3eabf5114b9c1))
* use highest page number whenever multiple identical pages are connected ([#267](https://github.com/expo/vscode-expo/issues/267)) ([c7e66c7](https://github.com/expo/vscode-expo/commit/c7e66c76a9721d57d03c70debd6a8ca8593de4f1))


### Other chores

* update all packages to latest supported versions ([#264](https://github.com/expo/vscode-expo/issues/264)) ([6d44a3c](https://github.com/expo/vscode-expo/commit/6d44a3c29a695a94fce01e40dfc36026d5e690ae))

## [1.5.0](https://github.com/expo/vscode-expo/compare/1.4.3...1.5.0) (2024-03-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-expo-tools",
"displayName": "Expo Tools",
"version": "1.5.0",
"version": "1.5.1",
"description": "Expo for VS Code keeps you productive with debugging, IntelliSense and prebuild previews",
"keywords": [
"expo",
Expand Down

0 comments on commit 0e4a7a0

Please sign in to comment.