Skip to content

Commit

Permalink
undo v7 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed Apr 5, 2024
1 parent 5ac563a commit 8d5b001
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
brew update
brew install gh
- name: Generate Release
run: gh release create ${{github.ref_name}} --generate-notes --draft
run: gh release create ${{github.ref_name}} --generate-notes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Here are some useful resources:

Depending on your version of PixiJS, you'll need to figure out which major version of PixiUI to use.

| PixiJS | PixiJS UI |
| PixiJS | PixiUI |
|-------------|----------------|
| v7.x | v1.x |
| v8.x | v2.x |
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"lint": "xs lint --max-warnings 0",
"lint:fix": "xs lint --fix",
"prepare": "husky install",
"release": "xs bump,build,docs && npm run release:dist && git-push",
"release:dist": "npm publish --tag latest-1.x",
"release": "xs bump,build,docs,publish,git-push",
"serve": "xs serve",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build --output-dir docs/storybook",
Expand Down

0 comments on commit 8d5b001

Please sign in to comment.