Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Aug 10, 2021
1 parent c3263a1 commit b490537
Show file tree
Hide file tree
Showing 29 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion packages/app-cli/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/app-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
"owner": "Laurent Cozic"
},
"version": "2.2.1",
"version": "2.2.2",
"bin": {
"joplin": "./main.js"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/app-clipper/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/app-clipper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"postinstall": "cd popup && npm install"
},
"version": "1.0.8",
"version": "1.0.9",
"description": "Joplin Web Clipper",
"main": "main.js",
"author": "Laurent Cozic",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-desktop/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/app-desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joplin/app-desktop",
"version": "2.2.6",
"version": "2.2.7",
"description": "Joplin for Desktop",
"main": "main.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/app-mobile/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/app-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@joplin/app-mobile",
"description": "Joplin for Mobile",
"license": "MIT",
"version": "0.8.9",
"version": "0.8.10",
"private": true,
"scripts": {
"start": "react-native start --reset-cache",
Expand All @@ -15,8 +15,8 @@
"postinstall": "jetify && npm run build"
},
"dependencies": {
"@joplin/lib": "^2.2.0",
"@joplin/renderer": "^2.2.0",
"@joplin/lib": "^2.2.3",
"@joplin/renderer": "^2.2.3",
"@react-native-community/clipboard": "^1.5.0",
"@react-native-community/datetimepicker": "^3.0.3",
"@react-native-community/geolocation": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/fork-htmlparser2/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/fork-htmlparser2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@joplin/fork-htmlparser2",
"description": "Fast & forgiving HTML/XML/RSS parser",
"version": "4.1.30",
"version": "4.1.31",
"author": "Felix Boehm <[email protected]>",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/fork-sax/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/fork-sax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@joplin/fork-sax",
"description": "An evented streaming XML parser in JavaScript",
"author": "Isaac Z. Schlueter <[email protected]> (http://blog.izs.me/)",
"version": "1.2.34",
"version": "1.2.35",
"main": "lib/sax.js",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-joplin/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/generator-joplin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-joplin",
"version": "2.2.1",
"version": "2.2.2",
"description": "Scaffolds out a new Joplin plugin",
"homepage": "https://github.com/laurent22/joplin/tree/dev/packages/generator-joplin",
"author": {
Expand Down Expand Up @@ -34,4 +34,4 @@
"repository": "https://github.com/laurent22/generator-joplin",
"license": "MIT",
"private": true
}
}
2 changes: 1 addition & 1 deletion packages/lib/package-lock.json

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

10 changes: 5 additions & 5 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joplin/lib",
"version": "2.2.2",
"version": "2.2.3",
"description": "Joplin Core library",
"author": "Laurent Cozic",
"homepage": "",
Expand All @@ -27,11 +27,11 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.22.0",
"@aws-sdk/s3-request-presigner": "^3.23.0",
"@joplin/fork-htmlparser2": "^4.1.30",
"@joplin/fork-sax": "^1.2.34",
"@joplin/fork-htmlparser2": "^4.1.31",
"@joplin/fork-sax": "^1.2.35",
"@joplin/renderer": "^1.8.2",
"@joplin/turndown": "^4.0.52",
"@joplin/turndown-plugin-gfm": "^1.0.34",
"@joplin/turndown": "^4.0.53",
"@joplin/turndown-plugin-gfm": "^1.0.35",
"async-mutex": "^0.1.3",
"base-64": "^0.1.0",
"base64-stream": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-repo-cli/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/plugin-repo-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joplin/plugin-repo-cli",
"version": "2.2.2",
"version": "2.2.3",
"description": "",
"main": "index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joplin/plugins",
"version": "0.0.0",
"version": "0.0.1",
"description": "Sub-package to group official Joplin plugins",
"private": true,
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer/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/renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joplin/renderer",
"version": "2.2.2",
"version": "2.2.3",
"description": "The Joplin note renderer, used the mobile and desktop application",
"repository": "https://github.com/laurent22/joplin/tree/dev/packages/renderer",
"main": "index.js",
Expand All @@ -24,7 +24,7 @@
"typescript": "^4.0.5"
},
"dependencies": {
"@joplin/fork-htmlparser2": "^4.1.30",
"@joplin/fork-htmlparser2": "^4.1.31",
"font-awesome-filetypes": "^2.1.0",
"fs-extra": "^8.1.0",
"highlight.js": "^10.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/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/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "2.2.11",
"version": "2.2.12",
"private": true,
"scripts": {
"start-dev": "nodemon --config nodemon.json --ext ts,js,mustache,css,tsx dist/app.js --env dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/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/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joplin/tools",
"version": "2.2.2",
"version": "2.2.3",
"description": "Various tools for Joplin",
"main": "index.js",
"author": "Laurent Cozic",
Expand Down
2 changes: 1 addition & 1 deletion packages/turndown-plugin-gfm/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/turndown-plugin-gfm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.0.34",
"version": "1.0.35",
"author": "Dom Christie",
"main": "lib/turndown-plugin-gfm.cjs.js",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turndown/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/turndown/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@joplin/turndown",
"description": "A library that converts HTML to Markdown",
"version": "4.0.52",
"version": "4.0.53",
"author": "Dom Christie",
"main": "lib/turndown.cjs.js",
"publishConfig": {
Expand Down

0 comments on commit b490537

Please sign in to comment.