chore(release): publish

- @standardnotes/components-meta@2.7.6
 - @standardnotes/desktop@3.23.74
 - @standardnotes/mobile@3.30.29
 - @standardnotes/releases@1.2.95
 - @standardnotes/snjs@2.124.3
 - @standardnotes/web-server@1.2.97
 - @standardnotes/web@3.40.4
 - @standardnotes/bold-editor@1.4.0
 - @standardnotes/markdown-hybrid@1.6.2
 - @standardnotes/classic-code-editor@1.4.0
 - @standardnotes/rich-text@1.7.1
 - @standardnotes/simple-task-editor@1.4.2
 - @standardnotes/spreadsheets@1.5.1
 - @standardnotes/authenticator@2.2.3
This commit is contained in:
StandardNotes CI
2022-07-13 08:34:40 +00:00
parent f06167abc2
commit 9a297fe8cf
28 changed files with 74 additions and 14 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.
# [1.4.0](https://github.com/standardnotes/app/compare/@standardnotes/bold-editor@1.3.10...@standardnotes/bold-editor@1.4.0) (2022-07-13)
### Features
* deprecated editors ([#1166](https://github.com/standardnotes/app/issues/1166)) ([60ca415](https://github.com/standardnotes/app/commit/60ca4150446f9a14bb6a31416686c6d07a7d0cd9))
## [1.3.10](https://github.com/standardnotes/app/compare/@standardnotes/bold-editor@1.3.10-alpha.0...@standardnotes/bold-editor@1.3.10) (2022-06-22)
**Note:** Version bump only for package @standardnotes/bold-editor

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/bold-editor",
"private": true,
"version": "1.3.10",
"version": "1.4.0",
"main": "dist/dist.js",
"scripts": {
"skip:lint": "eslint app/ --ext .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.
## [1.6.2](https://github.com/standardnotes/app/compare/@standardnotes/markdown-hybrid@1.6.1...@standardnotes/markdown-hybrid@1.6.2) (2022-07-13)
**Note:** Version bump only for package @standardnotes/markdown-hybrid
## [1.6.1](https://github.com/standardnotes/app/compare/@standardnotes/markdown-hybrid@1.6.0...@standardnotes/markdown-hybrid@1.6.1) (2022-06-29)
**Note:** Version bump only for package @standardnotes/markdown-hybrid

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/markdown-hybrid",
"private": true,
"version": "1.6.1",
"version": "1.6.2",
"description": "A Standard Notes derived editor that offers full support for Markdown editing.",
"main": "dist/dist.js",
"author": "Standard Notes <hello@standardnotes.com>",

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.0](https://github.com/standardnotes/app/compare/@standardnotes/classic-code-editor@1.3.17...@standardnotes/classic-code-editor@1.4.0) (2022-07-13)
### Features
* deprecated editors ([#1166](https://github.com/standardnotes/app/issues/1166)) ([60ca415](https://github.com/standardnotes/app/commit/60ca4150446f9a14bb6a31416686c6d07a7d0cd9))
## [1.3.17](https://github.com/standardnotes/app/compare/@standardnotes/classic-code-editor@1.3.17-alpha.2...@standardnotes/classic-code-editor@1.3.17) (2022-06-22)
**Note:** Version bump only for package @standardnotes/classic-code-editor

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/classic-code-editor",
"private": true,
"version": "1.3.17",
"version": "1.4.0",
"description": "A code editor for Standard Notes",
"main": "dist/main.js",
"author": "Standard Notes <hello@standardnotes.org>",

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.7.1](https://github.com/standardnotes/app/compare/@standardnotes/rich-text@1.7.0...@standardnotes/rich-text@1.7.1) (2022-07-13)
**Note:** Version bump only for package @standardnotes/rich-text
# [1.7.0](https://github.com/standardnotes/app/compare/@standardnotes/rich-text@1.6.6...@standardnotes/rich-text@1.7.0) (2022-06-29)
### Features

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/rich-text",
"private": true,
"version": "1.7.0",
"version": "1.7.1",
"description": "A rich text editor for Standard Notes",
"main": "dist/dist.js",
"author": "Standard Notes <hello@standardnotes.com>",

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.2](https://github.com/standardnotes/app/compare/@standardnotes/simple-task-editor@1.4.1...@standardnotes/simple-task-editor@1.4.2) (2022-07-13)
**Note:** Version bump only for package @standardnotes/simple-task-editor
## [1.4.1](https://github.com/standardnotes/app/compare/@standardnotes/simple-task-editor@1.4.0...@standardnotes/simple-task-editor@1.4.1) (2022-07-06)
### Bug Fixes

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/simple-task-editor",
"private": true,
"version": "1.4.1",
"version": "1.4.2",
"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.
## [1.5.1](https://github.com/standardnotes/app/compare/@standardnotes/spreadsheets@1.5.0...@standardnotes/spreadsheets@1.5.1) (2022-07-13)
**Note:** Version bump only for package @standardnotes/spreadsheets
# [1.5.0](https://github.com/standardnotes/app/compare/@standardnotes/spreadsheets@1.4.9...@standardnotes/spreadsheets@1.5.0) (2022-07-06)
### Features

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/spreadsheets",
"private": true,
"version": "1.5.0",
"version": "1.5.1",
"main": "dist/dist.js",
"scripts": {
"skip:lint": "eslint app/ --ext .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.
## [2.2.3](https://github.com/standardnotes/app/compare/@standardnotes/authenticator@2.2.2...@standardnotes/authenticator@2.2.3) (2022-07-13)
**Note:** Version bump only for package @standardnotes/authenticator
## [2.2.2](https://github.com/standardnotes/app/compare/@standardnotes/authenticator@2.2.1...@standardnotes/authenticator@2.2.2) (2022-07-06)
**Note:** Version bump only for package @standardnotes/authenticator

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/authenticator",
"version": "2.2.2",
"version": "2.2.3",
"main": "dist/dist.js",
"author": "Standard Notes",
"private": true,