Skip to content

Commit e58b4f0

Browse files
committed
chore: bump 10.0.0-alpha.22
1 parent a580957 commit e58b4f0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ PR Title ([#123](link to my pr))
66
77
```
88

9+
## 10.0.0-alpha.22
10+
11+
chore: configure jest to use with ts
12+
([#470](https://github.com/maplibre/maplibre-react-native/pull/470))
13+
14+
refactor: switch many examples to TypeScript
15+
([#469](https://github.com/maplibre/maplibre-react-native/pull/469))
16+
17+
chore: eslint formatting and improve scripts
18+
([#467](https://github.com/maplibre/maplibre-react-native/pull/467))
19+
920
fix: allow resetting contentInset with 0 ([#468](https://github.com/maplibre/maplibre-react-native/pull/468))
1021

1122
## 10.0.0-alpha.21

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@maplibre/maplibre-react-native",
33
"description": "A MapLibre GL Native plugin for creating maps in React Native",
4-
"version": "10.0.0-alpha.21",
4+
"version": "10.0.0-alpha.22",
55
"publishConfig": {
66
"access": "public"
77
},

0 commit comments

Comments
 (0)