Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/main' into test-editor-package
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsTheGlidingSquirrel committed Feb 12, 2024
2 parents 865d460 + 4fdff0f commit fc68755
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serlo/serlo-editor-for-edusharing",
"version": "1.8.1",
"version": "2.0.0",
"private": true,
"bugs": {
"url": "https://github.com/serlo/serlo-editor-for-edusharing/issues"
Expand Down
1 change: 0 additions & 1 deletion src/frontend/plugins/edusharing-asset/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const state = object({
nodeId: string(''),
}),
),
height: optional(number(20)), // TODO: Remove before release. Not used any more. But removing this is a breaking change.
contentWidth: optional(string()), // Contains values like '40rem'. Possible values ['4rem', '6rem', ...]
})

Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2341,7 +2341,7 @@ __metadata:
languageName: node
linkType: hard

"@serlo/editor@npm:^0.6.0-beta.8":
"@serlo/editor@npm:0.6.0-beta.8":
version: 0.6.0-beta.8
resolution: "@serlo/editor@npm:0.6.0-beta.8"
dependencies:
Expand All @@ -2362,7 +2362,7 @@ __metadata:
"@next/env": ^13.5.6
"@next/eslint-plugin-next": ^14.0.4
"@next/swc-linux-x64-gnu": ^14.0.3
"@serlo/editor": ^0.6.0-beta.8
"@serlo/editor": 0.6.0-beta.8
"@svgr/webpack": ^8.1.0
"@tailwindcss/typography": ^0.5.9
"@types/express": ^4.17.17
Expand Down

0 comments on commit fc68755

Please sign in to comment.