Skip to content

Commit

Permalink
Merge pull request #654 from near/develop
Browse files Browse the repository at this point in the history
develop -> main
  • Loading branch information
charleslavon authored Oct 4, 2023
2 parents 7b660f7 + 5f90dac commit ec842f0
Show file tree
Hide file tree
Showing 45 changed files with 3,860 additions and 4,439 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/secondary-focus-area.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Secondary Focus Area
about: This issue serves to help us propose and organize support for impactful work,
as a secondary priority to epics & planned roadmap items
title: "\U0001F3AF [Secondary Focus Area] <Add a brief Title>"
title: "\U0001F525 [Secondary Focus Area] <Add a brief Title>"
labels: ''
assignees: ''

Expand Down
20 changes: 20 additions & 0 deletions .github/workflows/update-sprint-board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on:
schedule:
# Runs "at 05:00, only on Monday"
- cron: '0 5 * * 1'

jobs:
move-to-next-iteration:
name: Move to next iteration
runs-on: ubuntu-latest

steps:
- uses: blombard/move-to-next-iteration@master
with:
owner: near
number: 92
token: ${{ secrets.CG_PROJECT_WORKFLOW_SECRET }}
iteration-field: sprint
iteration: last
new-iteration: current
statuses: None,Selected,Blocked,Progress,In Review,To Do
5 changes: 5 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ const nextConfig = {
destination: 'https://neardevgov.org/',
permanent: false,
},
{
source: '/validators',
destination: 'https://pages.near.org/validators',
permanent: true,
},
{
source: '/edit/:path*',
destination: '/sandbox/:path*',
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"@near-wallet-selector/neth": "8.5.1",
"@near-wallet-selector/nightly": "8.5.1",
"@near-wallet-selector/sender": "8.5.1",
"@near-wallet-selector/wallet-utils": "8.5.1",
"@near-wallet-selector/welldone-wallet": "8.5.1",
"@radix-ui/react-accordion": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.0.4",
Expand All @@ -44,7 +43,6 @@
"@web3-onboard/react": "^2.8.7",
"@web3-onboard/walletconnect": "^2.3.9",
"big.js": "^6.1.1",
"bn.js": "^5.1.1",
"bootstrap": "^5.2.1",
"bootstrap-icons": "^1.9.0",
"classnames": "^2.3.2",
Expand All @@ -54,8 +52,8 @@
"iframe-resizer-react": "^1.1.0",
"local-storage": "^2.0.0",
"lodash": "^4.17.21",
"near-api-js": "2.1.3",
"near-social-vm": "github:NearSocial/VM#2.3.2",
"near-fastauth-wallet": "^0.0.8",
"near-social-vm": "github:NearSocial/VM#2.4.2",
"next": "13.3.4",
"prettier": "^2.7.1",
"react": "18.2.0",
Expand Down
Loading

2 comments on commit ec842f0

@vercel
Copy link

@vercel vercel bot commented on ec842f0 Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on ec842f0 Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.