Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 committed Sep 30, 2022
1 parent 010c2e9 commit 35a3722
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "1.4.0",
"version": "1.5.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/api-cache-ioredis/package.json
@@ -1,6 +1,6 @@
{
"name": "@parameter1/omeda-api-cache-ioredis",
"version": "1.3.2",
"version": "1.5.0",
"description": "Provides Redis caching of Omeda API client responses using the `ioredis` package",
"main": "src/index.js",
"author": "Jacob Bare <jacob@parameter1.com>",
Expand All @@ -16,7 +16,7 @@
"test": "yarn lint"
},
"dependencies": {
"@parameter1/omeda-api-client": "^1.3.2",
"@parameter1/omeda-api-client": "^1.5.0",
"ioredis": "^4.28.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@parameter1/omeda-api-client",
"version": "1.3.2",
"version": "1.5.0",
"description": "A NodeJS API client for making requests to Omeda's REST API",
"main": "src/index.js",
"author": "Jacob Bare <jacob@parameter1.com>",
Expand Down
6 changes: 3 additions & 3 deletions services/graphql/package.json
@@ -1,6 +1,6 @@
{
"name": "@parameter1/omeda-graphql-service",
"version": "1.4.0",
"version": "1.5.0",
"description": "A fully-featured GraphQL API server that uses Omeda's REST API and data from MongoDB",
"main": "src/index.js",
"author": "Jacob Bare <jacob@parameter1.com>",
Expand All @@ -20,8 +20,8 @@
"dependencies": {
"@parameter1/graphql-mongodb-pagination": "^2.2.15",
"@parameter1/joi": "^1.2.10",
"@parameter1/omeda-api-cache-ioredis": "^1.3.2",
"@parameter1/omeda-api-client": "^1.3.2",
"@parameter1/omeda-api-cache-ioredis": "^1.5.0",
"@parameter1/omeda-api-client": "^1.5.0",
"@parameter1/omeda-mongodb": "^1.3.0",
"@parameter1/terminus": "^1.10.0",
"@parameter1/utils": "^1.1.24",
Expand Down

0 comments on commit 35a3722

Please sign in to comment.