Skip to content

Commit

Permalink
chore(main): release mappings_editor 1.3.0 (#41)
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 Sep 17, 2024
1 parent a8f3319 commit f904955
Show file tree
Hide file tree
Showing 4 changed files with 18 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":"1.2.0"}
{"src/mappings_editor":"1.3.0"}
14 changes: 14 additions & 0 deletions src/mappings_editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.3.0](https://github.com/center-for-threat-informed-defense/mappings-editor/compare/mappings_editor-v1.2.0...mappings_editor-v1.3.0) (2024-09-17)


### Features

* allow registration of custom Mapping Frameworks ([a8f3319](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/a8f3319516677a1ceca5bcb70e7f8bf905345367))
* display Mapping Framework coverage in the application's footer ([a8f3319](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/a8f3319516677a1ceca5bcb70e7f8bf905345367))


### Bug Fixes

* address issue that prevents dropdown menus from closing in some browsers ([6e15f0b](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/6e15f0b37198bf061276f2a93f47d2aa89a880ee))
* prevent import commands from corrupting the history buffer when undone ([a8f3319](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/a8f3319516677a1ceca5bcb70e7f8bf905345367))

## [1.2.0](https://github.com/center-for-threat-informed-defense/mappings-editor/compare/mappings_editor-v1.1.0...mappings_editor-v1.2.0) (2024-09-04)


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

0 comments on commit f904955

Please sign in to comment.