Skip to content

Commit d611e1f

Browse files
chore(main): release mappings_editor 0.1.0 (#15)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b5ff4ac commit d611e1f

File tree

4 files changed

+32
-4
lines changed

4 files changed

+32
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"src/mappings_editor":"0.0.1"}
1+
{"src/mappings_editor":"0.1.0"}

src/mappings_editor/CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## [0.1.0](https://github.com/center-for-threat-informed-defense/mappings-editor/compare/mappings_editor-v0.0.1...mappings_editor-v0.1.0) (2024-02-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* rename `group` to `capability_group` in export schema
9+
* rename `groups` to `capability_groups` in export schema
10+
11+
### Features
12+
13+
* add import file feature ([6e01175](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/6e01175d4fea32d501c262ae7936f83b002f36ba))
14+
* add Mapping File search functionality ([ea8f2e8](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/ea8f2e8b960d323cd84526ba90de952573b9377f))
15+
* display file metrics in application footer ([c786fc5](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/c786fc5e9b6ab8ab6939b76350711ec43bf89bf6))
16+
* only export `related_score` when a sub-technique has an assigned score ([b5ff4ac](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/b5ff4ac72fde65c4b64818e333cf42b7e9f335b7))
17+
18+
19+
### Bug Fixes
20+
21+
* null dereference that crashes file view ([9fdacf6](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/9fdacf6d6437c3808ada3d2f490d76bebcf528db))
22+
* prefix single-digit days and months with `0` in accordance with the schema ([b5ff4ac](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/b5ff4ac72fde65c4b64818e333cf42b7e9f335b7))
23+
* switch date export from ISO format to `MM/DD/YYYY` ([001db5d](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/001db5dc7c0ed5761ff1cf9e774d4af3b9dd6f09))
24+
25+
26+
### Code Refactoring
27+
28+
* rename `group` to `capability_group` in export schema ([b5ff4ac](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/b5ff4ac72fde65c4b64818e333cf42b7e9f335b7))
29+
* rename `groups` to `capability_groups` in export schema ([b5ff4ac](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/b5ff4ac72fde65c4b64818e333cf42b7e9f335b7))
30+
331
## [0.0.1](https://github.com/center-for-threat-informed-defense/mappings-editor/compare/mappings_editor-v0.0.0...mappings_editor-v0.0.1) (2024-01-30)
432

533

src/mappings_editor/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/mappings_editor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mappings_editor",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)