Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: react-native-maps/react-native-maps
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: yousrasd/react-native-maps
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: adding-postinstall-hook
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Dec 3, 2022

  1. Copy the full SHA
    05a66dd View commit details
Showing with 10 additions and 1 deletion.
  1. +8 −0 CHANGELOG.md
  2. +2 −1 package.json
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.3.2](https://github.com/react-native-maps/react-native-maps/compare/v1.3.1...v1.3.2) (2022-09-26)


### Bug Fixes

* **android:** initialCamera delay ([b4c20b0](https://github.com/react-native-maps/react-native-maps/commit/b4c20b0882730e7a98477fb1e279120a103dc455)), closes [#4442](https://github.com/react-native-maps/react-native-maps/issues/4442)
* **ios:** add header paths required for use_frameworks compilation ([e98be83](https://github.com/react-native-maps/react-native-maps/commit/e98be837ab256c6b7f593182e754579779aebd92)), closes [/github.com/react-native-maps/react-native-maps/discussions/4389#discussioncomment-3658882](https://github.com//github.com/react-native-maps/react-native-maps/discussions/4389/issues/discussioncomment-3658882)

## [1.3.2-beta.2](https://github.com/react-native-maps/react-native-maps/compare/v1.3.2-beta.1...v1.3.2-beta.2) (2022-09-21)


3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -5,12 +5,13 @@
"main": "lib/index.js",
"author": "Leland Richardson <leland.m.richardson@gmail.com>",
"homepage": "https://github.com/react-native-maps/react-native-maps#readme",
"version": "1.3.2-beta.2",
"version": "1.3.2",
"license": "MIT",
"scripts": {
"lint": "eslint . --max-warnings 0",
"tscheck": "tsc --noEmit",
"build": "tsc --project tsconfig.build.json",
"postinstall": "tsc --project tsconfig.build.json",
"test": "jest",
"prepare": "husky install",
"release": "semantic-release",