Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #510 from open-sauced/beta
Browse files Browse the repository at this point in the history
chore: release 2.35.0
  • Loading branch information
jpmcb authored Jan 30, 2024
2 parents 49c3c13 + c4758f2 commit 73d88f2
Show file tree
Hide file tree
Showing 7 changed files with 483 additions and 57 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VITE_SUPABASE_URL=https://lkkownkrbkmblczeoyqb.supabase.co
VITE_SUPABASE_API_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJvbGUiOiJhbm9uIiwiaWF0IjoxNjQyNDU2MTc0LCJleHAiOjE5NTgwMzIxNzR9.c6nlkT05GnNacQ6OYuGcjBsILmGsSDwEEtN2zZVXFgY
VITE_POSTHOG_ID=phc_DFcN3mLP4ocKAUBKr5xyMbAnPwcl93q41ZmhoLG7GCv
VITE_API_URL=https://beta.api.opensauced.pizza/v1
VITE_API_URL=https://beta.api.opensauced.pizza/v2
3 changes: 1 addition & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
@bdougie
@0-vortex
@open-sauced/triage
5 changes: 3 additions & 2 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
timeout-minutes: 10
steps:
- name: take an issue
uses: bdougie/take-action@main
uses: bdougie/take-action@v1.6.1
with:
message: Thanks for taking this on! If you have not already, join the conversation in our [Discord](https://discord.gg/U2peSNf23P)
issueCurrentlyAssignedMessage: Thanks for being interested in this issue. It looks like this ticket is already assigned to a contributor. Please communicate with the assigned contributor to confirm the status of the issue.
trigger: .take
token: ${{ secrets.GITHUB_TOKEN }}
blockingLabels: 👀 needs triage,🛑 blocked,core team work,🖍need-design,duplicate
blockingLabelsMessage: The issue you are trying to assign yourself is blocked until it can be triaged or by another label on the issue.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@

> All notable changes to this project will be documented in this file
## [2.35.0-beta.1](https://github.com/open-sauced/hot/compare/v2.34.1-beta.1...v2.35.0-beta.1) (2024-01-25)


### 🤖 Build System

* **deps-dev:** bump vite from 3.0.4 to 3.2.8 ([03d1586](https://github.com/open-sauced/hot/commit/03d1586e089e038af4a4387adaac5a79b9f6be7f))


### 🍕 Features

* Upgrade to v2 API ([c056d37](https://github.com/open-sauced/hot/commit/c056d37662d30b607832bcccb8fd6214292eae79))

## [2.34.1-beta.1](https://github.com/open-sauced/hot/compare/v2.34.0...v2.34.1-beta.1) (2023-10-20)


### 🤖 Build System

* **deps:** bump @babel/traverse from 7.22.15 to 7.23.2 ([1511036](https://github.com/open-sauced/hot/commit/151103644e1ee72c7c7fdb477c208e138cb15e8b))

## [2.34.0](https://github.com/open-sauced/hot/compare/v2.33.1...v2.34.0) (2023-09-06)


Expand Down
Loading

0 comments on commit 73d88f2

Please sign in to comment.