Skip to content

Commit

Permalink
v4.5.46
Browse files Browse the repository at this point in the history
  • Loading branch information
sytolk committed Dec 17, 2024
1 parent 0dd8935 commit f83ec32
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": ["packages/*"],
"useNx": false,
"useWorkspaces": true,
"version": "4.5.45",
"version": "4.5.46",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"command": {
"publish": {
Expand Down
6 changes: 3 additions & 3 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 packages/extension-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tagspaces/tagspaces-extension-ui",
"description": "Extension ui library used by the TagSpaces extensions",
"version": "4.5.45",
"version": "4.5.46",
"author": "TagSpaces Authors <[email protected]>",
"license": "MIT",
"main": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/md-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "md-sample",
"version": "4.5.45",
"version": "4.5.46",
"private": true,
"dependencies": {
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.4",
"@tagspaces/tagspaces-codemirror": "^4.3.6",
"@tagspaces/tagspaces-extension-ui": "^4.5.45",
"@tagspaces/tagspaces-extension-ui": "^4.5.46",
"@tagspaces/tagspaces-md": "^4.5.38",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
Expand Down

0 comments on commit f83ec32

Please sign in to comment.