Skip to content

Commit 5183e81

Browse files
committed
release publish
- @pansy/react-amap-ui@2.1.6 - @pansy/react-amap@2.12.3 - @pansy/amap-api-loader@0.3.11 - @pansy/react-amap-core@1.2.6 - @pansy/amap-types@2.16.2
1 parent 76d3b01 commit 5183e81

File tree

10 files changed

+52
-12
lines changed

10 files changed

+52
-12
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.6](https://github.com/pansyjs/react-amap/compare/@pansy/react-amap-ui@2.1.5...@pansy/react-amap-ui@2.1.6) (2021-12-04)
7+
8+
**Note:** Version bump only for package @pansy/react-amap-ui
9+
10+
11+
12+
13+
614
## [2.1.5](https://github.com/pansyjs/react-amap/compare/@pansy/react-amap-ui@2.1.4...@pansy/react-amap-ui@2.1.5) (2021-11-26)
715

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

packages/amap-ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pansy/react-amap-ui",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"files": [
55
"es",
66
"lib"
@@ -13,8 +13,8 @@
1313
"@pansy/react-amap": ">2"
1414
},
1515
"dependencies": {
16-
"@pansy/amap-types": "2.16.1",
17-
"@pansy/react-amap-core": "1.2.5"
16+
"@pansy/amap-types": "2.16.2",
17+
"@pansy/react-amap-core": "1.2.6"
1818
},
1919
"publishConfig": {
2020
"registry": "https://registry.npmjs.org",

packages/amap/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.12.3](https://github.com/pansyjs/react-amap/compare/@pansy/react-amap@2.12.2...@pansy/react-amap@2.12.3) (2021-12-04)
7+
8+
**Note:** Version bump only for package @pansy/react-amap
9+
10+
11+
12+
13+
614
## [2.12.2](https://github.com/pansyjs/react-amap/compare/@pansy/react-amap@2.12.1...@pansy/react-amap@2.12.2) (2021-11-26)
715

816
**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.12.2",
3+
"version": "2.12.3",
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.10",
14-
"@pansy/amap-types": "2.16.1",
15-
"@pansy/react-amap-core": "1.2.5"
13+
"@pansy/amap-api-loader": "0.3.11",
14+
"@pansy/amap-types": "2.16.2",
15+
"@pansy/react-amap-core": "1.2.6"
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.11](https://github.com/pansyjs/react-amap/compare/@pansy/amap-api-loader@0.3.10...@pansy/amap-api-loader@0.3.11) (2021-12-04)
7+
8+
**Note:** Version bump only for package @pansy/amap-api-loader
9+
10+
11+
12+
13+
614
## [0.3.10](https://github.com/pansyjs/react-amap/compare/@pansy/amap-api-loader@0.3.9...@pansy/amap-api-loader@0.3.10) (2021-11-26)
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.10",
3+
"version": "0.3.11",
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.16.1"
13+
"@pansy/amap-types": "2.16.2"
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.6](https://github.com/pansyjs/react-amap/compare/@pansy/react-amap-core@1.2.5...@pansy/react-amap-core@1.2.6) (2021-12-04)
7+
8+
**Note:** Version bump only for package @pansy/react-amap-core
9+
10+
11+
12+
13+
614
## [1.2.5](https://github.com/pansyjs/react-amap/compare/@pansy/react-amap-core@1.2.4...@pansy/react-amap-core@1.2.5) (2021-11-26)
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.5",
3+
"version": "1.2.6",
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.16.1"
13+
"@pansy/amap-types": "2.16.2"
1414
},
1515
"publishConfig": {
1616
"registry": "https://registry.npmjs.org",

packages/types/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.16.2](https://github.com/pansyjs/react-amap/compare/@pansy/amap-types@2.16.1...@pansy/amap-types@2.16.2) (2021-12-04)
7+
8+
**Note:** Version bump only for package @pansy/amap-types
9+
10+
11+
12+
13+
614
## [2.16.1](https://github.com/pansyjs/react-amap/compare/@pansy/amap-types@2.16.0...@pansy/amap-types@2.16.1) (2021-11-26)
715

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

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.16.1",
3+
"version": "2.16.2",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)