Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
piemonkey committed Sep 3, 2024
1 parent a164bdd commit f9118ce
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-fireants-drop.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/nervous-ligers-marry.md

This file was deleted.

13 changes: 13 additions & 0 deletions embeddable-say-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# frontend-embeddable-notule-editor

## 5.0.0

### Major Changes

- [#258](https://github.com/lblod/frontend-embeddable-notule-editor/pull/258) [`9024946`](https://github.com/lblod/frontend-embeddable-notule-editor/commit/9024946ed6baace1bfde26318986af632dc4ba6a) Thanks [@elpoelma](https://github.com/elpoelma)! - - Update `@lblod/ember-rdfa-editor` to version 10.3.0. Note: this dependency update also includes dependency updates of other required packages.
- Update `@lblod/ember-rdfa-editor-lblod-plugins` to version 22.4.0
- Version 21.0.0 introduces a new, more intuitive UI and UX for decision articles.
- Removal of the classic `decision` prosemirror-nodes. These were no longer required and are now replaced by more generic RDFa nodes. See [the plugins changelog](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/blob/master/CHANGELOG.md#2100) for details. This is a breaking change as it changes the HTML output of these structures.

### Minor Changes

- [#260](https://github.com/lblod/frontend-embeddable-notule-editor/pull/260) [`a4db736`](https://github.com/lblod/frontend-embeddable-notule-editor/commit/a4db73608afe75dc12b57ccbc48231cdca580949) Thanks [@abeforgit](https://github.com/abeforgit)! - Add oslo-location plugin

## 4.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion embeddable-say-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lblod/embeddable-say-editor",
"version": "4.0.1",
"version": "5.0.0",
"description": "Notule editor which may be embedded in another application.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "frontend-embeddable-notule-editor",
"private": "true",
"author": "redpencil.io",
"version": "4.0.0",
"version": "5.0.0",
"license": "MIT",
"workspaces": [
"embeddable-say-editor",
Expand Down
7 changes: 7 additions & 0 deletions test-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# test-app

## 5.0.0

### Patch Changes

- Updated dependencies [[`a4db736`](https://github.com/lblod/frontend-embeddable-notule-editor/commit/a4db73608afe75dc12b57ccbc48231cdca580949), [`9024946`](https://github.com/lblod/frontend-embeddable-notule-editor/commit/9024946ed6baace1bfde26318986af632dc4ba6a)]:
- @lblod/embeddable-say-editor@5.0.0

## 4.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-app",
"private": true,
"version": "4.0.1",
"version": "5.0.0",
"license": "MIT",
"scripts": {
"start": "webpack serve --env development",
Expand Down

0 comments on commit f9118ce

Please sign in to comment.