Skip to content

Commit

Permalink
Release: 1.0.0-beta.2 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
samjcombs authored Nov 14, 2024
1 parent 8feb61d commit cc65e1f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
5 changes: 3 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"main": "dist/server.js",
"scripts": {
"build": "npx tsc && npm run copy-graphql",
Expand Down Expand Up @@ -93,4 +93,5 @@
"node": "20",
"npm": "10"
}
}
}

4 changes: 2 additions & 2 deletions backend/src/graphql/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ export default class Client {
if (apiKeyEntity) {
_headers = {
..._headers,
'apollographql-client-name': 'explorer',
'apollographql-client-version': '1.0.0',
'apollographql-client-name': 'instant-mock',
'apollographql-client-version': '1.0.0-beta.2',
'X-API-KEY': apiKeyEntity.getDecryptedKey(),
};
}
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"private": true,
"dependencies": {
"@apollo/explorer": "^3.7.0",
Expand Down
5 changes: 2 additions & 3 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
apiVersion: v2
name: instantmock
description: A Helm chart for deploying InstantMock
version: 0.1.0
appVersion: "1.0.0-beta.1"

version: 0.2.0
appVersion: "1.0.0-beta.2"
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
replicaCount: 1
image:
repository: xolvio/instant-mock
tag: 1.0.0-beta.1
tag: 1.0.0-beta.2
pullPolicy: Always
service:
type: ClusterIP
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "instant-mock",
"version": "1.0.0",
"version": "1.0.0-beta.2",
"description": "![instant-mock-screen-cap-final](https://github.com/user-attachments/assets/de0f50d4-5a71-4e5a-b479-37c6cfa0481d)",
"main": "index.js",
"module": true,
Expand Down

0 comments on commit cc65e1f

Please sign in to comment.