Skip to content

Commit

Permalink
chore(main): release mappings_editor 0.0.1 (#12)
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 Jan 30, 2024
1 parent 2fdaa5c commit a328601
Show file tree
Hide file tree
Showing 4 changed files with 29 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.0"}
{"src/mappings_editor":"0.0.1"}
25 changes: 25 additions & 0 deletions src/mappings_editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

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


### Features

* add cut, copy, and paste features to mapping objects ([2fdaa5c](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/2fdaa5cc536bd0eca48a69cac0a4bceb5e1325ef))
* add drag and drop features to mapping objects ([2fdaa5c](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/2fdaa5cc536bd0eca48a69cac0a4bceb5e1325ef))
* add mapping group, status, score, comments, and references fields ([2fdaa5c](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/2fdaa5cc536bd0eca48a69cac0a4bceb5e1325ef))
* add multi-select, paint-select, select all, and unselect all ([2fdaa5c](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/2fdaa5cc536bd0eca48a69cac0a4bceb5e1325ef))
* add product version number to Help menu ([2fdaa5c](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/2fdaa5cc536bd0eca48a69cac0a4bceb5e1325ef))
* autosave file on edit ([2fdaa5c](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/2fdaa5cc536bd0eca48a69cac0a4bceb5e1325ef))
* sort filter options by name ([2fdaa5c](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/2fdaa5cc536bd0eca48a69cac0a4bceb5e1325ef))
* update serializer to conform to new schema ([2fdaa5c](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/2fdaa5cc536bd0eca48a69cac0a4bceb5e1325ef))


### Bug Fixes

* ensure dropdown options always reside at the highest layer ([2fdaa5c](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/2fdaa5cc536bd0eca48a69cac0a4bceb5e1325ef))
* include ATT&CK 8.0 and 9.0 in framework manifest ([2fdaa5c](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/2fdaa5cc536bd0eca48a69cac0a4bceb5e1325ef))


### Performance Improvements

* improve scroll and render performance ([2fdaa5c](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/2fdaa5cc536bd0eca48a69cac0a4bceb5e1325ef))

## 0.0.0 (2023-12-18)


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.0",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit a328601

Please sign in to comment.