Skip to content

Commit

Permalink
3.3 Release (#3279)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdorn authored Nov 12, 2024
1 parent f8cd61d commit 4c83203
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "growthbook-app",
"repository": "https://github.com/growthbook/growthbook-app.git",
"private": true,
"version": "3.2.0",
"version": "3.3.0",
"scripts": {
"lint": "eslint './**/*.{ts,tsx,js,jsx}' --fix --max-warnings 0 --cache --cache-strategy content",
"lint:ci": "eslint './**/*.{ts,tsx,js,jsx}' --max-warnings 0 --cache --cache-strategy content",
Expand Down
6 changes: 3 additions & 3 deletions packages/front-end/pages/getstarted.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -347,13 +347,13 @@ const GetStartedPage = (): React.ReactElement => {
/>
</a>
<a
href="https://blog.growthbook.io/growthbook-version-3-2/"
href="https://blog.growthbook.io/growthbook-version-3-3/"
target="_blank"
rel="noreferrer"
key="3-2-release"
key="3-3-release"
>
<FeaturedCard
imgUrl={"/images/get-started/thumbnails/3.2-release.svg"}
imgUrl={"/images/get-started/thumbnails/3.3-release.svg"}
lastCard
/>
</a>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4c83203

Please sign in to comment.