chore(release): publish

- @standardnotes/clipper@1.1.201
 - @standardnotes/desktop@3.108.133
 - @standardnotes/mobile@3.56.112
 - @standardnotes/releases@1.4.485
 - @standardnotes/web@3.172.4
This commit is contained in:
StandardNotes CI
2023-09-01 19:08:32 +00:00
parent 2fc3d04ba9
commit 973bb990c6
11 changed files with 41 additions and 5 deletions

View File

@@ -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.1.201](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.200...@standardnotes/clipper@1.1.201) (2023-09-01)
**Note:** Version bump only for package @standardnotes/clipper
## [1.1.200](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.199...@standardnotes/clipper@1.1.200) (2023-09-01)
**Note:** Version bump only for package @standardnotes/clipper

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/clipper",
"description": "Web clipper browser extension for Standard Notes",
"version": "1.1.200",
"version": "1.1.201",
"private": true,
"scripts": {
"build-mv2": "yarn clean && webpack --config ./webpack.config.prod.js",

View File

@@ -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.108.133](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.172.3...@standardnotes/desktop@3.108.133) (2023-09-01)
**Note:** Version bump only for package @standardnotes/desktop
## [3.108.132](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.172.2...@standardnotes/desktop@3.108.132) (2023-09-01)
**Note:** Version bump only for package @standardnotes/desktop

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/desktop",
"main": "./app/dist/index.js",
"version": "3.108.132",
"version": "3.108.133",
"license": "CC BY-NC-SA 4.0",
"author": "Standard Notes.",
"private": true,

View File

@@ -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.56.112](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.172.3...@standardnotes/mobile@3.56.112) (2023-09-01)
**Note:** Version bump only for package @standardnotes/mobile
## [3.56.111](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.110...@standardnotes/mobile@3.56.111) (2023-09-01)
**Note:** Version bump only for package @standardnotes/mobile

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.56.111",
"version": "3.56.112",
"author": "Standard Notes.",
"private": true,
"license": "CC BY-NC-SA 4.0",

View File

@@ -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.485](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.484...@standardnotes/releases@1.4.485) (2023-09-01)
**Note:** Version bump only for package @standardnotes/releases
## [1.4.484](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.483...@standardnotes/releases@1.4.484) (2023-09-01)
**Note:** Version bump only for package @standardnotes/releases

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/releases",
"version": "1.4.484",
"version": "1.4.485",
"license": "CC BY-NC-SA 4.0",
"main": "dist/releases.json",
"types": "dist/index.d.ts",

View File

@@ -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.172.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.172.3...@standardnotes/web@3.172.4) (2023-09-01)
### Bug Fixes
* Fixed issue where note history would only display the latest content ([2fc3d04](https://github.com/standardnotes/app/commit/2fc3d04ba99d66635fcf29be295509e439b9eecd))
## [3.172.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.172.2...@standardnotes/web@3.172.3) (2023-09-01)
**Note:** Version bump only for package @standardnotes/web

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.172.4",
"title": "[3.172.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.172.3...@standardnotes/web@3.172.4) (2023-09-01)",
"date": null,
"body": "### Bug Fixes\n\n* Fixed issue where note history would only display the latest content ([2fc3d04](https://github.com/standardnotes/app/commit/2fc3d04ba99d66635fcf29be295509e439b9eecd))",
"parsed": {
"_": [
"Fixed issue where note history would only display the latest content (2fc3d04)"
],
"Bug Fixes": [
"Fixed issue where note history would only display the latest content (2fc3d04)"
]
}
},
{
"version": "3.172.3",
"title": "[3.172.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.172.2...@standardnotes/web@3.172.3) (2023-09-01)",

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/web",
"version": "3.172.3",
"version": "3.172.4",
"license": "CC BY-NC-SA 4.0",
"main": "dist/app.js",
"author": "Standard Notes",