Skip to content

Commit

Permalink
🔖 release publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Sep 7, 2023
1 parent e32508e commit 189a0ea
Show file tree
Hide file tree
Showing 12 changed files with 80 additions and 15 deletions.
12 changes: 12 additions & 0 deletions packages/amap-loca/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.

# 0.1.0 (2023-09-07)


### Features

* **loca:** add PulseLinkLayer ([e5fda7e](https://github.com/pansyjs/react-amap/commit/e5fda7ef0b38d2d8a628f09647e9a3d4368fdaf0))
* **react-amap-loca:** add useLoca、Loca、ScatterLayer ([c7c419b](https://github.com/pansyjs/react-amap/commit/c7c419b23b5c893bfb7ff15ae88a22118acaae4a))
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.0.0",
"version": "0.1.0",
"files": [
"es",
"lib"
Expand All @@ -17,8 +17,8 @@
"@pansy/react-amap": "^2"
},
"dependencies": {
"@pansy/amap-types": "^2.17.3",
"@pansy/react-amap-core": "^1.3.8"
"@pansy/amap-types": "2.18.0",
"@pansy/react-amap-core": "1.3.9"
},
"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.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





## [2.1.17](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2023-06-15)

**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.17",
"version": "2.1.18",
"files": [
"es",
"lib"
Expand All @@ -17,8 +17,8 @@
"@pansy/react-amap": "^2"
},
"dependencies": {
"@pansy/amap-types": "2.17.3",
"@pansy/react-amap-core": "1.3.8"
"@pansy/amap-types": "2.18.0",
"@pansy/react-amap-core": "1.3.9"
},
"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.16.0](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2023-09-07)


### Features

* **react-amap-loca:** add useLoca、Loca、ScatterLayer ([c7c419b](https://github.com/pansyjs/react-amap/commit/c7c419b23b5c893bfb7ff15ae88a22118acaae4a))





## [2.15.7](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2023-06-15)

**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.15.7",
"version": "2.16.0",
"files": [
"es",
"lib"
Expand All @@ -14,9 +14,9 @@
"sideEffects": false,
"license": "MIT",
"dependencies": {
"@pansy/amap-api-loader": "0.4.4",
"@pansy/amap-types": "2.17.3",
"@pansy/react-amap-core": "1.3.8",
"@pansy/amap-api-loader": "0.4.5",
"@pansy/amap-types": "2.18.0",
"@pansy/react-amap-core": "1.3.9",
"@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.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





## [0.4.4](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2023-06-15)

**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.4",
"version": "0.4.5",
"files": [
"es",
"lib"
Expand All @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"@pansy/amap-types": "2.17.3"
"@pansy/amap-types": "2.18.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.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





## [1.3.8](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2023-06-15)

**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.8",
"version": "1.3.9",
"files": [
"es",
"lib"
Expand All @@ -14,7 +14,7 @@
},
"sideEffects": false,
"dependencies": {
"@pansy/amap-types": "2.17.3"
"@pansy/amap-types": "2.18.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
18 changes: 18 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
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-09-07)


### Bug Fixes

* 修复类型报错 ([c1f11a9](https://github.com/pansyjs/react-amap/commit/c1f11a99f3804fa45292b47dad748c3ecf913c7a))
* **amap-types:** 类型定义错误 ([5f4b48b](https://github.com/pansyjs/react-amap/commit/5f4b48b25462c4b46f4b554f39b850cbc47d58a8))


### Features

* **loca:** add PulseLinkLayer ([e5fda7e](https://github.com/pansyjs/react-amap/commit/e5fda7ef0b38d2d8a628f09647e9a3d4368fdaf0))
* **react-amap-loca:** add useLoca、Loca、ScatterLayer ([c7c419b](https://github.com/pansyjs/react-amap/commit/c7c419b23b5c893bfb7ff15ae88a22118acaae4a))





## [2.17.3](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2023-06-15)


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

0 comments on commit 189a0ea

Please sign in to comment.