Skip to content

Commit 30a990f

Browse files
committed
release publish
- @pansy/react-amap-ui@2.1.2 - @pansy/react-amap@2.11.0 - @pansy/amap-api-loader@0.3.7 - @pansy/react-amap-core@1.2.2 - @pansy/amap-types@2.14.0
1 parent 5ffadf8 commit 30a990f

File tree

10 files changed

+57
-11
lines changed

10 files changed

+57
-11
lines changed

packages/amap-ui/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.1.2](https://github.com/pansyjs/react-amap/compare/@pansy/react-amap-ui@2.1.1...@pansy/react-amap-ui@2.1.2) (2021-10-29)
7+
8+
**Note:** Version bump only for package @pansy/react-amap-ui
9+
10+
11+
12+
13+
614
## [2.1.1](https://github.com/pansyjs/react-amap/compare/@pansy/react-amap-ui@2.1.0...@pansy/react-amap-ui@2.1.1) (2021-10-25)
715

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

packages/amap-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pansy/react-amap-ui",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"files": [
55
"es",
66
"lib"
@@ -13,7 +13,7 @@
1313
"@pansy/react-amap": ">2"
1414
},
1515
"dependencies": {
16-
"@pansy/react-amap-core": "1.2.1"
16+
"@pansy/react-amap-core": "1.2.2"
1717
},
1818
"publishConfig": {
1919
"registry": "https://registry.npmjs.org",

packages/amap/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.11.0](https://github.com/pansyjs/react-amap/compare/@pansy/react-amap@2.10.3...@pansy/react-amap@2.11.0) (2021-10-29)
7+
8+
9+
### Features
10+
11+
* **amap:** add MassMarks component ([942671a](https://github.com/pansyjs/react-amap/commit/942671a562a65425997191ea91dc0563e63445d9))
12+
13+
14+
15+
16+
617
## [2.10.3](https://github.com/pansyjs/react-amap/compare/@pansy/react-amap@2.10.2...@pansy/react-amap@2.10.3) (2021-10-25)
718

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

packages/amap/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pansy/react-amap",
3-
"version": "2.10.3",
3+
"version": "2.11.0",
44
"files": [
55
"es",
66
"lib"
@@ -10,9 +10,9 @@
1010
"types": "es/index.d.ts",
1111
"license": "MIT",
1212
"dependencies": {
13-
"@pansy/amap-api-loader": "0.3.6",
14-
"@pansy/amap-types": "2.13.0",
15-
"@pansy/react-amap-core": "1.2.1"
13+
"@pansy/amap-api-loader": "0.3.7",
14+
"@pansy/amap-types": "2.14.0",
15+
"@pansy/react-amap-core": "1.2.2"
1616
},
1717
"publishConfig": {
1818
"registry": "https://registry.npmjs.org",

packages/api-loader/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.7](https://github.com/pansyjs/react-amap/compare/@pansy/amap-api-loader@0.3.6...@pansy/amap-api-loader@0.3.7) (2021-10-29)
7+
8+
**Note:** Version bump only for package @pansy/amap-api-loader
9+
10+
11+
12+
13+
614
## [0.3.6](https://github.com/pansyjs/react-amap/compare/@pansy/amap-api-loader@0.3.5...@pansy/amap-api-loader@0.3.6) (2021-10-25)
715

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

packages/api-loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pansy/amap-api-loader",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"files": [
55
"es",
66
"lib"
@@ -10,7 +10,7 @@
1010
"types": "es/index.d.ts",
1111
"license": "MIT",
1212
"dependencies": {
13-
"@pansy/amap-types": "2.13.0"
13+
"@pansy/amap-types": "2.14.0"
1414
},
1515
"publishConfig": {
1616
"registry": "https://registry.npmjs.org",

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.2](https://github.com/pansyjs/react-amap/compare/@pansy/react-amap-core@1.2.1...@pansy/react-amap-core@1.2.2) (2021-10-29)
7+
8+
**Note:** Version bump only for package @pansy/react-amap-core
9+
10+
11+
12+
13+
614
## [1.2.1](https://github.com/pansyjs/react-amap/compare/@pansy/react-amap-core@1.2.0...@pansy/react-amap-core@1.2.1) (2021-10-25)
715

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

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pansy/react-amap-core",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"files": [
55
"es",
66
"lib"
@@ -10,7 +10,7 @@
1010
"types": "es/index.d.ts",
1111
"license": "MIT",
1212
"dependencies": {
13-
"@pansy/amap-types": "2.13.0"
13+
"@pansy/amap-types": "2.14.0"
1414
},
1515
"publishConfig": {
1616
"registry": "https://registry.npmjs.org",

packages/types/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.14.0](https://github.com/pansyjs/react-amap/compare/@pansy/amap-types@2.13.0...@pansy/amap-types@2.14.0) (2021-10-29)
7+
8+
9+
### Features
10+
11+
* **amap:** add MassMarks component ([942671a](https://github.com/pansyjs/react-amap/commit/942671a562a65425997191ea91dc0563e63445d9))
12+
13+
14+
15+
16+
617
# [2.13.0](https://github.com/pansyjs/react-amap/compare/@pansy/amap-types@2.12.0...@pansy/amap-types@2.13.0) (2021-10-25)
718

819

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pansy/amap-types",
3-
"version": "2.13.0",
3+
"version": "2.14.0",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)