Skip to content

Commit 2520772

Browse files
brandonrobertsopen-sauced[bot]
authored andcommitted
chore(minor): release 1.66.0 [skip ci]
## [1.66.0](v1.65.0...v1.66.0) (2023-09-28) ### 🍕 Features * add `delete` functionality to list feature ([#1732](#1732)) ([8a3e1da](8a3e1da)) * add feature flag integration ([#1707](#1707)) ([2bfcf4c](2bfcf4c)) * add new`MultiSelect`component to design system ([#1718](#1718)) ([6405b43](6405b43)) * add User Search ([#1678](#1678)) ([008bf88](008bf88)) * create list feature ([#1698](#1698)) ([7adfe94](7adfe94)) ### 🐛 Bug Fixes * adjust button positioning for Firefox compatibility ([#1730](#1730)) ([91389ba](91389ba)) * adjust style to prevent shift ([#1754](#1754)) ([9328ab8](9328ab8)) * allow not onboarded users to interact with `insights` page ([#1722](#1722)) ([b37ce4d](b37ce4d)) * Cherry-pick 🍒 Update X icon ([#1759](#1759)) ([0a43e6a](0a43e6a)) * fix search bar bug ([#1735](#1735)) ([d16e93f](d16e93f)) * fixed a typo in 30 days label ([#1755](#1755)) ([2293dc2](2293dc2)) * make date selector visible on highlight creation ([#1761](#1761)) ([7b4014c](7b4014c)) * update field mapping for contributor lists create ([#1745](#1745)) ([71b704a](71b704a))
1 parent 5e3f273 commit 2520772

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

Diff for: CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@
55

66
> All notable changes to this project will be documented in this file
77
8+
## [1.66.0](https://github.com/open-sauced/insights/compare/v1.65.0...v1.66.0) (2023-09-28)
9+
10+
11+
### 🍕 Features
12+
13+
* add `delete` functionality to list feature ([#1732](https://github.com/open-sauced/insights/issues/1732)) ([8a3e1da](https://github.com/open-sauced/insights/commit/8a3e1da522711ecc300dd86e950b709f12634b2e))
14+
* add feature flag integration ([#1707](https://github.com/open-sauced/insights/issues/1707)) ([2bfcf4c](https://github.com/open-sauced/insights/commit/2bfcf4ccfe6ae5670ca6df4a57b0502e5975c2b3))
15+
* add new`MultiSelect`component to design system ([#1718](https://github.com/open-sauced/insights/issues/1718)) ([6405b43](https://github.com/open-sauced/insights/commit/6405b43e621ce9c154b3fc5831ab3e033e1438d7))
16+
* add User Search ([#1678](https://github.com/open-sauced/insights/issues/1678)) ([008bf88](https://github.com/open-sauced/insights/commit/008bf88142d2360ab3268863c788a9071638dd2f))
17+
* create list feature ([#1698](https://github.com/open-sauced/insights/issues/1698)) ([7adfe94](https://github.com/open-sauced/insights/commit/7adfe949a83c70e4c7f7d00c6f5f20928b8ce9c3))
18+
19+
20+
### 🐛 Bug Fixes
21+
22+
* adjust button positioning for Firefox compatibility ([#1730](https://github.com/open-sauced/insights/issues/1730)) ([91389ba](https://github.com/open-sauced/insights/commit/91389baee556829ed17a175004cb83394c8854dc))
23+
* adjust style to prevent shift ([#1754](https://github.com/open-sauced/insights/issues/1754)) ([9328ab8](https://github.com/open-sauced/insights/commit/9328ab8866efdf10d559d42c2f2268554fab7632))
24+
* allow not onboarded users to interact with `insights` page ([#1722](https://github.com/open-sauced/insights/issues/1722)) ([b37ce4d](https://github.com/open-sauced/insights/commit/b37ce4d6c64c1a360d13273d25957290d9398db5))
25+
* Cherry-pick 🍒 Update X icon ([#1759](https://github.com/open-sauced/insights/issues/1759)) ([0a43e6a](https://github.com/open-sauced/insights/commit/0a43e6aaedb78d9b7b6eff84789d993d0a66c67d))
26+
* fix search bar bug ([#1735](https://github.com/open-sauced/insights/issues/1735)) ([d16e93f](https://github.com/open-sauced/insights/commit/d16e93fc06585f0db735abce9394dd55fc1ce633))
27+
* fixed a typo in 30 days label ([#1755](https://github.com/open-sauced/insights/issues/1755)) ([2293dc2](https://github.com/open-sauced/insights/commit/2293dc2ab85ed3d1c0780a5956289249576698ce))
28+
* make date selector visible on highlight creation ([#1761](https://github.com/open-sauced/insights/issues/1761)) ([7b4014c](https://github.com/open-sauced/insights/commit/7b4014c642d52d033ba8d5f877742829c3fb5fc0))
29+
* update field mapping for contributor lists create ([#1745](https://github.com/open-sauced/insights/issues/1745)) ([71b704a](https://github.com/open-sauced/insights/commit/71b704ad80b4ba4ca064a49c913d0742ff036abc))
30+
831
## [1.66.0-beta.11](https://github.com/open-sauced/insights/compare/v1.66.0-beta.10...v1.66.0-beta.11) (2023-09-28)
932

1033

Diff for: npm-shrinkwrap.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@open-sauced/insights",
33
"description": "🍕The dashboard for open source discovery.",
44
"keywords": [],
5-
"version": "1.66.0-beta.11",
5+
"version": "1.66.0",
66
"author": "Brian Douglas <[email protected]>",
77
"private": true,
88
"license": "Apache 2.0",

0 commit comments

Comments
 (0)