Skip to content

Commit

Permalink
🔖 release publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Sep 16, 2022
1 parent a323818 commit 0fe3440
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 6 deletions.
8 changes: 8 additions & 0 deletions packages/amap-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.10](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-09-16)

**Note:** Version bump only for package @pansy/react-amap-ui





## [2.1.9](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-08-24)

**Note:** Version bump only for package @pansy/react-amap-ui
Expand Down
4 changes: 2 additions & 2 deletions packages/amap-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pansy/react-amap-ui",
"version": "2.1.9",
"version": "2.1.10",
"files": [
"es",
"lib"
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@pansy/amap-types": "2.17.0",
"@pansy/react-amap-core": "1.3.2"
"@pansy/react-amap-core": "1.3.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
19 changes: 19 additions & 0 deletions packages/amap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.14.0](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-09-16)


### Bug Fixes

* 修复类型报错 ([143aba9](https://github.com/pansyjs/react-amap/commit/143aba93dabfc9e5c97d0b9634291d45ba5e853a))
* **Map:** 修复 react18 严格模式下渲染问题 ([a323818](https://github.com/pansyjs/react-amap/commit/a3238183c4878db5aa2aff249586540b1185362e))


### Features

* **HeatMap:** add zIndex setterMap ([dc14c76](https://github.com/pansyjs/react-amap/commit/dc14c761610cada775e799dc2cbc232a27304a75))
* **InfoWindow:** 优化实现 ([9e66cfb](https://github.com/pansyjs/react-amap/commit/9e66cfbb3ddfe43fdd0a776e2fb2e1ade9136c65))
* **Marker:** 优化实现 ([ccc3eb3](https://github.com/pansyjs/react-amap/commit/ccc3eb346b8ccb20f9debe90cb0aae6b7abcf630))





## [2.13.1](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-08-24)


Expand Down
6 changes: 3 additions & 3 deletions packages/amap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pansy/react-amap",
"version": "2.13.1",
"version": "2.14.0",
"files": [
"es",
"lib"
Expand All @@ -10,10 +10,10 @@
"types": "es/index.d.ts",
"license": "MIT",
"dependencies": {
"@pansy/use-portal": "^0.2.0",
"@pansy/amap-api-loader": "0.3.14",
"@pansy/amap-types": "2.17.0",
"@pansy/react-amap-core": "1.3.2"
"@pansy/react-amap-core": "1.3.3",
"@pansy/use-portal": "^0.2.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.3](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-09-16)


### Bug Fixes

* **Map:** 修复 react18 严格模式下渲染问题 ([a323818](https://github.com/pansyjs/react-amap/commit/a3238183c4878db5aa2aff249586540b1185362e))





## [1.3.2](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-08-24)

**Note:** Version bump only for package @pansy/react-amap-core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pansy/react-amap-core",
"version": "1.3.2",
"version": "1.3.3",
"files": [
"es",
"lib"
Expand Down

0 comments on commit 0fe3440

Please sign in to comment.