Skip to content

Commit

Permalink
release publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Sep 23, 2021
1 parent dae150a commit 3b9814e
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 9 deletions.
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.10.1](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2021-09-23)

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





# [2.10.0](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2021-09-22)


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.10.0",
"version": "2.10.1",
"files": [
"es",
"lib"
Expand All @@ -10,9 +10,9 @@
"types": "es/index.d.ts",
"license": "MIT",
"dependencies": {
"@pansy/amap-api-loader": "0.3.3",
"@pansy/amap-types": "2.11.0",
"@pansy/react-amap-core": "1.0.0"
"@pansy/amap-api-loader": "0.3.4",
"@pansy/amap-types": "2.11.1",
"@pansy/react-amap-core": "1.1.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
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.3.4](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2021-09-23)

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





## [0.3.3](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2021-09-22)

**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.3.3",
"version": "0.3.4",
"files": [
"es",
"lib"
Expand All @@ -10,7 +10,7 @@
"types": "es/index.d.ts",
"license": "MIT",
"dependencies": {
"@pansy/amap-types": "2.11.0"
"@pansy/amap-types": "2.11.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2021-09-23)


### Features

* **core:** 提取公用方法和Hooks ([d2b7492](https://github.com/pansyjs/react-amap/commit/d2b749237d699fa2e6db83f011e9a90554b0ab71))
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.0.0",
"version": "1.1.0",
"files": [
"es",
"lib"
Expand All @@ -10,7 +10,7 @@
"types": "es/index.d.ts",
"license": "MIT",
"dependencies": {
"@pansy/amap-types": "2.11.0"
"@pansy/amap-types": "2.11.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
8 changes: 8 additions & 0 deletions packages/types/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.11.1](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2021-09-23)

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





# [2.11.0](https://github.com/pansyjs/react-amap/compare/@pansy/[email protected]...@pansy/[email protected]) (2021-09-22)


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

1 comment on commit 3b9814e

@vercel
Copy link

@vercel vercel bot commented on 3b9814e Sep 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.