Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
chore: version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmarshall committed Mar 17, 2023
1 parent 20b4253 commit 2efdbd3
Show file tree
Hide file tree
Showing 19 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ https://user-images.githubusercontent.com/1925713/223279162-c53ceb43-b51e-4d78-9
### Run Supaglue locally

```shell
git clone -b v0.3.4 https://github.com/supaglue-labs/supaglue.git && cd supaglue
git clone -b v0.4.0 https://github.com/supaglue-labs/supaglue.git && cd supaglue
./scripts/create_quickstart_env.sh
docker compose up
```
Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "0.3.4",
"version": "0.4.0",
"packageManager": "yarn@3.4.1",
"type": "commonjs",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/mgmt-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mgmt-ui",
"version": "0.3.4",
"version": "0.4.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion apps/sync-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sync-worker",
"version": "0.3.4",
"version": "0.4.0",
"packageManager": "yarn@3.4.1",
"dependencies": {
"@sentry/integrations": "^7.43.0",
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-supaglue}

api:
image: supaglue/api:0.3.4
image: supaglue/api:0.4.0
ports:
- '8080:8080'
depends_on:
Expand All @@ -38,7 +38,7 @@ services:
restart: on-failure

sync-worker:
image: supaglue/sync-worker:0.3.4
image: supaglue/sync-worker:0.4.0
depends_on:
postgres:
condition: service_started
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In less than 5 minutes, sync data from HubSpot or Salesforce into Supaglue and q
Clone our repo, run our setup script which will create an `.env` file for this quickstart, and run the Supaglue stack locally using docker compose:

```shell
git clone -b v0.3.4 https://github.com/supaglue-labs/supaglue.git && cd supaglue
git clone -b v0.4.0 https://github.com/supaglue-labs/supaglue.git && cd supaglue
./scripts/create_quickstart_env.sh
docker compose up
```
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.3.4",
"version": "0.4.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.0.1
version: 0.0.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 0.3.4
appVersion: 0.4.0
6 changes: 3 additions & 3 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ syncWorker:
logLevel: 'info'
image:
repository: supaglue/sync-worker
tag: 0.3.5
tag: 0.4.0
pullPolicy: IfNotPresent
metrics:
annotations:
Expand All @@ -28,7 +28,7 @@ management:
frontendUrl: ''
image:
repository: supaglue/mgmt-ui
tag: 0.3.5
tag: 0.4.0
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand All @@ -53,7 +53,7 @@ api:
corsOrigin: ''
image:
repository: supaglue/api
tag: 0.3.5
tag: 0.4.0
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand Down
2 changes: 1 addition & 1 deletion openapi/crm/openapi.bundle.json

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

2 changes: 1 addition & 1 deletion openapi/crm/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
version: 0.3.4
version: 0.4.0
title: Supaglue CRM API
contact:
name: Supaglue
Expand Down
2 changes: 1 addition & 1 deletion openapi/mgmt/openapi.bundle.json

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

2 changes: 1 addition & 1 deletion openapi/mgmt/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
version: 0.3.4
version: 0.4.0
title: Supaglue Management API
contact:
name: Supaglue
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": "supaglue",
"version": "0.3.4",
"version": "0.4.0",
"packageManager": "yarn@3.4.1",
"private": true,
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supaglue/core",
"version": "0.3.4",
"version": "0.4.0",
"private": true,
"index": "dist/index.js",
"types": "index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supaglue/db",
"version": "0.3.4",
"version": "0.4.0",
"private": true,
"packageManager": "yarn@3.4.1",
"index": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supaglue/schemas",
"version": "0.3.4",
"version": "0.4.0",
"scripts": {
"generate": "tsx scripts/generate_typescript_from_openapi.ts ../../openapi/crm/openapi.bundle.json gen/crm.ts && tsx scripts/generate_typescript_from_openapi.ts ../../openapi/mgmt/openapi.bundle.json gen/mgmt.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json

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

2 changes: 1 addition & 1 deletion packages/sync-workflows/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supaglue/sync-workflows",
"version": "0.3.4",
"version": "0.4.0",
"packageManager": "yarn@3.4.1",
"dependencies": {
"@supaglue/core": "workspace:*",
Expand Down

1 comment on commit 2efdbd3

@vercel
Copy link

@vercel vercel bot commented on 2efdbd3 Mar 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.