Skip to content

Commit

Permalink
misc: Update API and Front image to v0.5.3-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-pochet committed Aug 12, 2022
1 parent 7365763 commit 3db6f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api
2 changes: 1 addition & 1 deletion front
Submodule front updated 45 files
+4 −0 .auto-changelog
+59 −0 .changelog/regular.hbs
+3 −1 .env.sh
+0 −1 .env.template
+2 −0 .eslintrc
+13 −0 .release-it.js
+468 −0 CHANGELOG.md
+4 −3 ditto/base.json
+12 −5 package.json
+4 −1 src/components/addOns/AddOnCodeSnippet.tsx
+5 −2 src/components/billableMetrics/BillableMetricCodeSnippet.tsx
+4 −1 src/components/coupons/CouponCodeSnippet.tsx
+6 −6 src/components/customers/CustomerInvoicesList.tsx
+2 −2 src/components/customers/CustomerItem.tsx
+6 −4 src/components/customers/CustomerMainInfos.tsx
+32 −14 src/components/designSystem/Avatar.tsx
+1 −0 src/components/designSystem/Icon/index.tsx
+5 −4 src/components/designSystem/ShowMoreText.tsx
+23 −26 src/components/designSystem/Skeleton.tsx
+1 −1 src/components/designSystem/Status.tsx
+8 −10 src/components/designSystem/Table/Table.tsx
+2 −1 src/components/form/ComboBox/ComboBoxField.tsx
+102 −33 src/components/form/Radio/Radio.tsx
+2 −3 src/components/form/Radio/RadioField.tsx
+7 −3 src/components/form/TextInput/TextInput.tsx
+3 −2 src/components/plans/ChargeAccordion.tsx
+4 −1 src/components/plans/PlanCodeSnippet.tsx
+8 −2 src/components/plans/PlanForm.tsx
+5 −5 src/core/apolloClient/init.ts
+17 −0 src/core/apolloClient/reactiveVars/envGlobalVar.ts
+1 −0 src/core/apolloClient/reactiveVars/index.ts
+5 −2 src/core/router/index.tsx
+4 −1 src/hooks/core/useInternationalization.ts
+223 −0 src/hooks/ui/__tests__/useListKeyNavigation.test.tsx
+1 −1 src/hooks/ui/useListKeyNavigation.tsx
+5 −2 src/index.js
+3 −2 src/layouts/SideNavLayout.tsx
+4 −2 src/pages/CustomerDetails.tsx
+756 −14 src/pages/__devOnly/DesignSystem.tsx
+4 −2 src/pages/auth/Login.tsx
+3 −3 src/public/icons/forms/radio-checked.svg
+1 −1 src/public/icons/forms/radio.svg
+0 −57 src/styles/muiTheme.ts
+3 −1 webpack.common.js
+1,466 −102 yarn.lock

0 comments on commit 3db6f7a

Please sign in to comment.