We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7991c commit c3470c0Copy full SHA for c3470c0
.github/workflows/pr-reminder.yml
@@ -17,7 +17,7 @@ jobs:
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
with:
19
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
20
- freeze-date: '2025-06-16T18:00:00Z'
+ freeze-date: '2025-07-21T18:00:00Z'
21
- name: Reminder for standup
22
if: github.event.schedule == '55 8 * * 1-5'
23
uses: Aniket-Engg/pr-reviews-reminder-action@master
package.json
@@ -1,8 +1,8 @@
1
{
2
"name": "remix-project",
3
- "version": "0.66.0-dev",
+ "version": "0.67.0-dev",
4
"license": "MIT",
5
- "description": "Ethereum Remix Monorepo",
+ "description": "Remix Project Monorepo",
6
"main": "index.js",
7
"defaultVersion": "soljson-v0.8.30+commit.73712a01.js",
8
"keywords": [
0 commit comments