Skip to content

Commit

Permalink
RELEASE: 8.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientromp committed Oct 13, 2021
1 parent b6fdd9f commit 7bde7b6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
17 changes: 6 additions & 11 deletions core/package-lock.json

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

2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firestone",
"version": "8.0.9",
"version": "8.0.10",
"scripts": {
"lint": "node --max_old_space_size=6000 ./node_modules//eslint/bin/eslint.js --color --fix --ext .ts ./src/",
"test": "node --max_old_space_size=6000 ./node_modules/jest/bin/jest.js --colors",
Expand Down
6 changes: 5 additions & 1 deletion core/src/js/components/main-window/updates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface UpdateSectionItemDetails {

export const updates: readonly Update[] = [
{
version: '8.0.8',
version: '8.0.10',
sections: [
{
type: 'intro',
Expand All @@ -52,6 +52,10 @@ export const updates: readonly Update[] = [
type: 'feature',
text: `Adds a team widget for the player.`,
},
{
type: 'feature',
text: `Adds a team widget on the bounty map (useful to easily get acces to your team when deciding on a path or picking a treasure).`,
},
{
type: 'feature',
text: `The team widget now tracks how many times each ability has been used and the current cooldown left on each.`,
Expand Down

0 comments on commit 7bde7b6

Please sign in to comment.