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.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmarshall committed Mar 6, 2023
1 parent 78fe137 commit bb7bd09
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 11 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.2 https://github.com/supaglue-labs/supaglue.git && cd supaglue
git clone -b v0.3.3 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.2",
"version": "0.3.3",
"packageManager": "yarn@3.4.1",
"type": "commonjs",
"dependencies": {
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.2",
"version": "0.3.3",
"packageManager": "yarn@3.4.1",
"dependencies": {
"@supaglue/core": "workspace:*",
Expand Down
12 changes: 10 additions & 2 deletions docs/docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,22 @@ import ThemedImage from '@theme/ThemedImage';

In less than 5 minutes, sync data from HubSpot or Salesforce into Supaglue and query it using a unified API.

<iframe width="640" height="360" src="https://www.loom.com/embed/3461d96c69424e37b72bf71e5768b695?hide_owner=true&hide_share=true&hide_title=true&hideEmbedTopBar=true" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<iframe
width="640"
height="360"
src="https://www.loom.com/embed/3461d96c69424e37b72bf71e5768b695?hide_owner=true&hide_share=true&hide_title=true&hideEmbedTopBar=true"
frameborder="0"
webkitallowfullscreen
mozallowfullscreen
allowfullscreen
></iframe>

## 1. Run Supaglue locally

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.2 https://github.com/supaglue-labs/supaglue.git && cd supaglue
git clone -b v0.3.3 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.2",
"version": "0.3.3",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
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.2",
"version": "0.3.3",
"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.2",
"version": "0.3.3",
"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.2",
"version": "0.3.3",
"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.2",
"version": "0.3.3",
"scripts": {
"generate": "tsx scripts/generate_typescript_from_openapi.ts ../../openapi/crm/openapi.bundle.json gen/crm.ts"
},
Expand Down
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.2",
"version": "0.3.3",
"packageManager": "yarn@3.4.1",
"dependencies": {
"@supaglue/core": "workspace:*",
Expand Down

1 comment on commit bb7bd09

@vercel
Copy link

@vercel vercel bot commented on bb7bd09 Mar 6, 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.