Skip to content

Commit

Permalink
release publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Sep 28, 2021
1 parent f14c091 commit 21b78ac
Show file tree
Hide file tree
Showing 10 changed files with 62 additions and 11 deletions.
12 changes: 12 additions & 0 deletions packages/amap-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.1.0 (2021-09-28)


### Features

* **amap-ui:** PathSimplifier 组件功能实现 ([f14c091](https://github.com/pansyjs/react-amap/commit/f14c091ef12d8b716831d85569ddf6d62738718c))
* **map-ui:** 部分提交 ([2b004ed](https://github.com/pansyjs/react-amap/commit/2b004ed1cf5313860e663f57528e1a86dc77a245))
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.0.0",
"version": "2.1.0",
"files": [
"es",
"lib"
Expand All @@ -13,7 +13,7 @@
"@pansy/react-amap": ">2"
},
"dependencies": {
"@pansy/react-amap-core": "1.1.0"
"@pansy/react-amap-core": "1.2.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
8 changes: 8 additions & 0 deletions packages/amap/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.10.2](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2021-09-28)

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





## [2.10.1](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2021-09-23)

**Note:** Version bump only for package @pansy/react-amap
Expand Down
8 changes: 4 additions & 4 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.10.1",
"version": "2.10.2",
"files": [
"es",
"lib"
Expand All @@ -10,9 +10,9 @@
"types": "es/index.d.ts",
"license": "MIT",
"dependencies": {
"@pansy/amap-api-loader": "0.3.4",
"@pansy/amap-types": "2.11.1",
"@pansy/react-amap-core": "1.1.0"
"@pansy/amap-api-loader": "0.3.5",
"@pansy/amap-types": "2.12.0",
"@pansy/react-amap-core": "1.2.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
8 changes: 8 additions & 0 deletions packages/api-loader/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.

## [0.3.5](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2021-09-28)

**Note:** Version bump only for package @pansy/amap-api-loader





## [0.3.4](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2021-09-23)

**Note:** Version bump only for package @pansy/amap-api-loader
Expand Down
4 changes: 2 additions & 2 deletions packages/api-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pansy/amap-api-loader",
"version": "0.3.4",
"version": "0.3.5",
"files": [
"es",
"lib"
Expand All @@ -10,7 +10,7 @@
"types": "es/index.d.ts",
"license": "MIT",
"dependencies": {
"@pansy/amap-types": "2.11.1"
"@pansy/amap-types": "2.12.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.2.0](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2021-09-28)


### Features

* **core:** add getAMapUI utils ([f8f2c21](https://github.com/pansyjs/react-amap/commit/f8f2c218d211ba7bcf1fc60f7a1fab91e4732d45))





# 1.1.0 (2021-09-23)


Expand Down
4 changes: 2 additions & 2 deletions 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.1.0",
"version": "1.2.0",
"files": [
"es",
"lib"
Expand All @@ -10,7 +10,7 @@
"types": "es/index.d.ts",
"license": "MIT",
"dependencies": {
"@pansy/amap-types": "2.11.1"
"@pansy/amap-types": "2.12.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
12 changes: 12 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.12.0](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2021-09-28)


### Features

* **amap-ui:** PathSimplifier 组件功能实现 ([f14c091](https://github.com/pansyjs/react-amap/commit/f14c091ef12d8b716831d85569ddf6d62738718c))
* **map-ui:** 部分提交 ([2b004ed](https://github.com/pansyjs/react-amap/commit/2b004ed1cf5313860e663f57528e1a86dc77a245))





## [2.11.1](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2021-09-23)

**Note:** Version bump only for package @pansy/amap-types
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pansy/amap-types",
"version": "2.11.1",
"version": "2.12.0",
"main": "index.js",
"types": "index.d.ts",
"files": [
Expand Down

1 comment on commit 21b78ac

@vercel
Copy link

@vercel vercel bot commented on 21b78ac Sep 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.