Skip to content

Commit

Permalink
Merge branch 'master' of github.com:polkadot-js/docs into tarik-yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Feb 17, 2024
2 parents b3a96d3 + c387f23 commit 309eb15
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
steps:
- uses: jacogr/action-approve@795afd1dd096a2071d7ec98740661af4e853b7da
with:
authors: jacogr
authors: jacogr, TarikGul
labels: -auto
token: ${{ secrets.GH_PAT_BOT }}
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
2 Andrew Minor typo fixes (#247)
2 JesseAbram Hashing (#93)
2 Ronny Roeller Fix typos (#156)
2 Tarik Gul ci: add user (TarikGul) to auto-approve (#467)
2 Vadim add search plugin; update docs; (#310)
2 Viki Val Updated documentation to docs in RegistryError (#188)
1 Anastasia Update api.query.other.md (#347)
Expand Down Expand Up @@ -57,7 +58,6 @@
1 Spaceforce Change order of params to match example (#90)
1 Stéphane P Fix doc typo (#300)
1 sulaman Update simple-connect.md (#464)
1 Tarik Gul docs: update create-type md for clearer instructions (#455)
1 Wil Wade Small fixes for cookbook (#302)
1 yaohsin Update verify-signature.md (#198)
1 Zoheb Salam Update Readme with `keysAt()` and `entriesAt()` (#218)
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polkadot-js",
"version": "0.0.283",
"version": "0.0.284",
"engine-strict": true,
"engines": {
"node": ">=18.14"
Expand Down Expand Up @@ -46,7 +46,7 @@
"@cmfcmf/docusaurus-search-local": "^1.1.0"
},
"versions": {
"git": "0.0.283",
"npm": "0.0.283"
"git": "0.0.284",
"npm": "0.0.284"
}
}

0 comments on commit 309eb15

Please sign in to comment.