Skip to content

Commit

Permalink
Merge branch 'release/0.6.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
mazhutoanton committed Aug 24, 2023
2 parents 95e0109 + 31f5718 commit da1a413
Show file tree
Hide file tree
Showing 22 changed files with 14,715 additions and 8,747 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Publish packages
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN_PUBLISH}}
run: npm run sdk:publish
run: npm run release:publish -- --yes
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# IDE
.vscode
.idea

# dependencies
node_modules
Expand Down
38 changes: 19 additions & 19 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

-

### v0.6.2

- Clear Cere Wallet cache when Games SDK version increased
- Add `lerna` to automate new version publish
- Added share twitter button and game portal

### v0.6.1

- Change widget logic
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ nvm exec npm run build
6. Publish the packages to NPM:

```bash
nvm exec npm run sdk:publish
nvm exec npm run release # creates new release (pushes commit and tag)
nvm exec npm run release:publish # publishes packages (usually done by CI)
```

## Auto tests
Expand Down
3 changes: 3 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"version": "0.6.2"
}
Loading

0 comments on commit da1a413

Please sign in to comment.