Skip to content

Commit

Permalink
v4.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
sytolk committed Jun 13, 2024
1 parent b856fca commit ca99e6c
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": ["packages/*"],
"useNx": false,
"useWorkspaces": true,
"version": "4.3.18"
"version": "4.3.19"
}
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/md-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "md-sample",
"version": "4.3.13",
"version": "4.3.19",
"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.3.7",
"@tagspaces/tagspaces-md": "^4.3.13",
"@tagspaces/tagspaces-md": "^4.3.19",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tagspaces-md/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tagspaces/tagspaces-md",
"description": "MD editor used by the TagSpaces application and extensions",
"version": "4.3.13",
"version": "4.3.19",
"author": "TagSpaces Authors <contact@tagspaces.org>",
"license": "MIT",
"main": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/tagspaces-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tagspaces/shell",
"description": "Shell script for creating thumbnails and search index for the TagSpaces applications",
"version": "4.3.18",
"version": "4.3.19",
"author": "TagSpaces Authors <contact@tagspaces.org>",
"license": "MIT",
"scripts": {
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"@tagspaces/tagspaces-metacleaner": "^4.3.18",
"@tagspaces/tagspaces-workers": "^4.3.18",
"@tagspaces/tagspaces-workers": "^4.3.19",
"rimraf": "^3.0.2",
"webpack": "^5.57.1",
"webpack-cli": "^4.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/tagspaces-ws/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tagspaces/tagspaces-ws",
"description": "Web Service for creating thumbnails and index used by the TagSpaces application",
"version": "4.3.18",
"version": "4.3.19",
"author": "TagSpaces Authors <contact@tagspaces.org>",
"license": "MIT",
"main": "build/index.js",
Expand All @@ -24,7 +24,7 @@
"pkg-publish": "npm run build && npm publish --access public"
},
"dependencies": {
"@tagspaces/tagspaces-workers": "^4.3.18",
"@tagspaces/tagspaces-workers": "^4.3.19",
"find-free-ports": "^3.1.1",
"jsonwebtoken": "^8.5.1",
"ws": "^8.15.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/workers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tagspaces/tagspaces-workers",
"description": "utils for creating thumbnails and index used by the TagSpaces application",
"version": "4.3.18",
"version": "4.3.19",
"author": "TagSpaces Authors <contact@tagspaces.org>",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit ca99e6c

Please sign in to comment.