Skip to content

Commit

Permalink
update lancer-data
Browse files Browse the repository at this point in the history
  • Loading branch information
jarena3 committed Oct 3, 2022
1 parent d3d04c9 commit 251c73f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# COMP/CON Changelog
## [2.3.11] (2022-10-3)

### Bug Fixes
- **Data** Various fixes and corrections (thanks lenaleciel, msprijatelj)
- **Mech Hangar** Corrects buggy loadout saving (thanks msprijatelj!) [#2138](https://github.com/massif-press/compcon/issues/2138)
- **Compendium** Updates Pilot Gear headers (thanks msprijatelj!) [#2141](https://github.com/massif-press/compcon/issues/2141)
- **Compendium** Enable NPC search by class (thanks super-salad!) [#2102](https://github.com/massif-press/compcon/issues/2102)
- **Compendium** Improve email validation regex (thanks super-salad!) [#2119](https://github.com/massif-press/compcon/issues/2119) [#2128](https://github.com/massif-press/compcon/issues/2128)
- **Active Mode** Fix Full Tech usage (thanks super-salad!) [#2088](https://github.com/massif-press/compcon/issues/2088) [#2093](https://github.com/massif-press/compcon/issues/2093) [#2094](https://github.com/massif-press/compcon/issues/2094)
- **Misc** Redirect help page to new Wiki troubleshooter (thanks msprijatelj!) [#2110](https://github.com/massif-press/compcon/issues/2110)
- **Misc** Prevent refresh on v-form submit(thanks msprijatelj!) [#2122](https://github.com/massif-press/compcon/issues/2122)
- **Mech Hangar** Add toggle for system reorder (thanks super-salad!) [#2095](https://github.com/massif-press/compcon/issues/2095)

### Features
- **Statblock** Improve output capitalization (thanks msprijatelj!)


## [2.3.10] (2022-8-11)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "compcon",
"version": "2.3.10",
"version": "2.3.11",
"description": "A digital toolkit for the LANCER TTRPG",
"author": "Massif Press",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"core-js": "^3.6.5",
"external-svg-loader": "^1.4.0",
"jszip": "^3.7.1",
"lancer-data": "^3.0.46",
"lancer-data": "^3.0.47",
"lodash": "^4.17.21",
"material-icons": "^0.3.1",
"promisify-file-reader": "^4.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8338,10 +8338,10 @@ klona@^2.0.4:
resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.5.tgz#d166574d90076395d9963aa7a928fabb8d76afbc"
integrity sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==

lancer-data@^3.0.46:
version "3.0.46"
resolved "https://registry.yarnpkg.com/lancer-data/-/lancer-data-3.0.46.tgz#aafe5773ab1c4b95a03e70705084edbbf4eb18eb"
integrity sha512-395Kj6lCn8GjRhYpcA3lZR2b0d8TMV/4Qh98ZUn2TYIZCscsllBkv/XDo2Jcvtt918YpVPCWUBBbpHHgHE0KnA==
lancer-data@^3.0.47:
version "3.0.47"
resolved "https://registry.yarnpkg.com/lancer-data/-/lancer-data-3.0.47.tgz#e1fc69de842702899df6cf7cba0f78bf799033a1"
integrity sha512-fbxIG/7TLbTi+M/Kx/VFRF8aKbQJQoaB+yrOaq3yg3L7ltIxOuEW/Gc4rM9xnFv5stOBGxRa8YY5jPood2FwWQ==

launch-editor-middleware@^2.2.1:
version "2.3.0"
Expand Down

0 comments on commit 251c73f

Please sign in to comment.