Skip to content

Commit

Permalink
Merge branch 'main' into imageLight
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanKoundal committed Oct 18, 2023
2 parents 0ade514 + 6574070 commit 07371e8
Show file tree
Hide file tree
Showing 7 changed files with 236 additions and 1,168 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -5304,6 +5304,15 @@
"contributions": [
"code"
]
},
{
"login": "Garima3110",
"name": "Garima",
"avatar_url": "https://avatars.githubusercontent.com/u/110815240?v=4",
"profile": "https://github.com/Garima3110",
"contributions": [
"code"
]
}
],
"repoType": "github",
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
id: version-number
run: |
version=$(echo ${{ github.ref_name }} | cut -c 2-)
echo "::set-output name=version::$version"
echo "version=$version" >> $GITHUB_OUTPUT
- name: Get current date
id: date
run: echo "date=$(date +"%B %Oe, %Y")" >> $GITHUB_OUTPUT
- name: Install dependencies
run: npm ci
env:
Expand Down Expand Up @@ -81,6 +84,11 @@ jobs:
value: ${{ steps.version-number.outputs.version }}
commitChange: false
updateFile: true
- name: Update version.json on website repo
uses: restackio/[email protected]
with:
file: website/dist/download/version.json
values: '{"version": "${{ steps.version-number.outputs.version }}", "date": "${{ steps.date.outputs.date }}"}'
- name: Update en.json on website repo
run: |
cd website
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,9 @@ We recognize all types of contributions. This project follows the [all-contribut
<td align="center" valign="top" width="16.66%"><a href="https://github.com/skbhagat0502"><img src="https://avatars.githubusercontent.com/u/109683163?v=4?s=120" width="120px;" alt="Sandeep Kumar Bhagat"/><br /><sub><b>Sandeep Kumar Bhagat</b></sub></a><br /><a href="#design-skbhagat0502" title="Design">🎨</a> <a href="https://github.com/processing/p5.js/commits?author=skbhagat0502" title="Code">💻</a></td>
<td align="center" valign="top" width="16.66%"><a href="https://gaurav-personal-portfolio.netlify.app/"><img src="https://avatars.githubusercontent.com/u/97665755?v=4?s=120" width="120px;" alt="Gaurav Tiwary"/><br /><sub><b>Gaurav Tiwary</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=Gaurav-1306" title="Code">💻</a></td>
</tr>
<tr>
<td align="center" valign="top" width="16.66%"><a href="https://github.com/Garima3110"><img src="https://avatars.githubusercontent.com/u/110815240?v=4?s=120" width="120px;" alt="Garima"/><br /><sub><b>Garima</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=Garima3110" title="Code">💻</a></td>
</tr>
</tbody>
</table>

Expand Down
Loading

0 comments on commit 07371e8

Please sign in to comment.