Skip to content

Commit

Permalink
misc: Bump version to v0.49.0-beta (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-pochet authored Oct 5, 2023
1 parent 2747b04 commit 9b27741
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api
Submodule api updated 177 files
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:

api:
container_name: lago-api
image: getlago/api:v0.48.0-beta
image: getlago/api:v0.49.0-beta
restart: unless-stopped
depends_on:
- db
Expand Down Expand Up @@ -79,7 +79,7 @@ services:

front:
container_name: lago-front
image: getlago/front:v0.48.0-beta
image: getlago/front:v0.49.0-beta
restart: unless-stopped
# Use this command if you want to use SSL with Let's Encrypt
# command: "/bin/sh -c 'while :; do sleep 6h & wait $${!}; nginx -s reload; done & nginx -g \"daemon off;\"'"
Expand Down Expand Up @@ -117,7 +117,7 @@ services:

api-worker:
container_name: lago-worker
image: getlago/api:v0.48.0-beta
image: getlago/api:v0.49.0-beta
restart: unless-stopped
depends_on:
- api
Expand Down Expand Up @@ -155,7 +155,7 @@ services:

api-clock:
container_name: lago-clock
image: getlago/api:v0.48.0-beta
image: getlago/api:v0.49.0-beta
restart: unless-stopped
depends_on:
- api
Expand Down
2 changes: 1 addition & 1 deletion front
Submodule front updated 40 files
+1 −1 cypress/e2e/10-resources/t40-create-plan.cy.ts
+5 −3 cypress/e2e/10-resources/t60-coupons-create-edit-apply.cy.ts
+27 −27 cypress/e2e/t30-create-one-off-invoice.cy.ts
+2 −1 ditto/base.json
+10 −10 package.json
+38 −3 src/components/billableMetrics/BillableMetricCodeSnippet.tsx
+1 −0 src/components/customers/AddCustomerDrawer.tsx
+1 −1 src/components/customers/CustomerCoupons.tsx
+1 −1 src/components/customers/DeleteCustomerDialog.tsx
+9 −3 src/components/customers/usage/CustomerUsageDetailDrawer.tsx
+8 −2 src/components/customers/usage/UsageItem.tsx
+5 −0 src/components/form/TextInput/TextInput.tsx
+10 −0 src/components/form/TextInput/__tests__/FormatValue.test.ts
+35 −8 src/components/invoices/InvoiceCreditNotesTable.tsx
+10 −2 src/components/invoices/InvoiceDetailsTable.tsx
+5 −4 src/components/invoices/InvoiceDetailsTableFeeItem.tsx
+74 −11 src/components/plans/ChargeAccordion.tsx
+6 −1 src/components/plans/ChargesSection.tsx
+2 −0 src/components/plans/__tests__/ChargeAccordion.test.tsx
+1 −0 src/components/settings/EditOrganizationInformationsDialog.tsx
+1 −0 src/components/settings/members/CreateInviteDialog.tsx
+7 −3 src/core/formats/formatInvoiceItemsMap.ts
+1 −0 src/core/serializers/serializePlanInput.ts
+1 −1 src/core/utils/BMGroupUtils.ts
+1 −1 src/formValidation/__tests__/chargeSchemaVolume.test.ts
+65 −28 src/generated/graphql.tsx
+1 −0 src/hooks/__tests__/fixtures.ts
+12 −2 src/hooks/plans/usePlanForm.tsx
+12 −7 src/hooks/useCreateCreditNote.ts
+4 −4 src/pages/CreateCreditNote.tsx
+42 −3 src/pages/CreateInvoice.tsx
+1 −0 src/pages/CreatePlan.tsx
+33 −9 src/pages/CreditNoteDetails.tsx
+1 −0 src/pages/Invitation.tsx
+1 −0 src/pages/auth/ForgotPassword.tsx
+1 −0 src/pages/auth/Login.tsx
+1 −0 src/pages/auth/ResetPassword.tsx
+1 −0 src/pages/auth/SignUp.tsx
+2 −1 src/pages/developers/Webhooks.tsx
+604 −555 yarn.lock

0 comments on commit 9b27741

Please sign in to comment.