chore(release): publish
- @standardnotes/clipper@1.0.21 - @standardnotes/desktop@3.105.70 - @standardnotes/mobile@3.52.17 - @standardnotes/releases@1.4.248 - @standardnotes/web@3.153.0
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.0.21](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.0.20...@standardnotes/clipper@1.0.21) (2023-04-25)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/clipper
|
||||
|
||||
## [1.0.20](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.0.19...@standardnotes/clipper@1.0.20) (2023-04-25)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/clipper
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@standardnotes/clipper",
|
||||
"description": "Web clipper browser extension for Standard Notes",
|
||||
"version": "1.0.20",
|
||||
"version": "1.0.21",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build-mv2": "yarn clean && webpack --config ./webpack.config.prod.js",
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [3.105.70](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.152.3...@standardnotes/desktop@3.105.70) (2023-04-25)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/desktop
|
||||
|
||||
## [3.105.69](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.152.2...@standardnotes/desktop@3.105.69) (2023-04-25)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/desktop
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@standardnotes/desktop",
|
||||
"main": "./app/dist/index.js",
|
||||
"version": "3.105.69",
|
||||
"version": "3.105.70",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"author": "Standard Notes.",
|
||||
"private": true,
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [3.52.17](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.52.16...@standardnotes/mobile@3.52.17) (2023-04-25)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/mobile
|
||||
|
||||
## [3.52.16](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.52.15...@standardnotes/mobile@3.52.16) (2023-04-25)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/mobile
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@standardnotes/mobile",
|
||||
"version": "3.52.16",
|
||||
"version": "3.52.17",
|
||||
"author": "Standard Notes.",
|
||||
"private": true,
|
||||
"license": "AGPL-3.0-or-later",
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.4.248](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.247...@standardnotes/releases@1.4.248) (2023-04-25)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/releases
|
||||
|
||||
## [1.4.247](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.246...@standardnotes/releases@1.4.247) (2023-04-25)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/releases
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@standardnotes/releases",
|
||||
"version": "1.4.247",
|
||||
"version": "1.4.248",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"main": "dist/releases.json",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
@@ -3,6 +3,12 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [3.153.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.152.3...@standardnotes/web@3.153.0) (2023-04-25)
|
||||
|
||||
### Features
|
||||
|
||||
* Changing note type from Super to any other type will now show a conversion dialog ([d2dba42](https://github.com/standardnotes/app/commit/d2dba42403e868a4f7a0d544b8e9bd87357fa8ef))
|
||||
|
||||
## [3.152.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.152.2...@standardnotes/web@3.152.3) (2023-04-25)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/web
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "3.153.0",
|
||||
"title": "[3.153.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.152.3...@standardnotes/web@3.153.0) (2023-04-25)",
|
||||
"date": null,
|
||||
"body": "### Features\n\n* Changing note type from Super to any other type will now show a conversion dialog ([d2dba42](https://github.com/standardnotes/app/commit/d2dba42403e868a4f7a0d544b8e9bd87357fa8ef))",
|
||||
"parsed": {
|
||||
"_": [
|
||||
"Changing note type from Super to any other type will now show a conversion dialog (d2dba42)"
|
||||
],
|
||||
"Features": [
|
||||
"Changing note type from Super to any other type will now show a conversion dialog (d2dba42)"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"version": "3.152.3",
|
||||
"title": "[3.152.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.152.2...@standardnotes/web@3.152.3) (2023-04-25)",
|
||||
@@ -37,7 +51,7 @@
|
||||
"version": "3.152.0",
|
||||
"title": "[3.152.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.151.10...@standardnotes/web@3.152.0) (2023-04-24)",
|
||||
"date": null,
|
||||
"body": "### Features\n\n* **clipper:** Added default tag setting to clipper ([2ce2b84](https://github.com/standardnotes/app/commit/2ce2b8410f5053f77d02b93dbb80aad5f33c728c))",
|
||||
"body": "**Note:** Version bump only for package @standardnotes/web",
|
||||
"parsed": {
|
||||
"_": [
|
||||
"Note: Version bump only for package @standardnotes/web"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@standardnotes/web",
|
||||
"version": "3.152.3",
|
||||
"version": "3.153.0",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"main": "dist/app.js",
|
||||
"author": "Standard Notes.",
|
||||
|
||||
Reference in New Issue
Block a user