coh-content-db-homecoming 2.0.0-rc.11 → 2.0.0-rc.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/build.yml +1 -1
- package/CHANGELOG.md +3 -1
- package/README.md +9 -6
- package/dist/bundle.head.json +1 -1
- package/dist/bundle.json +1 -1
- package/dist/coh-content-db-homecoming.js +52 -52
- package/dist/coh-content-db-homecoming.js.map +1 -1
- package/dist/coh-content-db-homecoming.mjs +52 -52
- package/dist/coh-content-db-homecoming.mjs.map +1 -1
- package/package.json +18 -18
- package/src/main/ts/badge/accolade/atlas-tour-guide.ts +2 -2
- package/src/main/ts/badge/accolade/walked-down-memory-lane.ts +2 -2
- package/src/main/ts/badge/accomplishment/staring-into-the-abyss.ts +1 -1
- package/src/main/ts/badge/event/_event-badges.ts +46 -46
- package/src/main/ts/badge/history/christie-consolidation.ts +1 -1
- /package/src/main/resources/images/badges/defeat/{blackwing.png → two-birds-one-stone.png} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
-
## [2.0.0-rc.
|
|
8
|
+
## [2.0.0-rc.13] - 2025-06-25
|
|
9
9
|
|
|
10
10
|
### Added
|
|
11
11
|
|
|
@@ -23,6 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
23
23
|
|
|
24
24
|
### Changed
|
|
25
25
|
|
|
26
|
+
- [#180](https://github.com/n15g/coh-content-db-homecoming/pull/180) - Fix event badge ordering
|
|
27
|
+
- [#180](https://github.com/n15g/coh-content-db-homecoming/pull/180) - Fix monument location in [Christie Consolidation] badge
|
|
26
28
|
- [#179](https://github.com/n15g/coh-content-db-homecoming/pull/179) - Icon Fixes
|
|
27
29
|
- [#178](https://github.com/n15g/coh-content-db-homecoming/pull/178) - Fix Two Birds, One Stone badge title
|
|
28
30
|
- Updated to [coh-content-db:2.0.0](https://github.com/n15g/coh-content-db) data model.
|
package/README.md
CHANGED
|
@@ -40,14 +40,17 @@ npm run test
|
|
|
40
40
|
npm run build
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
-
##
|
|
43
|
+
## Release
|
|
44
44
|
|
|
45
|
-
|
|
45
|
+
1. Determine the next [Semantic Release](https://semver.org) version, i.e. `2.0.0-rc.16`
|
|
46
|
+
2. Update the version and release notes in the [CHANGELOG.md](CHANGELOG.md).
|
|
47
|
+
* Commit with the comment `Changelog <semver>`
|
|
48
|
+
3. `npm version <semver>` - Updates the package.json and commits + tags new version. Use semver syntax for version number.
|
|
49
|
+
4. `npm run push` - Push the commit and tags to remote.
|
|
50
|
+
5. GitHub will release automatically.
|
|
46
51
|
|
|
47
|
-
|
|
48
|
-
npm version
|
|
49
|
-
npm run push
|
|
50
|
-
```
|
|
52
|
+
Tags matching the pattern `v<X>.<Y>.<Z>` will attempt to publish to npm (this can only be achieved by the package manager (n15g).
|
|
53
|
+
The `npm version` command automatically prepends the `v` prefix to the version number.
|
|
51
54
|
|
|
52
55
|
## Updating Content
|
|
53
56
|
|
package/dist/bundle.head.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"Homecoming","version":"2.0.0-rc.
|
|
1
|
+
{"name":"Homecoming","version":"2.0.0-rc.13","lastUpdateTime":"2025-11-25T23:03:28.763Z","description":"Content data for the CoH: Homecoming server.","repositoryUrl":"https://github.com/n15g/coh-content-db-homecoming","changelogUrl":"https://github.com/n15g/coh-content-db-homecoming/blob/master/CHANGELOG.md","links":[{"title":"Homecoming Forums","href":"https://forums.homecomingservers.com/"}]}
|