Skip to content

Commit

Permalink
released v8.2.0 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 22, 2022
1 parent 8a17366 commit e38a8fd
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 63 deletions.
4 changes: 2 additions & 2 deletions packages/area/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@province-city-china/area",
"version": "8.1.0",
"version": "8.2.0",
"description": "An util to query china province, city and district data. 中华人民共和国国家标准 GB/T 2260 行政区划代码。",
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,6 +43,6 @@
"author": "Kenny Wong <[email protected]>",
"license": "MIT",
"dependencies": {
"@province-city-china/types": "8.1.0"
"@province-city-china/types": "8.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/city/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@province-city-china/city",
"version": "8.1.0",
"version": "8.2.0",
"description": "An util to query china province, city and district data. 中华人民共和国国家标准 GB/T 2260 行政区划代码。",
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,6 +43,6 @@
"author": "Kenny Wong <[email protected]>",
"license": "MIT",
"dependencies": {
"@province-city-china/types": "8.1.0"
"@province-city-china/types": "8.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "province-city-china",
"version": "8.1.0",
"version": "8.2.0",
"description": "An util to query china province, city and district data. 中华人民共和国国家标准 GB/T 2260 行政区划代码。",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/country/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@province-city-china/country",
"version": "8.1.0",
"version": "8.2.0",
"description": "An util to query china province, city and district data. 中华人民共和国国家标准 GB/T 2260 行政区划代码。",
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,6 +43,6 @@
"author": "Kenny Wong <[email protected]>",
"license": "MIT",
"dependencies": {
"@province-city-china/types": "8.1.0"
"@province-city-china/types": "8.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@province-city-china/data",
"version": "8.1.0",
"version": "8.2.0",
"description": "An util to query china province, city and district data. 中华人民共和国国家标准 GB/T 2260 行政区划代码。",
"repository": {
"type": "git",
Expand Down Expand Up @@ -44,6 +44,6 @@
"author": "Kenny Wong <[email protected]>",
"license": "MIT",
"dependencies": {
"@province-city-china/types": "8.1.0"
"@province-city-china/types": "8.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/level/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@province-city-china/level",
"version": "8.1.0",
"version": "8.2.0",
"description": "An util to query china province, city and district data. 中华人民共和国国家标准 GB/T 2260 行政区划代码。",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,6 +42,6 @@
"author": "Kenny Wong <[email protected]>",
"license": "MIT",
"dependencies": {
"@province-city-china/types": "8.1.0"
"@province-city-china/types": "8.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/province/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@province-city-china/province",
"version": "8.1.0",
"version": "8.2.0",
"description": "An util to query china province, city and district data. 中华人民共和国国家标准 GB/T 2260 行政区划代码。",
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,6 +43,6 @@
"author": "Kenny Wong <[email protected]>",
"license": "MIT",
"dependencies": {
"@province-city-china/types": "8.1.0"
"@province-city-china/types": "8.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/town/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@province-city-china/town",
"version": "8.1.0",
"version": "8.2.0",
"description": "An util to query china province, city and district data. 中华人民共和国国家标准 GB/T 2260 行政区划代码。",
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,6 +43,6 @@
"author": "Kenny Wong <[email protected]>",
"license": "MIT",
"dependencies": {
"@province-city-china/types": "8.1.0"
"@province-city-china/types": "8.2.0"
}
}
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": "@province-city-china/types",
"version": "8.1.0",
"version": "8.2.0",
"description": "An util to query china province, city and district data. 中华人民共和国国家标准 GB/T 2260 行政区划代码。",
"typings": "index.d.ts",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@province-city-china/utils",
"version": "8.1.0",
"version": "8.2.0",
"description": "An util to query china province, city and district data. 中华人民共和国国家标准 GB/T 2260 行政区划代码。",
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,6 +41,6 @@
"author": "Kenny Wong <[email protected]>",
"license": "MIT",
"dependencies": {
"@province-city-china/types": "8.1.0"
"@province-city-china/types": "8.2.0"
}
}
45 changes: 0 additions & 45 deletions scripts/index.js

This file was deleted.

0 comments on commit e38a8fd

Please sign in to comment.