Skip to content

Commit

Permalink
🔖 release publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Oct 16, 2022
1 parent 5a79843 commit f815775
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 12 deletions.
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.12](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-10-16)

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





## [2.1.11](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-09-23)


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.11",
"version": "2.1.12",
"files": [
"es",
"lib"
Expand All @@ -16,8 +16,8 @@
"@pansy/react-amap": ">2"
},
"dependencies": {
"@pansy/amap-types": "2.17.0",
"@pansy/react-amap-core": "1.3.4"
"@pansy/amap-types": "2.17.1",
"@pansy/react-amap-core": "1.3.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
8 changes: 8 additions & 0 deletions packages/amap/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.15.2](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-10-16)

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





## [2.15.1](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-10-10)

**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.1",
"version": "2.15.2",
"files": [
"es",
"lib"
Expand All @@ -13,9 +13,9 @@
},
"license": "MIT",
"dependencies": {
"@pansy/amap-api-loader": "0.4.0",
"@pansy/amap-types": "2.17.0",
"@pansy/react-amap-core": "1.3.4",
"@pansy/amap-api-loader": "0.4.1",
"@pansy/amap-types": "2.17.1",
"@pansy/react-amap-core": "1.3.5",
"@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.1](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-10-16)

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





# [0.4.0](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-10-10)


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.0",
"version": "0.4.1",
"files": [
"es",
"lib"
Expand All @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"@pansy/amap-types": "2.17.0"
"@pansy/amap-types": "2.17.1"
},
"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.5](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-10-16)

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





## [1.3.4](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-09-23)

**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.4",
"version": "1.3.5",
"files": [
"es",
"lib"
Expand All @@ -13,7 +13,7 @@
"build": "redbud build"
},
"dependencies": {
"@pansy/amap-types": "2.17.0"
"@pansy/amap-types": "2.17.1"
},
"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.17.1](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-10-16)


### Bug Fixes

* **types:** `getImageContent` callback is optional ([063f809](https://github.com/pansyjs/react-amap/commit/063f80974b45ee2ab3d78a001c3542aadc8e8da4))





# [2.17.0](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-08-24)


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

0 comments on commit f815775

Please sign in to comment.