Skip to content

Commit a5c0420

Browse files
chore(main): release mappings_editor 0.1.3 (#28)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 56b0101 commit a5c0420

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

.release-please-manifest.json

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

src/mappings_editor/CHANGELOG.md

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

3+
## [0.1.3](https://github.com/center-for-threat-informed-defense/mappings-editor/compare/mappings_editor-v0.1.2...mappings_editor-v0.1.3) (2024-03-06)
4+
5+
6+
### Features
7+
8+
* add CSV, YAML, XLSX, and ATT&CK Navigator Layer export options ([b1ed63c](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/b1ed63cb920234a59dfdcf6ef3768275d1df010e))
9+
* add User Guide to Help menu ([ac715c6](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/ac715c675d5dc6624135bf3d6e376ff4c7f7e941))
10+
* allow multiple Mapping Files to be imported at once ([dc9baca](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/dc9baca69e0e913be07bd6cc4ba268d028be85dc))
11+
* allow opening of Mapping Files via url with `src` query parameter ([c8acf81](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/c8acf81c59b878b708cfec05d4d90969e197b94c))
12+
* restrict Mapping File selection to only files of the Mapping File type ([dc9baca](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/dc9baca69e0e913be07bd6cc4ba268d028be85dc))
13+
14+
15+
### Bug Fixes
16+
17+
* correct `mapping_objects` deserialization issue that prevents blank Mapping Files from opening ([f00802d](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/f00802d6ee2e8dadf5a33e2e828c8d2a51056059))
18+
* ensure Mapping File import includes missing group, mapping, and scoring options ([dc9baca](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/dc9baca69e0e913be07bd6cc4ba268d028be85dc))
19+
* ensure mapping objects are pasted in the same order they're copied ([b1ed63c](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/b1ed63cb920234a59dfdcf6ef3768275d1df010e))
20+
* ensure the last mapping object can be included in a multiselect ([b1ed63c](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/b1ed63cb920234a59dfdcf6ef3768275d1df010e))
21+
* layer context menus on top of the editing interface ([b1ed63c](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/b1ed63cb920234a59dfdcf6ef3768275d1df010e))
22+
* replace MITRE Engenuity branding with Mappings Explorer branding ([56b0101](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/56b010122c0eeab438bb321eab4179146c0851e2))
23+
* update Mapping File's `modifiedDate` after each edit ([0ca0e75](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/0ca0e75e12e25b5a7935eb204b44ca2427544609))
24+
325
## [0.1.2](https://github.com/center-for-threat-informed-defense/mappings-editor/compare/mappings_editor-v0.1.1...mappings_editor-v0.1.2) (2024-02-14)
426

527

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.1.2",
3+
"version": "0.1.3",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)