Skip to content

Commit

Permalink
chore(main): release mappings_editor 0.1.0 (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 7, 2024
1 parent b5ff4ac commit d611e1f
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"src/mappings_editor":"0.0.1"}
{"src/mappings_editor":"0.1.0"}
28 changes: 28 additions & 0 deletions src/mappings_editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [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)


### ⚠ BREAKING CHANGES

* rename `group` to `capability_group` in export schema
* rename `groups` to `capability_groups` in export schema

### Features

* add import file feature ([6e01175](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/6e01175d4fea32d501c262ae7936f83b002f36ba))
* add Mapping File search functionality ([ea8f2e8](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/ea8f2e8b960d323cd84526ba90de952573b9377f))
* display file metrics in application footer ([c786fc5](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/c786fc5e9b6ab8ab6939b76350711ec43bf89bf6))
* 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))


### Bug Fixes

* null dereference that crashes file view ([9fdacf6](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/9fdacf6d6437c3808ada3d2f490d76bebcf528db))
* 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))
* switch date export from ISO format to `MM/DD/YYYY` ([001db5d](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/001db5dc7c0ed5761ff1cf9e774d4af3b9dd6f09))


### Code Refactoring

* rename `group` to `capability_group` in export schema ([b5ff4ac](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/b5ff4ac72fde65c4b64818e333cf42b7e9f335b7))
* rename `groups` to `capability_groups` in export schema ([b5ff4ac](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/b5ff4ac72fde65c4b64818e333cf42b7e9f335b7))

## [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)


Expand Down
4 changes: 2 additions & 2 deletions src/mappings_editor/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 src/mappings_editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mappings_editor",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit d611e1f

Please sign in to comment.