Skip to content

Commit

Permalink
chore(minor): release 2.59.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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
brandonroberts authored and open-sauced[bot] committed Aug 21, 2024
1 parent 0d6e5ba commit bf4f615
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@

> All notable changes to this project will be documented in this file

## [2.59.0](https://github.com/open-sauced/app/compare/v2.58.0...v2.59.0) (2024-08-21)


### 🔁 Continuous Integration

* improve stability of E2E tests ([#3983](https://github.com/open-sauced/app/issues/3983)) ([7668b06](https://github.com/open-sauced/app/commit/7668b06c89f7d776cefeca7f0cc5361479294f3b))


### 🍕 Features

* copy `LotteryFactorChart` as image ([#3987](https://github.com/open-sauced/app/issues/3987)) ([fa3255e](https://github.com/open-sauced/app/commit/fa3255e7246fe64bec2311eaa35bdc5763d1b9d5))
* implement the CopyContainer component for copying it's contents as an image ([#3975](https://github.com/open-sauced/app/issues/3975)) ([cee5fa8](https://github.com/open-sauced/app/commit/cee5fa8d1c65b5f296a362de72b5f0b1111373d1))


### 🐛 Bug Fixes

* add tooltip for long titles ([#3969](https://github.com/open-sauced/app/issues/3969)) ([e3404df](https://github.com/open-sauced/app/commit/e3404dfb0301c0d1b0e6377b93af87d430615f34))
* adjust workspace upgrade pricing modal ([#3995](https://github.com/open-sauced/app/issues/3995)) ([798041a](https://github.com/open-sauced/app/commit/798041a5b8d153957bf966e9df48f306dd693525))
* make timezone optional for onboarding and user settings ([#3972](https://github.com/open-sauced/app/issues/3972)) ([f1795a3](https://github.com/open-sauced/app/commit/f1795a3320f88f8a840b82b22529170b760a6589))
* reverted a file that accidentally went in cee5fa8d ([#3979](https://github.com/open-sauced/app/issues/3979)) ([d776a13](https://github.com/open-sauced/app/commit/d776a13e2d159d24ffd7d7424abb5d434f7306e4))
* Searching for a user/repository name throws error and crashes page ([#3980](https://github.com/open-sauced/app/issues/3980)) ([73f1c2c](https://github.com/open-sauced/app/commit/73f1c2c43a0a1cf7017c2747ca358c04a4f7b87e))
* update PostHog SDK to latest version (1.152.7) ([#3996](https://github.com/open-sauced/app/issues/3996)) ([a5b7f3d](https://github.com/open-sauced/app/commit/a5b7f3d2a140adf55a2272583c501a490ce9ca93))

## [2.59.0-beta.7](https://github.com/open-sauced/app/compare/v2.59.0-beta.6...v2.59.0-beta.7) (2024-08-21)


Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "@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",
Expand Down

0 comments on commit bf4f615

Please sign in to comment.