Skip to content

Commit

Permalink
chore: version bump for release (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
samjcombs authored Dec 6, 2024
1 parent 13f8108 commit 42ff1d5
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions backend/package-lock.json

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

2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"main": "dist/server.js",
"scripts": {
"build": "rm -rf dist/ && npx tsc && npm run copy-graphql",
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

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

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.3",
"version": "1.0.0-beta.4",
"private": true,
"dependencies": {
"@apollo/explorer": "^3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: instantmock
description: A Helm chart for deploying InstantMock
version: 0.2.0
appVersion: "1.0.0-beta.3"
appVersion: "1.0.0-beta.4"
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.3
tag: 1.0.0-beta.4
pullPolicy: Always
service:
type: ClusterIP
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

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-beta.3",
"version": "1.0.0-beta.4",
"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 42ff1d5

Please sign in to comment.