Skip to content

Commit 5d6c1fc

Browse files
committed
🔖 release publish
- @pansy/react-amap-loca@0.1.3 - @pansy/react-amap-ui@2.1.19 - @pansy/react-amap@2.18.0 - @pansy/amap-api-loader@0.4.6 - @pansy/react-amap-core@1.3.10 - @pansy/amap-types@2.19.0
1 parent c40d94d commit 5d6c1fc

12 files changed

Lines changed: 69 additions & 15 deletions

File tree

packages/amap-loca/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.1.3](https://github.com/pansyjs/react-amap/compare/@pansy/react-amap-loca@0.1.2...@pansy/react-amap-loca@0.1.3) (2023-11-21)
7+
8+
**Note:** Version bump only for package @pansy/react-amap-loca
9+
10+
11+
12+
13+
614
## [0.1.2](https://github.com/pansyjs/react-amap/compare/@pansy/react-amap-loca@0.1.1...@pansy/react-amap-loca@0.1.2) (2023-11-16)
715

816

packages/amap-loca/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-loca",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"files": [
55
"es",
66
"lib"
@@ -17,8 +17,8 @@
1717
"@pansy/react-amap": "^2"
1818
},
1919
"dependencies": {
20-
"@pansy/amap-types": "2.18.0",
21-
"@pansy/react-amap-core": "1.3.9"
20+
"@pansy/amap-types": "2.19.0",
21+
"@pansy/react-amap-core": "1.3.10"
2222
},
2323
"publishConfig": {
2424
"registry": "https://registry.npmjs.org",

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.19](https://github.com/pansyjs/react-amap/compare/@pansy/react-amap-ui@2.1.18...@pansy/react-amap-ui@2.1.19) (2023-11-21)
7+
8+
**Note:** Version bump only for package @pansy/react-amap-ui
9+
10+
11+
12+
13+
614
## [2.1.18](https://github.com/pansyjs/react-amap/compare/@pansy/react-amap-ui@2.1.17...@pansy/react-amap-ui@2.1.18) (2023-09-07)
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.18",
3+
"version": "2.1.19",
44
"files": [
55
"es",
66
"lib"
@@ -17,8 +17,8 @@
1717
"@pansy/react-amap": "^2"
1818
},
1919
"dependencies": {
20-
"@pansy/amap-types": "2.18.0",
21-
"@pansy/react-amap-core": "1.3.9"
20+
"@pansy/amap-types": "2.19.0",
21+
"@pansy/react-amap-core": "1.3.10"
2222
},
2323
"publishConfig": {
2424
"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.18.0](https://github.com/pansyjs/react-amap/compare/@pansy/react-amap@2.17.0...@pansy/react-amap@2.18.0) (2023-11-21)
7+
8+
9+
### Features
10+
11+
* **map:** add WebGLParams ([c40d94d](https://github.com/pansyjs/react-amap/commit/c40d94d4ebc5cc0e397954027e27f83242ec6d63))
12+
13+
14+
15+
16+
617
# [2.17.0](https://github.com/pansyjs/react-amap/compare/@pansy/react-amap@2.16.0...@pansy/react-amap@2.17.0) (2023-11-16)
718

819

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.17.0",
3+
"version": "2.18.0",
44
"files": [
55
"es",
66
"lib"
@@ -14,9 +14,9 @@
1414
"sideEffects": false,
1515
"license": "MIT",
1616
"dependencies": {
17-
"@pansy/amap-api-loader": "0.4.5",
18-
"@pansy/amap-types": "2.18.0",
19-
"@pansy/react-amap-core": "1.3.9",
17+
"@pansy/amap-api-loader": "0.4.6",
18+
"@pansy/amap-types": "2.19.0",
19+
"@pansy/react-amap-core": "1.3.10",
2020
"@pansy/use-portal": "^0.2.0"
2121
},
2222
"publishConfig": {

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.4.6](https://github.com/pansyjs/react-amap/compare/@pansy/amap-api-loader@0.4.5...@pansy/amap-api-loader@0.4.6) (2023-11-21)
7+
8+
**Note:** Version bump only for package @pansy/amap-api-loader
9+
10+
11+
12+
13+
614
## [0.4.5](https://github.com/pansyjs/react-amap/compare/@pansy/amap-api-loader@0.4.4...@pansy/amap-api-loader@0.4.5) (2023-09-07)
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.4.5",
3+
"version": "0.4.6",
44
"files": [
55
"es",
66
"lib"
@@ -13,7 +13,7 @@
1313
},
1414
"license": "MIT",
1515
"dependencies": {
16-
"@pansy/amap-types": "2.18.0"
16+
"@pansy/amap-types": "2.19.0"
1717
},
1818
"publishConfig": {
1919
"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.3.10](https://github.com/pansyjs/react-amap/compare/@pansy/react-amap-core@1.3.9...@pansy/react-amap-core@1.3.10) (2023-11-21)
7+
8+
**Note:** Version bump only for package @pansy/react-amap-core
9+
10+
11+
12+
13+
614
## [1.3.9](https://github.com/pansyjs/react-amap/compare/@pansy/react-amap-core@1.3.8...@pansy/react-amap-core@1.3.9) (2023-09-07)
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.3.9",
3+
"version": "1.3.10",
44
"files": [
55
"es",
66
"lib"
@@ -14,7 +14,7 @@
1414
},
1515
"sideEffects": false,
1616
"dependencies": {
17-
"@pansy/amap-types": "2.18.0"
17+
"@pansy/amap-types": "2.19.0"
1818
},
1919
"publishConfig": {
2020
"registry": "https://registry.npmjs.org",

0 commit comments

Comments
 (0)