Skip to content

Commit

Permalink
🔀 Merge branch 'release/1.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pustur committed Dec 13, 2023
2 parents 4f9a374 + ff340be commit 0868f49
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 22 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.1] - 2023-12-18

### Added

- New character: Navia

### Removed

- Link to forked project by @Gottsmillk as its domain has expired (https://spiralabyss.genshinteams.online/)

## [1.3.0] - 2023-11-05

### Added
Expand Down Expand Up @@ -164,6 +174,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[1.3.1]: https://github.com/Pustur/genshin-impact-team-randomizer/compare/1.3.0...1.3.1
[1.3.0]: https://github.com/Pustur/genshin-impact-team-randomizer/compare/1.2.12...1.3.0
[1.2.12]: https://github.com/Pustur/genshin-impact-team-randomizer/compare/1.2.11...1.2.12
[1.2.11]: https://github.com/Pustur/genshin-impact-team-randomizer/compare/1.2.10...1.2.11
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genshin-impact-team-randomizer",
"version": "1.3.0",
"version": "1.3.1",
"description": "A web app to randomize your Genshin Impact team based on the characters that you own",
"files": [
"dist"
Expand Down
3 changes: 3 additions & 0 deletions public/img/characters/navia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 0 additions & 11 deletions src/components/App/App.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,6 @@
padding-left: 0.8rem;
}

.try::after {
content: 'Try!';
display: inline-block;
padding: 0.2em 0.4em;
background-color: var(--color-badge-bg);
color: var(--color-badge-fg);
border-radius: 100vmax;
margin-left: 0.3em;
font-size: 80%;
}

.title {
grid-column: 2;
padding-inline: 1em;
Expand Down
9 changes: 1 addition & 8 deletions src/components/App/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,7 @@ const App: Component = () => {
href="https://github.com/Pustur/genshin-impact-team-randomizer"
target="_blank"
>
GitHub
</a>
<a
class={styles.try}
href="https://spiralabyss.genshinteams.online"
target="_blank"
>
Randomizer with Preset Teams
GitHub Repository
</a>
</header>
<main>
Expand Down
11 changes: 11 additions & 0 deletions src/data/characters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,17 @@ export const characters: GenshinCharacter[] = [
selected: false,
collab: false,
},
{
id: 76,
fullName: 'Navia',
shortName: 'Navia',
stars: 5,
elements: ['geo'],
weapon: 'claymore',
gender: ['F'],
selected: false,
collab: false,
},
{
id: 72,
fullName: 'Neuvillette',
Expand Down

0 comments on commit 0868f49

Please sign in to comment.