Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed Aug 6, 2024
1 parent e3df99d commit f2da5db
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions docs/pixi-version.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"versionLabel": "v8.x",
"version": "8.2.5",
"releaseNotes": "https://github.com/pixijs/pixijs/releases/tag/v8.2.5",
"build": "https://pixijs.download/v8.2.5/pixi.min.js",
"docs": "https://pixijs.download/v8.2.5/docs/index.html",
"npm": "8.2.5",
"version": "8.3.0",
"releaseNotes": "https://github.com/pixijs/pixijs/releases/tag/v8.3.0",
"build": "https://pixijs.download/v8.3.0/pixi.min.js",
"docs": "https://pixijs.download/v8.3.0/docs/index.html",
"npm": "8.3.0",
"prerelease": false,
"latest": true
}
10 changes: 5 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,13 @@ const config = {
value: 'Tools',
className: 'nav-section-heading',
},
{
label: 'DevTools',
href: 'https://pixijs.io/devtools/',
},
{
label: 'AssetPack',
href: 'https://github.com/pixijs/assetpack',
href: 'https://pixijs.io/assetpack/',
},
{
label: 'Storybook',
Expand All @@ -222,10 +226,6 @@ const config = {
label: 'Text Style Editor',
href: 'https://pixijs.io/pixi-text-style/#',
},
{
label: 'Customise v6',
href: 'https://pixijs.io/customize/',
},
{
type: 'html',
value: 'Help',
Expand Down
10 changes: 5 additions & 5 deletions pixi-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
{
"versionLabel": "v8.x",
"version": "8.2.5",
"releaseNotes": "https://github.com/pixijs/pixijs/releases/tag/v8.2.5",
"build": "https://pixijs.download/v8.2.5/pixi.min.js",
"docs": "https://pixijs.download/v8.2.5/docs/index.html",
"npm": "8.2.5",
"version": "8.3.0",
"releaseNotes": "https://github.com/pixijs/pixijs/releases/tag/v8.3.0",
"build": "https://pixijs.download/v8.3.0/pixi.min.js",
"docs": "https://pixijs.download/v8.3.0/docs/index.html",
"npm": "8.3.0",
"prerelease": false,
"latest": true,
"isCurrent": true
Expand Down

0 comments on commit f2da5db

Please sign in to comment.