chore(release): publish

- @standardnotes/blocks-editor@1.7.0
 - @standardnotes/desktop@3.100.17
 - @standardnotes/icons@1.6.0
 - @standardnotes/mobile@3.46.27
 - @standardnotes/releases@1.3.253
 - @standardnotes/toast@1.3.11
 - @standardnotes/ui-services@1.14.2
 - @standardnotes/web@3.104.0
This commit is contained in:
StandardNotes CI
2022-11-19 15:17:36 +00:00
parent c39c72da7a
commit 09b8f00eed
16 changed files with 46 additions and 8 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.7.0](https://github.com/standardnotes/app/compare/@standardnotes/blocks-editor@1.6.2...@standardnotes/blocks-editor@1.7.0) (2022-11-19)
### Features
* ability to drag super list items; secure password generation blocks ([#2039](https://github.com/standardnotes/app/issues/2039)) ([c39c72d](https://github.com/standardnotes/app/commit/c39c72da7a4fb85f4da9aa4e6f8e9f7ba4486a94))
## [1.6.2](https://github.com/standardnotes/app/compare/@standardnotes/blocks-editor@1.6.1...@standardnotes/blocks-editor@1.6.2) (2022-11-19)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/blocks-editor",
"version": "1.6.2",
"version": "1.7.0",
"private": true,
"main": "./src/index.ts",
"scripts": {

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.100.17](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.100.16...@standardnotes/desktop@3.100.17) (2022-11-19)
**Note:** Version bump only for package @standardnotes/desktop
## [3.100.16](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.100.15...@standardnotes/desktop@3.100.16) (2022-11-19)
**Note:** Version bump only for package @standardnotes/desktop

View File

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

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.6.0](https://github.com/standardnotes/app/compare/@standardnotes/icons@1.5.0...@standardnotes/icons@1.6.0) (2022-11-19)
### Features
* ability to drag super list items; secure password generation blocks ([#2039](https://github.com/standardnotes/app/issues/2039)) ([c39c72d](https://github.com/standardnotes/app/commit/c39c72da7a4fb85f4da9aa4e6f8e9f7ba4486a94))
# [1.5.0](https://github.com/standardnotes/app/compare/@standardnotes/icons@1.4.10...@standardnotes/icons@1.5.0) (2022-11-18)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/icons",
"version": "1.5.0",
"version": "1.6.0",
"private": true,
"main": "dist/index.js",
"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.46.27](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.46.26...@standardnotes/mobile@3.46.27) (2022-11-19)
**Note:** Version bump only for package @standardnotes/mobile
## [3.46.26](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.46.25...@standardnotes/mobile@3.46.26) (2022-11-19)
**Note:** Version bump only for package @standardnotes/mobile

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.46.26",
"version": "3.46.27",
"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.253](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.252...@standardnotes/releases@1.3.253) (2022-11-19)
**Note:** Version bump only for package @standardnotes/releases
## [1.3.252](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.251...@standardnotes/releases@1.3.252) (2022-11-19)
**Note:** Version bump only for package @standardnotes/releases

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/releases",
"version": "1.3.252",
"version": "1.3.253",
"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.
## [1.3.11](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.3.10...@standardnotes/toast@1.3.11) (2022-11-19)
**Note:** Version bump only for package @standardnotes/toast
## [1.3.10](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.3.9...@standardnotes/toast@1.3.10) (2022-11-18)
**Note:** Version bump only for package @standardnotes/toast

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/toast",
"version": "1.3.10",
"version": "1.3.11",
"private": true,
"main": "./src/index.ts",
"scripts": {

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.14.2](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.14.1...@standardnotes/ui-services@1.14.2) (2022-11-19)
**Note:** Version bump only for package @standardnotes/ui-services
## [1.14.1](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.14.0...@standardnotes/ui-services@1.14.1) (2022-11-18)
**Note:** Version bump only for package @standardnotes/ui-services

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/ui-services",
"version": "1.14.1",
"version": "1.14.2",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

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.104.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.103.2...@standardnotes/web@3.104.0) (2022-11-19)
### Features
* ability to drag super list items; secure password generation blocks ([#2039](https://github.com/standardnotes/app/issues/2039)) ([c39c72d](https://github.com/standardnotes/app/commit/c39c72da7a4fb85f4da9aa4e6f8e9f7ba4486a94))
## [3.103.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.103.1...@standardnotes/web@3.103.2) (2022-11-19)
### Bug Fixes

View File

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