Skip to content

Commit 18c0d1e

Browse files
committed
v1.2.1
1 parent 20015d8 commit 18c0d1e

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"packages/*"
44
],
55
"useWorkspaces": true,
6-
"version": "1.2.0",
6+
"version": "1.2.1",
77
"lerna": "2.8.0"
88
}

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/features/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ogcapi-js/features",
3-
"version": "1.1.1",
3+
"version": "1.2.1",
44
"description": "A javascript library for OGC API - Features",
55
"author": "Haoliang Yu <[email protected]>",
66
"homepage": "https://github.com/haoliangyu/ogcapi-js#readme",
@@ -31,10 +31,10 @@
3131
"url": "https://github.com/haoliangyu/ogcapi-js/issues"
3232
},
3333
"dependencies": {
34-
"@ogcapi-js/shared": "^1.1.1"
34+
"@ogcapi-js/shared": "^1.2.1"
3535
},
3636
"devDependencies": {
37-
"@ogcapi-js/test-utils": "^1.0.0",
37+
"@ogcapi-js/test-utils": "^1.2.1",
3838
"@types/geojson": "^7946.0.7",
3939
"@types/jest": "^26.0.20",
4040
"@types/json-schema": "^7.0.9",

packages/processes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ogcapi-js/processes",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "A javascript library for OGC API - Processes",
55
"author": "Haoliang Yu <[email protected]>",
66
"contributors": [],
@@ -32,7 +32,7 @@
3232
"url": "https://github.com/haoliangyu/ogcapi-js/issues"
3333
},
3434
"dependencies": {
35-
"@ogcapi-js/shared": "^1.1.1"
35+
"@ogcapi-js/shared": "^1.2.1"
3636
},
3737
"devDependencies": {
3838
"@types/jest": "^26.0.20",

packages/shared/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ogcapi-js/shared",
3-
"version": "1.1.1",
3+
"version": "1.2.1",
44
"description": "A shared javascript library used by ogcapi-js packages",
55
"author": "Haoliang Yu <[email protected]>",
66
"contributors": [],
@@ -32,7 +32,7 @@
3232
"url": "https://github.com/haoliangyu/ogcapi-js/issues"
3333
},
3434
"devDependencies": {
35-
"@ogcapi-js/test-utils": "^1.0.0",
35+
"@ogcapi-js/test-utils": "^1.2.1",
3636
"@types/jest": "^26.0.20",
3737
"@types/node": "^14.14.25",
3838
"lint-staged": "^10.5.4",

packages/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ogcapi-js/test-utils",
3-
"version": "1.0.0",
3+
"version": "1.2.1",
44
"private": true,
55
"description": "A javascript library used by ogcapi-js packages in tests",
66
"author": "Haoliang Yu <[email protected]>",

0 commit comments

Comments
 (0)