Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haoliangyu committed Nov 8, 2023
1 parent 9b4ef06 commit 0facd01
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 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": "0.5.0",
"version": "1.0.0",
"lerna": "2.8.0"
}
24 changes: 12 additions & 12 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/features/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogcapi-js/features",
"version": "0.5.0",
"version": "1.0.0",
"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,10 +31,10 @@
"url": "https://github.com/haoliangyu/ogcapi-js/issues"
},
"dependencies": {
"@ogcapi-js/shared": "^0.5.0"
"@ogcapi-js/shared": "^1.0.0"
},
"devDependencies": {
"@ogcapi-js/test-utils": "^0.5.0",
"@ogcapi-js/test-utils": "^1.0.0",
"@types/geojson": "^7946.0.7",
"@types/jest": "^26.0.20",
"@types/json-schema": "^7.0.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/processes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogcapi-js/processes",
"version": "0.5.0",
"version": "1.0.0",
"description": "A javascript library for OGC API - Processes",
"author": "Haoliang Yu <[email protected]>",
"contributors": [],
Expand Down Expand Up @@ -32,12 +32,12 @@
"url": "https://github.com/haoliangyu/ogcapi-js/issues"
},
"dependencies": {
"@ogcapi-js/shared": "^0.5.0"
"@ogcapi-js/shared": "^1.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node": "^14.14.25",
"@types/json-schema": "^7.0.9",
"@types/node": "^14.14.25",
"lint-staged": "^10.5.4",
"tsdx": "^0.14.1",
"tslib": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogcapi-js/shared",
"version": "0.5.0",
"version": "1.0.0",
"description": "A shared javascript library used by ogcapi-js packages",
"author": "Haoliang Yu <[email protected]>",
"contributors": [],
Expand Down Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/haoliangyu/ogcapi-js/issues"
},
"devDependencies": {
"@ogcapi-js/test-utils": "^0.5.0",
"@ogcapi-js/test-utils": "^1.0.0",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.25",
"lint-staged": "^10.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogcapi-js/test-utils",
"version": "0.5.0",
"version": "1.0.0",
"private": true,
"description": "A javascript library used by ogcapi-js packages in tests",
"author": "Haoliang Yu <[email protected]>",
Expand Down

0 comments on commit 0facd01

Please sign in to comment.