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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmarshall committed Feb 28, 2023
1 parent 8297737 commit da479ac
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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.0.0",
"version": "0.3.0",
"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.0.0",
"version": "0.3.0",
"packageManager": "yarn@3.4.1",
"dependencies": {
"@supaglue/core": "workspace:*",
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.0.0",
"version": "0.3.0",
"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.0.0",
"version": "0.3.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.0.0",
"version": "0.3.0",
"private": true,
"packageManager": "yarn@3.4.1",
"dependencies": {
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.0.0",
"version": "0.3.0",
"scripts": {
"generate": "tsx scripts/generate_typescript_from_openapi.ts ../../openapi/crm/openapi.bundle.json gen/crm.ts"
},
Expand Down

1 comment on commit da479ac

@vercel
Copy link

@vercel vercel bot commented on da479ac Feb 28, 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.