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

Commit

Permalink
chore: release 0.25.7 (#2080)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmarshall committed Feb 12, 2024
1 parent 6b8958a commit 0a2cecc
Show file tree
Hide file tree
Showing 505 changed files with 360 additions and 349 deletions.
11 changes: 11 additions & 0 deletions .yarn/versions/3fe3ff88.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
undecided:
- supaglue
- api
- mgmt-ui
- sync-worker
- "@supaglue/core"
- "@supaglue/db"
- "@supaglue/schemas"
- "@supaglue/sync-workflows"
- "@supaglue/types"
- "@supaglue/utils"
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://github.com/supaglue-labs/supaglue/assets/1925713/8cc42b76-0118-40fb-950c
### Run Supaglue locally

```shell
git clone -b v0.25.6 https://github.com/supaglue-labs/supaglue.git && cd supaglue
git clone -b v0.25.7 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.25.6",
"version": "0.25.7",
"private": true,
"packageManager": "yarn@3.4.1",
"type": "commonjs",
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.25.6",
"version": "0.25.7",
"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.25.6",
"version": "0.25.7",
"private": true,
"packageManager": "yarn@3.4.1",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/api/v2/actions/actions-api.info.mdx

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

2 changes: 1 addition & 1 deletion docs/docs/api/v2/actions/send-passthrough-request.api.mdx

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

2 changes: 1 addition & 1 deletion docs/docs/api/v2/crm/create-account.api.mdx

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

Loading

0 comments on commit 0a2cecc

Please sign in to comment.