Ronald Langeveld
2c1c315016
Bumped Portal version to 2.33.7 ( #17402 )
...
no issue
- bumped portal to a new minor after publishing.
---
<!-- Leave the line below if you'd like GitHub Copilot to generate a
summary from your commit -->
<!--
copilot:summary
-->
### <samp>🤖 Generated by Copilot at 7e70d04</samp>
Updated the portal package to version 2.33.7 with some bug fixes and
improvements. The `apps/portal/package.json` file reflects the new
version number.
2023-07-18 10:37:39 +00:00
Ronald Langeveld
a85d271754
🎨 Added missing translation strings in portal ( #17400 )
...
closes https://github.com/TryGhost/Product/issues/3613
- Strings around the buttons was still hardcoded.
- This replaces them with the `i18n` integration.
<!-- Leave the line below if you'd like GitHub Copilot to generate a
summary from your commit -->
<!--
copilot:summary
-->
### <samp>🤖 Generated by Copilot at 068d0d6</samp>
Added internationalization support to the `ProductsSection` component
using the `t` function and the `Interpolate` component. This enables the
component to display product information in different languages and
currencies.
2023-07-18 11:15:41 +02:00
renovate[bot]
b6439457e6
Update dependency vite-plugin-css-injected-by-js to v3.2.1
2023-07-17 21:42:43 +02:00
renovate[bot]
2f76f07dff
Update dependency vite to v4.4.4
2023-07-14 11:04:59 +02:00
renovate[bot]
eec68d876b
Update sentry-javascript monorepo to v7.58.1
2023-07-13 15:08:54 +02:00
renovate[bot]
873f3f4ae3
Update sentry-javascript monorepo to v7.58.1
2023-07-13 14:07:33 +02:00
Daniel Lockyer
78bc1e7156
Released Portal v2.33.6
2023-07-13 14:05:03 +02:00
renovate[bot]
d1ac5260e3
Update dependency @babel/eslint-parser to v7.22.9
2023-07-13 08:28:35 +02:00
renovate[bot]
672a19f78e
Update sentry-javascript monorepo to v7.58.0
2023-07-13 06:03:29 +02:00
renovate[bot]
bef119fa0f
Update dependency vite to v4.4.3
2023-07-11 17:17:23 +02:00
renovate[bot]
7dce046786
Update Test & linting packages
2023-07-11 15:26:07 +02:00
renovate[bot]
40e616eea8
Update sentry-javascript monorepo to v7.57.0
2023-07-11 12:54:56 +02:00
renovate[bot]
9dd1f97bb0
Update dependency vite to v4.4.2
2023-07-10 18:17:28 +02:00
renovate[bot]
9a5c13309e
Update dependency vitest to v0.33.0
2023-07-10 16:23:32 +02:00
renovate[bot]
cb96ad36bc
Update babel monorepo to v7.22.7
2023-07-10 16:06:41 +02:00
renovate[bot]
0c309454cf
Update dependency @vitejs/plugin-react to v4.0.3
2023-07-10 15:40:54 +02:00
renovate[bot]
ea9cc21a0c
Update dependency @vitejs/plugin-react to v4.0.2
2023-07-10 13:48:58 +02:00
Daniel Lockyer
fb0807c8c5
Prevented git tags from being created for apps
...
refs https://ghost.slack.com/archives/C02G9E68C/p1688983916615989?thread_ts=1687341349.559679&cid=C02G9E68C
- these cause issues with our PR workflow because we can't push tags in
a PR and the commit is rebased onto `main` so the hash changes
- this disables tags for now
2023-07-10 13:09:28 +02:00
renovate[bot]
44d38e4d4e
Update dependency vite-plugin-css-injected-by-js to v3.2.0
2023-07-10 10:29:23 +02:00
renovate[bot]
5fc6659423
Update dependency cross-fetch to v4
2023-07-10 10:19:26 +02:00
Daniel Lockyer
b433686944
Released Portal v2.33.5
2023-07-07 16:12:41 +02:00
Daniel Lockyer
c5aea0caee
Fixed showing name in Portal notification
...
fixes https://github.com/TryGhost/Ghost/issues/17242
- we weren't passing the correct parameter to the translation function,
so the name placeholder wasn't being replaced
2023-07-07 16:12:41 +02:00
renovate[bot]
74f2e08b16
Update dependency vitest to v0.32.4
2023-07-04 12:24:03 +02:00
renovate[bot]
8a4aac0c9f
Update dependency cross-fetch to v3.1.8
2023-07-03 14:31:29 +02:00
renovate[bot]
a04a4293cb
Update dependency vite-plugin-css-injected-by-js to v3.1.2
2023-06-28 16:21:00 +02:00
Daniel Lockyer
549e608b27
Released Portal v2.33.4
2023-06-27 09:26:05 +02:00
Daniel Lockyer
bebf85f84a
Released Portal v2.33.3
2023-06-27 08:22:48 +02:00
Michael Barrett
a79035c2f6
🐛 Fixed portal free trial message incorrectly showing ( #17095 )
...
no issue
Fixed portal free trial message incorrectly showing when signing up for
free. Message was showing due to `pageQuery` erroneously not being
passed down the call stack to `getSiteProducts`
2023-06-22 13:38:33 +01:00
Daniel Lockyer
5c4ef092b6
Updated vitest to v0.32
...
refs https://github.com/TryGhost/Ghost/pull/16949
refs https://github.com/vitest-dev/vitest/releases/tag/v0.32.0
- contains a switch from `@vitest/coverage-c8` to `@vitest/coverage-v8`
as this is now required in 0.32
2023-06-20 14:54:04 +02:00
renovate[bot]
ea3ab6beb6
Update dependency @vitejs/plugin-react to v4.0.1
2023-06-20 08:09:23 +02:00
Daniel Lockyer
e13fcd3272
Released Portal v2.33.2
2023-06-16 13:41:31 +02:00
Daniel Lockyer
f3894d5898
Moved Portal to apps/
...
refs https://github.com/TryGhost/Toolbox/issues/594
- we're moving all the standalone apps to a separate folder to keep them
out of the core code and easier to find
2023-06-16 13:37:58 +02:00