Skip to content

Commit

Permalink
chore(release): cut the 5.0.0-alpha.45 release
Browse files Browse the repository at this point in the history
# [5.0.0-alpha.45](v5.0.0-alpha.44...v5.0.0-alpha.45) (2023-02-06)

### Features

* **editor-monaco:** add ability to use custom markers ([#3814](#3814)) ([9be7319](9be7319)), closes [#3803](#3803)

### BREAKING CHANGES

* **editor-monaco:** editor.editorMarkers redux state has been
changed to editor.markers. FSA updateEditorMarkers
has been renamed to setEditorMarkers. Selector
selectEditorMarkers has been renamed to selectMarkers.
  • Loading branch information
semantic-release-bot committed Feb 6, 2023
1 parent 4c32f32 commit d7b60e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swagger-api/swagger-editor",
"version": "5.0.0-alpha.44",
"version": "5.0.0-alpha.45",
"private": false,
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down

0 comments on commit d7b60e3

Please sign in to comment.