Skip to content

Commit

Permalink
Merge pull request #4446 from serlo/editor-release-new-minor
Browse files Browse the repository at this point in the history
chore(editor-package): increase version number (refactorings & pixabay fix)
  • Loading branch information
elbotho authored Feb 3, 2025
2 parents ee43597 + b0681cd commit 68d8b40
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## Changelog for version 0.22.0

- refactor: enable Serlo-specific plugins (and renderers) in Editor. Thank you [@hejtful](https://github.com/hejtful) in https://github.com/serlo/frontend/pull/4417
- feat(editor-package): try loading renderers dynamically. Thank you [@elbotho](https://github.com/elbotho) in https://github.com/serlo/frontend/pull/4416
- fix(editor-package): add sideEffects:false to allow tree shaking. Thank you [@elbotho](https://github.com/elbotho) in https://github.com/serlo/frontend/pull/4415
- refactor: Editor package exports for \_\_\_experiments page. Thank you [@hejtful](https://github.com/hejtful) in https://github.com/serlo/frontend/pull/4413
- refactor: export dispatchReplaceRootDocument from package. Thank you [@hejtful](https://github.com/hejtful) in https://github.com/serlo/frontend/pull/4410
- chore(editor-upload): use new asset infra in serlo.org production. Thank you [@elbotho](https://github.com/elbotho) in https://github.com/serlo/frontend/pull/4442
- hot-deploy: fix(plugin-image): upload pixabay images to our bucket. Thank you [@elbotho](https://github.com/elbotho) in https://github.com/serlo/frontend/pull/4441
- fix(plugin-image): upload pixabay images to our bucket. Thank you [@elbotho](https://github.com/elbotho) in https://github.com/serlo/frontend/pull/4440
- e2e: fixes after editor package in web. Thank you [@hejtful](https://github.com/hejtful) in https://github.com/serlo/frontend/pull/4437
- feat(exercise): add nicer fallback feedback (random). Thank you [@elbotho](https://github.com/elbotho) in https://github.com/serlo/frontend/pull/4434

**Full Changelog**: https://github.com/serlo/frontend/compare/v0.21.3-editor...v0.22.0-editor

## Changelog for version 0.21.3

- fix(editor-help): content fixes, more videos. Thank you [@elbotho](https://github.com/elbotho) in https://github.com/serlo/frontend/pull/4423
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serlo/editor",
"version": "0.21.3",
"version": "0.22.0",
"homepage": "https://de.serlo.org/editor",
"bugs": {
"url": "https://github.com/serlo/frontend/issues"
Expand Down

0 comments on commit 68d8b40

Please sign in to comment.