Releasing sub-packages

This commit is contained in:
Laurent Cozic
2023-08-23 13:51:28 +01:00
parent 5da3780197
commit 21929157b5
12 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@joplin/fork-htmlparser2", "name": "@joplin/fork-htmlparser2",
"description": "Fast & forgiving HTML/XML/RSS parser", "description": "Fast & forgiving HTML/XML/RSS parser",
"version": "4.1.45", "version": "4.1.46",
"author": "Felix Boehm <me@feedic.com>", "author": "Felix Boehm <me@feedic.com>",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "@joplin/fork-sax", "name": "@joplin/fork-sax",
"description": "An evented streaming XML parser in JavaScript", "description": "An evented streaming XML parser in JavaScript",
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"version": "1.2.49", "version": "1.2.50",
"main": "lib/sax.js", "main": "lib/sax.js",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@joplin/fork-uslug", "name": "@joplin/fork-uslug",
"version": "1.0.10", "version": "1.0.11",
"description": "A permissive slug generator that works with unicode.", "description": "A permissive slug generator that works with unicode.",
"author": "Jeremy Selier <jerem.selier@gmail.com>", "author": "Jeremy Selier <jerem.selier@gmail.com>",
"publishConfig": { "publishConfig": {
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@joplin/htmlpack", "name": "@joplin/htmlpack",
"version": "2.12.0", "version": "2.12.1",
"description": "Pack an HTML file and all its linked resources into a single HTML file", "description": "Pack an HTML file and all its linked resources into a single HTML file",
"main": "dist/index.js", "main": "dist/index.js",
"types": "src/index.ts", "types": "src/index.ts",
@@ -14,7 +14,7 @@
"author": "Laurent Cozic", "author": "Laurent Cozic",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@joplin/fork-htmlparser2": "^4.1.45", "@joplin/fork-htmlparser2": "^4.1.46",
"css": "3.0.0", "css": "3.0.0",
"datauri": "4.1.0", "datauri": "4.1.0",
"fs-extra": "11.1.1", "fs-extra": "11.1.1",
+9 -9
View File
@@ -1,6 +1,6 @@
{ {
"name": "@joplin/lib", "name": "@joplin/lib",
"version": "2.12.0", "version": "2.12.1",
"description": "Joplin Core library", "description": "Joplin Core library",
"author": "Laurent Cozic", "author": "Laurent Cozic",
"homepage": "", "homepage": "",
@@ -31,14 +31,14 @@
"dependencies": { "dependencies": {
"@aws-sdk/client-s3": "3.296.0", "@aws-sdk/client-s3": "3.296.0",
"@aws-sdk/s3-request-presigner": "3.296.0", "@aws-sdk/s3-request-presigner": "3.296.0",
"@joplin/fork-htmlparser2": "^4.1.44", "@joplin/fork-htmlparser2": "^4.1.46",
"@joplin/fork-sax": "^1.2.48", "@joplin/fork-sax": "^1.2.50",
"@joplin/fork-uslug": "^1.0.9", "@joplin/fork-uslug": "^1.0.11",
"@joplin/htmlpack": "~2.12", "@joplin/htmlpack": "^2.12.1",
"@joplin/renderer": "~2.12", "@joplin/renderer": "^2.12.1",
"@joplin/turndown": "^4.0.66", "@joplin/turndown": "^4.0.68",
"@joplin/turndown-plugin-gfm": "^1.0.48", "@joplin/turndown-plugin-gfm": "^1.0.50",
"@joplin/utils": "~2.12", "@joplin/utils": "^2.12.1",
"@types/nanoid": "3.0.0", "@types/nanoid": "3.0.0",
"async-mutex": "0.4.0", "async-mutex": "0.4.0",
"base-64": "1.0.0", "base-64": "1.0.0",
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@joplin/plugin-repo-cli", "name": "@joplin/plugin-repo-cli",
"version": "2.12.0", "version": "2.12.1",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"bin": "./dist/index.js", "bin": "./dist/index.js",
@@ -18,9 +18,9 @@
"author": "", "author": "",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"dependencies": { "dependencies": {
"@joplin/lib": "~2.12", "@joplin/lib": "^2.12.1",
"@joplin/tools": "~2.12", "@joplin/tools": "^2.12.1",
"@joplin/utils": "~2.12", "@joplin/utils": "^2.12.1",
"fs-extra": "11.1.1", "fs-extra": "11.1.1",
"gh-release-assets": "2.0.1", "gh-release-assets": "2.0.1",
"node-fetch": "2.6.7", "node-fetch": "2.6.7",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@joplin/react-native-saf-x", "name": "@joplin/react-native-saf-x",
"version": "2.12.0", "version": "2.12.1",
"description": "a module to help work with scoped storages on android easily", "description": "a module to help work with scoped storages on android easily",
"main": "src/index", "main": "src/index",
"react-native": "src/index", "react-native": "src/index",
+3 -3
View File
@@ -1,6 +1,6 @@
{ {
"name": "@joplin/renderer", "name": "@joplin/renderer",
"version": "2.12.0", "version": "2.12.1",
"description": "The Joplin note renderer, used the mobile and desktop application", "description": "The Joplin note renderer, used the mobile and desktop application",
"repository": "https://github.com/laurent22/joplin/tree/dev/packages/renderer", "repository": "https://github.com/laurent22/joplin/tree/dev/packages/renderer",
"main": "index.js", "main": "index.js",
@@ -26,8 +26,8 @@
"typescript": "5.1.3" "typescript": "5.1.3"
}, },
"dependencies": { "dependencies": {
"@joplin/fork-htmlparser2": "^4.1.44", "@joplin/fork-htmlparser2": "^4.1.46",
"@joplin/fork-uslug": "^1.0.9", "@joplin/fork-uslug": "^1.0.11",
"font-awesome-filetypes": "2.1.0", "font-awesome-filetypes": "2.1.0",
"fs-extra": "11.1.1", "fs-extra": "11.1.1",
"highlight.js": "11.8.0", "highlight.js": "11.8.0",
+5 -5
View File
@@ -1,6 +1,6 @@
{ {
"name": "@joplin/tools", "name": "@joplin/tools",
"version": "2.12.0", "version": "2.12.1",
"description": "Various tools for Joplin", "description": "Various tools for Joplin",
"main": "index.js", "main": "index.js",
"author": "Laurent Cozic", "author": "Laurent Cozic",
@@ -20,9 +20,9 @@
}, },
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"dependencies": { "dependencies": {
"@joplin/lib": "~2.12", "@joplin/lib": "^2.12.1",
"@joplin/renderer": "~2.12", "@joplin/renderer": "^2.12.1",
"@joplin/utils": "~2.12", "@joplin/utils": "^2.12.1",
"compare-versions": "3.6.0", "compare-versions": "3.6.0",
"dayjs": "1.11.9", "dayjs": "1.11.9",
"execa": "4.1.0", "execa": "4.1.0",
@@ -42,7 +42,7 @@
"yargs": "17.7.2" "yargs": "17.7.2"
}, },
"devDependencies": { "devDependencies": {
"@joplin/fork-htmlparser2": "^4.1.44", "@joplin/fork-htmlparser2": "^4.1.46",
"@rmp135/sql-ts": "1.18.0", "@rmp135/sql-ts": "1.18.0",
"@types/fs-extra": "11.0.1", "@types/fs-extra": "11.0.1",
"@types/jest": "29.5.3", "@types/jest": "29.5.3",
+1 -1
View File
@@ -4,7 +4,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.0.49", "version": "1.0.50",
"author": "Dom Christie", "author": "Dom Christie",
"main": "lib/turndown-plugin-gfm.cjs.js", "main": "lib/turndown-plugin-gfm.cjs.js",
"devDependencies": { "devDependencies": {
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@joplin/turndown", "name": "@joplin/turndown",
"description": "A library that converts HTML to Markdown", "description": "A library that converts HTML to Markdown",
"version": "4.0.67", "version": "4.0.68",
"author": "Dom Christie", "author": "Dom Christie",
"main": "lib/turndown.cjs.js", "main": "lib/turndown.cjs.js",
"publishConfig": { "publishConfig": {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@joplin/utils", "name": "@joplin/utils",
"version": "2.12.0", "version": "2.12.1",
"description": "Utilities for Joplin", "description": "Utilities for Joplin",
"repository": "https://github.com/laurent22/joplin/tree/dev/packages/utils", "repository": "https://github.com/laurent22/joplin/tree/dev/packages/utils",
"exports": { "exports": {