Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haoliangyu committed Apr 23, 2024
1 parent 601d70b commit 9c7fc59
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages/*"
],
"useWorkspaces": true,
"version": "1.1.0",
"version": "1.1.1",
"lerna": "2.8.0"
}
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/features/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogcapi-js/features",
"version": "1.1.0",
"version": "1.1.1",
"description": "A javascript library for OGC API - Features",
"author": "Haoliang Yu <[email protected]>",
"homepage": "https://github.com/haoliangyu/ogcapi-js#readme",
Expand Down Expand Up @@ -31,7 +31,7 @@
"url": "https://github.com/haoliangyu/ogcapi-js/issues"
},
"dependencies": {
"@ogcapi-js/shared": "^1.1.0"
"@ogcapi-js/shared": "^1.1.1"
},
"devDependencies": {
"@ogcapi-js/test-utils": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/processes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogcapi-js/processes",
"version": "1.1.0",
"version": "1.1.1",
"description": "A javascript library for OGC API - Processes",
"author": "Haoliang Yu <[email protected]>",
"contributors": [],
Expand Down Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/haoliangyu/ogcapi-js/issues"
},
"dependencies": {
"@ogcapi-js/shared": "^1.1.0"
"@ogcapi-js/shared": "^1.1.1"
},
"devDependencies": {
"@types/jest": "^26.0.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogcapi-js/shared",
"version": "1.1.0",
"version": "1.1.1",
"description": "A shared javascript library used by ogcapi-js packages",
"author": "Haoliang Yu <[email protected]>",
"contributors": [],
Expand Down

0 comments on commit 9c7fc59

Please sign in to comment.