chore(release): publish

- @standardnotes/desktop@3.100.10
 - @standardnotes/mobile@3.46.20
 - @standardnotes/releases@1.3.246
 - @standardnotes/web@3.101.0
This commit is contained in:
StandardNotes CI
2022-11-17 17:25:29 +00:00
parent f793673875
commit bc12663c7f
8 changed files with 22 additions and 4 deletions

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.100.10](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.100.9...@standardnotes/desktop@3.100.10) (2022-11-17)
**Note:** Version bump only for package @standardnotes/desktop
## [3.100.9](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.100.8...@standardnotes/desktop@3.100.9) (2022-11-17) ## [3.100.9](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.100.8...@standardnotes/desktop@3.100.9) (2022-11-17)
**Note:** Version bump only for package @standardnotes/desktop **Note:** Version bump only for package @standardnotes/desktop

View File

@@ -1,7 +1,7 @@
{ {
"name": "@standardnotes/desktop", "name": "@standardnotes/desktop",
"main": "./app/dist/index.js", "main": "./app/dist/index.js",
"version": "3.100.9", "version": "3.100.10",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"author": "Standard Notes.", "author": "Standard Notes.",
"private": true, "private": true,

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.46.20](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.46.19...@standardnotes/mobile@3.46.20) (2022-11-17)
**Note:** Version bump only for package @standardnotes/mobile
## [3.46.19](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.46.18...@standardnotes/mobile@3.46.19) (2022-11-17) ## [3.46.19](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.46.18...@standardnotes/mobile@3.46.19) (2022-11-17)
**Note:** Version bump only for package @standardnotes/mobile **Note:** Version bump only for package @standardnotes/mobile

View File

@@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/mobile", "name": "@standardnotes/mobile",
"version": "3.46.19", "version": "3.46.20",
"author": "Standard Notes.", "author": "Standard Notes.",
"private": true, "private": true,
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.3.246](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.245...@standardnotes/releases@1.3.246) (2022-11-17)
**Note:** Version bump only for package @standardnotes/releases
## [1.3.245](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.244...@standardnotes/releases@1.3.245) (2022-11-17) ## [1.3.245](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.244...@standardnotes/releases@1.3.245) (2022-11-17)
**Note:** Version bump only for package @standardnotes/releases **Note:** Version bump only for package @standardnotes/releases

View File

@@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/releases", "name": "@standardnotes/releases",
"version": "1.3.245", "version": "1.3.246",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"main": "dist/releases.json", "main": "dist/releases.json",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.101.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.100.8...@standardnotes/web@3.101.0) (2022-11-17)
### Features
* click saving indicator to toggle visibility ([#2028](https://github.com/standardnotes/app/issues/2028)) ([f793673](https://github.com/standardnotes/app/commit/f7936738759d4c2aa9d5a4a370649a20d758d3f9))
## [3.100.8](https://github.com/standardnotes/app/compare/@standardnotes/web@3.100.7...@standardnotes/web@3.100.8) (2022-11-17) ## [3.100.8](https://github.com/standardnotes/app/compare/@standardnotes/web@3.100.7...@standardnotes/web@3.100.8) (2022-11-17)
### Bug Fixes ### Bug Fixes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/web", "name": "@standardnotes/web",
"version": "3.100.8", "version": "3.101.0",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"main": "dist/app.js", "main": "dist/app.js",
"author": "Standard Notes.", "author": "Standard Notes.",