Skip to content

Commit

Permalink
released v8.5.2 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 12, 2022
1 parent 8d58a97 commit 4759b29
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "8.5.1",
"version": "8.5.2",
"packages": [
"packages/*"
]
Expand Down
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.5.1",
"version": "8.5.2",
"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.5.1"
"@province-city-china/types": "8.5.2"
}
}
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.5.1",
"version": "8.5.2",
"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.5.1"
"@province-city-china/types": "8.5.2"
}
}
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.5.1",
"version": "8.5.2",
"description": "An util to query china province, city and district data. 中华人民共和国国家标准 GB/T 2260 行政区划代码。",
"main": "./index.js",
"typings": "./index.d.ts",
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.5.1",
"version": "8.5.2",
"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.5.1"
"@province-city-china/types": "8.5.2"
}
}
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.5.1",
"version": "8.5.2",
"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.5.1"
"@province-city-china/types": "8.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/district-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@province-city-china/district-code",
"version": "8.5.1",
"version": "8.5.2",
"description": "China long distance telephone area code. 中国地区长途电话区号。",
"repository": {
"type": "git",
Expand Down
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.5.1",
"version": "8.5.2",
"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.5.1"
"@province-city-china/types": "8.5.2"
}
}
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.5.1",
"version": "8.5.2",
"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.5.1"
"@province-city-china/types": "8.5.2"
}
}
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.5.1",
"version": "8.5.2",
"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.5.1"
"@province-city-china/types": "8.5.2"
}
}
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.5.1",
"version": "8.5.2",
"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.5.1",
"version": "8.5.2",
"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.5.1"
"@province-city-china/types": "8.5.2"
}
}

0 comments on commit 4759b29

Please sign in to comment.