-
-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(minor): release 2.59.0 [skip ci]
## [2.59.0](v2.58.0...v2.59.0) (2024-08-21) ### 🔁 Continuous Integration * improve stability of E2E tests ([#3983](#3983)) ([7668b06](7668b06)) ### 🍕 Features * copy `LotteryFactorChart` as image ([#3987](#3987)) ([fa3255e](fa3255e)) * implement the CopyContainer component for copying it's contents as an image ([#3975](#3975)) ([cee5fa8](cee5fa8)) ### 🐛 Bug Fixes * add tooltip for long titles ([#3969](#3969)) ([e3404df](e3404df)) * adjust workspace upgrade pricing modal ([#3995](#3995)) ([798041a](798041a)) * make timezone optional for onboarding and user settings ([#3972](#3972)) ([f1795a3](f1795a3)) * reverted a file that accidentally went in cee5fa8 ([#3979](#3979)) ([d776a13](d776a13)) * Searching for a user/repository name throws error and crashes page ([#3980](#3980)) ([73f1c2c](73f1c2c)) * update PostHog SDK to latest version (1.152.7) ([#3996](#3996)) ([a5b7f3d](a5b7f3d))
- Loading branch information
1 parent
0d6e5ba
commit bf4f615
Showing
3 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@open-sauced/app", | ||
"description": "🍕The dashboard for open source discovery.", | ||
"keywords": [], | ||
"version": "2.59.0-beta.7", | ||
"version": "2.59.0", | ||
"author": "Brian Douglas <[email protected]>", | ||
"private": true, | ||
"license": "Apache 2.0", | ||
|