Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 2.64.0 #4179

Merged
merged 34 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
cc042cd
chore: update pizza action (#4114)
nickytonline Sep 20, 2024
a7aca60
chore: merge release 2.63.0 (#4116)
brandonroberts Sep 20, 2024
84e9363
chore: update repository codeowners (#4115)
github-actions[bot] Sep 20, 2024
c7090ee
chore: update repository codeowners (#4119)
github-actions[bot] Sep 24, 2024
25c0b76
chore: update pizza action version (#4122)
AlexVCS Sep 24, 2024
6124086
chore: add eslint jsx a11y package (#4118)
FatumaA Sep 24, 2024
f54d043
chore: now hot.opensauced.pizza/* redirects to app.opensauced.pizza/e…
nickytonline Sep 26, 2024
e3f8db3
fix: throw errors on insight creation failure (#4145)
zeucapua Sep 30, 2024
09c2989
chore(patch): release 2.63.1-beta.1 on beta channel [skip ci]
zeucapua Sep 30, 2024
99b6e5b
chore: update repository codeowners (#4147)
github-actions[bot] Oct 3, 2024
d87b37e
feat: download `ContributorsTable` data as JSON/CSV (#4151)
zeucapua Oct 3, 2024
5a168c0
chore(minor): release 2.64.0-beta.1 on beta channel [skip ci]
zeucapua Oct 3, 2024
31cd4f9
chore: update repository codeowners (#4154)
github-actions[bot] Oct 7, 2024
7b48770
fix: use a tags instead of link tags (#4158)
Bashamega Oct 10, 2024
d75dc77
chore(patch): release 2.64.0-beta.2 on beta channel [skip ci]
Bashamega Oct 10, 2024
e576210
chore: update repository codeowners (#4164)
github-actions[bot] Oct 15, 2024
f15764a
fix: a11y rule "iframe-has-title" fails with a warning. (#4162)
Bashamega Oct 15, 2024
a79af85
chore(patch): release 2.64.0-beta.3 on beta channel [skip ci]
Bashamega Oct 15, 2024
4d26abc
fix: a11y rule "no-noninteractive-element-interactions" (#4163)
Dun-sin Oct 16, 2024
0e52d57
chore(patch): release 2.64.0-beta.4 on beta channel [skip ci]
Dun-sin Oct 16, 2024
898d889
feat: removed payments and limits (#4171)
nickytonline Oct 16, 2024
d4399cf
chore(minor): release 2.64.0-beta.5 on beta channel [skip ci]
nickytonline Oct 16, 2024
ee12474
fix: fixed changing workspaces visibility regression (#4172)
nickytonline Oct 17, 2024
ffa5d33
chore(patch): release 2.64.0-beta.6 on beta channel [skip ci]
nickytonline Oct 17, 2024
da975d7
feat: removed developer pack form from user settings page (#4173)
nickytonline Oct 17, 2024
ba2dba5
chore(minor): release 2.64.0-beta.7 on beta channel [skip ci]
nickytonline Oct 17, 2024
cc9cdf0
fix: a11y rule "img-redundant-alt" fails with a warning (#4176)
Dun-sin Oct 21, 2024
f3fea9e
chore(patch): release 2.64.0-beta.8 on beta channel [skip ci]
Dun-sin Oct 21, 2024
d6fff39
fix: removed unused code (#4178)
nickytonline Oct 21, 2024
3950b24
chore(patch): release 2.64.0-beta.9 on beta channel [skip ci]
nickytonline Oct 21, 2024
1f838fa
chore: update repository codeowners (#4175)
github-actions[bot] Oct 21, 2024
9d8ae39
fix: Make the "create workspace" option more obvious (#4177)
Anish0203 Oct 22, 2024
95e2099
fix: resolve a11y warnings for role-supports-aria-props rule (#4174)
shubhamchasing Oct 22, 2024
e87cc0f
chore(patch): release 2.64.0-beta.10 on beta channel [skip ci]
shubhamchasing Oct 22, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ NEXT_PUBLIC_API_URL=https://beta.api.opensauced.pizza/v2
NEXT_PUBLIC_EXP_API_URL=https://beta.api.opensauced.pizza/v2
NEXT_PUBLIC_POSTHOG_ID=phc_Y0xz6nK55MEwWjobJsI2P8rsiomZJ6eZLoXehmMy9tt
NEXT_PUBLIC_CLOUD_NAME=dgxgziswe
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=test
NEXT_PUBLIC_STRIPE_SUB_CANCEL_URL=https://billing.stripe.com/p/login/test_bIY8xy3iy6fpeHu3cc
SENTRY_DSN=https://3f5bb9023ff0407299dd22a6454558f9@o4504872488927232.ingest.sentry.io/4505082236960768
NEXT_PUBLIC_SENTRY_DSN=https://3f5bb9023ff0407299dd22a6454558f9@o4504872488927232.ingest.sentry.io/4505082236960768

Expand Down
16 changes: 15 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
{
"extends": ["next/core-web-vitals", "plugin:storybook/recommended"],
"extends": ["next/core-web-vitals", "plugin:storybook/recommended", "plugin:jsx-a11y/recommended"],
"plugins": ["unused-imports", "@typescript-eslint"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": true
},
"rules": {
"jsx-a11y/label-has-associated-control": "warn",
"jsx-a11y/anchor-has-content":"warn",
"jsx-a11y/role-supports-aria-props":"warn",
"jsx-a11y/no-noninteractive-element-to-interactive-role": "warn",
"jsx-a11y/click-events-have-key-events": "Warn",
"jsx-a11y/no-static-element-interactions": "warn",
"jsx-a11y/no-autofocus": "warn",
"jsx-a11y/img-redundant-alt":"warn",
"jsx-a11y/mouse-events-have-key-events": "warn",
"jsx-a11y/iframe-has-title": "warn",
"jsx-a11y/no-noninteractive-tabindex": "warn",
"jsx-a11y/anchor-is-valid": "warn",
"jsx-a11y/no-noninteractive-element-interactions": "warn",
"jsx-a11y/interactive-supports-focus": "warn",
"jsx-quotes": "error",
"unused-imports/no-unused-imports": "error",
"import/order": [
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pizza.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Pizza Action
uses: open-sauced/pizza-action@v2.2.0
uses: open-sauced/pizza-action@v2.4.0
with:
cli-version: "v2.2.0"
commit-and-pr: "true"
Expand Down
78 changes: 78 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,84 @@

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

## [2.64.0-beta.10](https://github.com/open-sauced/app/compare/v2.64.0-beta.9...v2.64.0-beta.10) (2024-10-22)


### 🐛 Bug Fixes

* Make the "create workspace" option more obvious ([#4177](https://github.com/open-sauced/app/issues/4177)) ([9d8ae39](https://github.com/open-sauced/app/commit/9d8ae39c77d8e9e45f40e3d64a381bb3eb66582b))
* resolve a11y warnings for role-supports-aria-props rule ([#4174](https://github.com/open-sauced/app/issues/4174)) ([95e2099](https://github.com/open-sauced/app/commit/95e2099eb7890a3843a385a84aeb73019df15677))

## [2.64.0-beta.9](https://github.com/open-sauced/app/compare/v2.64.0-beta.8...v2.64.0-beta.9) (2024-10-21)


### 🐛 Bug Fixes

* removed unused code ([#4178](https://github.com/open-sauced/app/issues/4178)) ([d6fff39](https://github.com/open-sauced/app/commit/d6fff39fb9e851be5fb7a9ab4697a78cc2e86fbf))

## [2.64.0-beta.8](https://github.com/open-sauced/app/compare/v2.64.0-beta.7...v2.64.0-beta.8) (2024-10-21)


### 🐛 Bug Fixes

* a11y rule "img-redundant-alt" fails with a warning ([#4176](https://github.com/open-sauced/app/issues/4176)) ([cc9cdf0](https://github.com/open-sauced/app/commit/cc9cdf0f162d576e5f23035f5a569e4e798ffe10))

## [2.64.0-beta.7](https://github.com/open-sauced/app/compare/v2.64.0-beta.6...v2.64.0-beta.7) (2024-10-17)


### 🍕 Features

* removed developer pack form from user settings page ([#4173](https://github.com/open-sauced/app/issues/4173)) ([da975d7](https://github.com/open-sauced/app/commit/da975d77bb00b5b9d8c3a3c930f0b5a1e6a1a625))

## [2.64.0-beta.6](https://github.com/open-sauced/app/compare/v2.64.0-beta.5...v2.64.0-beta.6) (2024-10-17)


### 🐛 Bug Fixes

* fixed changing workspaces visibility regression ([#4172](https://github.com/open-sauced/app/issues/4172)) ([ee12474](https://github.com/open-sauced/app/commit/ee124748bf8a5e77121d73fef7172bf8a09647da))

## [2.64.0-beta.5](https://github.com/open-sauced/app/compare/v2.64.0-beta.4...v2.64.0-beta.5) (2024-10-16)


### 🍕 Features

* removed payments and limits ([#4171](https://github.com/open-sauced/app/issues/4171)) ([898d889](https://github.com/open-sauced/app/commit/898d8895027e4a86ca02b6d79eb94c035750f7ab))

## [2.64.0-beta.4](https://github.com/open-sauced/app/compare/v2.64.0-beta.3...v2.64.0-beta.4) (2024-10-16)


### 🐛 Bug Fixes

* a11y rule "no-noninteractive-element-interactions" ([#4163](https://github.com/open-sauced/app/issues/4163)) ([4d26abc](https://github.com/open-sauced/app/commit/4d26abc894978cfe18729df8a8fdb9782b005bd2))

## [2.64.0-beta.3](https://github.com/open-sauced/app/compare/v2.64.0-beta.2...v2.64.0-beta.3) (2024-10-15)


### 🐛 Bug Fixes

* a11y rule "iframe-has-title" fails with a warning. ([#4162](https://github.com/open-sauced/app/issues/4162)) ([f15764a](https://github.com/open-sauced/app/commit/f15764a69d106da6909bca2096a1eb379cfa5020))

## [2.64.0-beta.2](https://github.com/open-sauced/app/compare/v2.64.0-beta.1...v2.64.0-beta.2) (2024-10-10)


### 🐛 Bug Fixes

* use a tags instead of link tags ([#4158](https://github.com/open-sauced/app/issues/4158)) ([7b48770](https://github.com/open-sauced/app/commit/7b48770212db47b72562f7fe16caa780b73c49a5))

## [2.64.0-beta.1](https://github.com/open-sauced/app/compare/v2.63.1-beta.1...v2.64.0-beta.1) (2024-10-03)


### 🍕 Features

* download `ContributorsTable` data as JSON/CSV ([#4151](https://github.com/open-sauced/app/issues/4151)) ([d87b37e](https://github.com/open-sauced/app/commit/d87b37eed95e8a28062adfd49ccbf425abd5f852))

## [2.63.1-beta.1](https://github.com/open-sauced/app/compare/v2.63.0...v2.63.1-beta.1) (2024-09-30)


### 🐛 Bug Fixes

* throw errors on insight creation failure ([#4145](https://github.com/open-sauced/app/issues/4145)) ([e3f8db3](https://github.com/open-sauced/app/commit/e3f8db353b691f39bf6f9920406f45815cd87717))

## [2.63.0](https://github.com/open-sauced/app/compare/v2.62.0...v2.63.0) (2024-09-19)


Expand Down
Loading
Loading