chore(release): publish

- @standardnotes/components-meta@2.7.10
 - @standardnotes/desktop@3.23.108
 - @standardnotes/mobile@3.31.24
 - @standardnotes/releases@1.3.30
 - @standardnotes/web@3.45.12
 - @standardnotes/simple-task-editor@1.4.4
This commit is contained in:
StandardNotes CI
2022-09-07 07:11:27 +00:00
parent 3afbce385b
commit f21269fc69
12 changed files with 34 additions and 6 deletions

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.
## [2.7.10](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.9...@standardnotes/components-meta@2.7.10) (2022-09-07)
### Bug Fixes
* add min-height to task textarea ([#1490](https://github.com/standardnotes/app/issues/1490)) ([0e86b13](https://github.com/standardnotes/app/commit/0e86b13a8f3b11ed99cdc49b3a44665396bfca98))
## [2.7.9](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.8...@standardnotes/components-meta@2.7.9) (2022-08-23)
**Note:** Version bump only for package @standardnotes/components-meta

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/components-meta",
"version": "2.7.9",
"version": "2.7.10",
"private": true,
"author": "Standard Notes.",
"main": "dist",

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.
## [1.4.4](https://github.com/standardnotes/app/compare/@standardnotes/simple-task-editor@1.4.3...@standardnotes/simple-task-editor@1.4.4) (2022-09-07)
### Bug Fixes
* add min-height to task textarea ([#1490](https://github.com/standardnotes/app/issues/1490)) ([0e86b13](https://github.com/standardnotes/app/commit/0e86b13a8f3b11ed99cdc49b3a44665396bfca98))
## [1.4.3](https://github.com/standardnotes/app/compare/@standardnotes/simple-task-editor@1.4.2...@standardnotes/simple-task-editor@1.4.3) (2022-07-14)
### Bug Fixes

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/simple-task-editor",
"private": true,
"version": "1.4.3",
"version": "1.4.4",
"main": "dist/dist.js",
"scripts": {
"components:compile": "webpack --config webpack.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.23.108](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.107...@standardnotes/desktop@3.23.108) (2022-09-07)
**Note:** Version bump only for package @standardnotes/desktop
## [3.23.107](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.106...@standardnotes/desktop@3.23.107) (2022-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.23.107",
"version": "3.23.108",
"license": "AGPL-3.0-or-later",
"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.31.24](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.31.23...@standardnotes/mobile@3.31.24) (2022-09-07)
**Note:** Version bump only for package @standardnotes/mobile
## [3.31.23](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.31.22...@standardnotes/mobile@3.31.23) (2022-09-01)
**Note:** Version bump only for package @standardnotes/mobile

View File

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

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.3.30](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.29...@standardnotes/releases@1.3.30) (2022-09-07)
**Note:** Version bump only for package @standardnotes/releases
## [1.3.29](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.28...@standardnotes/releases@1.3.29) (2022-09-01)
**Note:** Version bump only for package @standardnotes/releases

View File

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

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.45.12](https://github.com/standardnotes/app/compare/@standardnotes/web@3.45.11...@standardnotes/web@3.45.12) (2022-09-07)
**Note:** Version bump only for package @standardnotes/web
## [3.45.11](https://github.com/standardnotes/app/compare/@standardnotes/web@3.45.10...@standardnotes/web@3.45.11) (2022-09-01)
**Note:** Version bump only for package @standardnotes/web

View File

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