Skip to content

Commit

Permalink
🔖 release publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Nov 21, 2023
1 parent c40d94d commit 5d6c1fc
Show file tree
Hide file tree
Showing 12 changed files with 69 additions and 15 deletions.
8 changes: 8 additions & 0 deletions packages/amap-loca/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.1.3](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2023-11-21)

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





## [0.1.2](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2023-11-16)


Expand Down
6 changes: 3 additions & 3 deletions packages/amap-loca/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pansy/react-amap-loca",
"version": "0.1.2",
"version": "0.1.3",
"files": [
"es",
"lib"
Expand All @@ -17,8 +17,8 @@
"@pansy/react-amap": "^2"
},
"dependencies": {
"@pansy/amap-types": "2.18.0",
"@pansy/react-amap-core": "1.3.9"
"@pansy/amap-types": "2.19.0",
"@pansy/react-amap-core": "1.3.10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
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.19](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2023-11-21)

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





## [2.1.18](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2023-09-07)

**Note:** Version bump only for package @pansy/react-amap-ui
Expand Down
6 changes: 3 additions & 3 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.18",
"version": "2.1.19",
"files": [
"es",
"lib"
Expand All @@ -17,8 +17,8 @@
"@pansy/react-amap": "^2"
},
"dependencies": {
"@pansy/amap-types": "2.18.0",
"@pansy/react-amap-core": "1.3.9"
"@pansy/amap-types": "2.19.0",
"@pansy/react-amap-core": "1.3.10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
11 changes: 11 additions & 0 deletions packages/amap/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.

# [2.18.0](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2023-11-21)


### Features

* **map:** add WebGLParams ([c40d94d](https://github.com/pansyjs/react-amap/commit/c40d94d4ebc5cc0e397954027e27f83242ec6d63))





# [2.17.0](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2023-11-16)


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.17.0",
"version": "2.18.0",
"files": [
"es",
"lib"
Expand All @@ -14,9 +14,9 @@
"sideEffects": false,
"license": "MIT",
"dependencies": {
"@pansy/amap-api-loader": "0.4.5",
"@pansy/amap-types": "2.18.0",
"@pansy/react-amap-core": "1.3.9",
"@pansy/amap-api-loader": "0.4.6",
"@pansy/amap-types": "2.19.0",
"@pansy/react-amap-core": "1.3.10",
"@pansy/use-portal": "^0.2.0"
},
"publishConfig": {
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.4.6](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2023-11-21)

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





## [0.4.5](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2023-09-07)

**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.4.5",
"version": "0.4.6",
"files": [
"es",
"lib"
Expand All @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"@pansy/amap-types": "2.18.0"
"@pansy/amap-types": "2.19.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.

## [1.3.10](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2023-11-21)

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





## [1.3.9](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2023-09-07)

**Note:** Version bump only for package @pansy/react-amap-core
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.3.9",
"version": "1.3.10",
"files": [
"es",
"lib"
Expand All @@ -14,7 +14,7 @@
},
"sideEffects": false,
"dependencies": {
"@pansy/amap-types": "2.18.0"
"@pansy/amap-types": "2.19.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
11 changes: 11 additions & 0 deletions packages/types/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.

# [2.19.0](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2023-11-21)


### Features

* **map:** add WebGLParams ([c40d94d](https://github.com/pansyjs/react-amap/commit/c40d94d4ebc5cc0e397954027e27f83242ec6d63))





# [2.18.0](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2023-09-07)


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.18.0",
"version": "2.19.0",
"main": "index.js",
"types": "index.d.ts",
"files": [
Expand Down

0 comments on commit 5d6c1fc

Please sign in to comment.