StandardNotes CI
2023-01-12 13:48:09 +00:00
parent 8104522658
commit d2fba978f8
33 changed files with 112 additions and 16 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.23.2](https://github.com/standardnotes/app/compare/@standardnotes/api@1.23.1...@standardnotes/api@1.23.2) (2023-01-12)
**Note:** Version bump only for package @standardnotes/api
## [1.23.1](https://github.com/standardnotes/app/compare/@standardnotes/api@1.23.0...@standardnotes/api@1.23.1) (2023-01-11)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/api",
"version": "1.23.1",
"version": "1.23.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.
# [1.13.0](https://github.com/standardnotes/app/compare/@standardnotes/blocks-editor@1.12.4...@standardnotes/blocks-editor@1.13.0) (2023-01-12)
### Features
* Added search and replace to Super notes on web/desktop. Press Ctrl+F in a super note to toggle search. (skip e2e) ([#2128](https://github.com/standardnotes/app/issues/2128)) ([8104522](https://github.com/standardnotes/app/commit/8104522658b45c3a5e4d220318a1a3ca60ca4267))
## [1.12.4](https://github.com/standardnotes/app/compare/@standardnotes/blocks-editor@1.12.3...@standardnotes/blocks-editor@1.12.4) (2023-01-11)
**Note:** Version bump only for package @standardnotes/blocks-editor

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/blocks-editor",
"version": "1.12.4",
"version": "1.13.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.104.85](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.137.3...@standardnotes/desktop@3.104.85) (2023-01-12)
**Note:** Version bump only for package @standardnotes/desktop
## [3.104.84](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.137.2...@standardnotes/desktop@3.104.84) (2023-01-11)
**Note:** Version bump only for package @standardnotes/desktop

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/desktop",
"main": "./app/dist/index.js",
"version": "3.104.84",
"version": "3.104.85",
"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.
## [1.20.1](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.20.0...@standardnotes/encryption@1.20.1) (2023-01-12)
**Note:** Version bump only for package @standardnotes/encryption
# [1.20.0](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.19.35...@standardnotes/encryption@1.20.0) (2023-01-09)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/encryption",
"version": "1.20.0",
"version": "1.20.1",
"engines": {
"node": ">=16.0.0 <17.0.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.28.4](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.3...@standardnotes/filepicker@1.28.4) (2023-01-12)
**Note:** Version bump only for package @standardnotes/filepicker
## [1.28.3](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.2...@standardnotes/filepicker@1.28.3) (2023-01-09)
**Note:** Version bump only for package @standardnotes/filepicker

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/filepicker",
"version": "1.28.3",
"version": "1.28.4",
"engines": {
"node": ">=16.0.0 <17.0.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.14.14](https://github.com/standardnotes/app/compare/@standardnotes/files@1.14.13...@standardnotes/files@1.14.14) (2023-01-12)
**Note:** Version bump only for package @standardnotes/files
## [1.14.13](https://github.com/standardnotes/app/compare/@standardnotes/files@1.14.12...@standardnotes/files@1.14.13) (2023-01-09)
**Note:** Version bump only for package @standardnotes/files

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/files",
"version": "1.14.13",
"version": "1.14.14",
"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.
# [1.9.0](https://github.com/standardnotes/app/compare/@standardnotes/icons@1.8.0...@standardnotes/icons@1.9.0) (2023-01-12)
### Features
* Added search and replace to Super notes on web/desktop. Press Ctrl+F in a super note to toggle search. (skip e2e) ([#2128](https://github.com/standardnotes/app/issues/2128)) ([8104522](https://github.com/standardnotes/app/commit/8104522658b45c3a5e4d220318a1a3ca60ca4267))
# [1.8.0](https://github.com/standardnotes/app/compare/@standardnotes/icons@1.7.0...@standardnotes/icons@1.8.0) (2022-12-29)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/icons",
"version": "1.8.0",
"version": "1.9.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.50.21](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.50.20...@standardnotes/mobile@3.50.21) (2023-01-12)
**Note:** Version bump only for package @standardnotes/mobile
## [3.50.20](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.50.19...@standardnotes/mobile@3.50.20) (2023-01-11)
**Note:** Version bump only for package @standardnotes/mobile

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.50.20",
"version": "3.50.21",
"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.42.1](https://github.com/standardnotes/app/compare/@standardnotes/models@1.42.0...@standardnotes/models@1.42.1) (2023-01-12)
**Note:** Version bump only for package @standardnotes/models
# [1.42.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.41.1...@standardnotes/models@1.42.0) (2023-01-06)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/models",
"version": "1.42.0",
"version": "1.42.1",
"engines": {
"node": ">=16.0.0 <17.0.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.108](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.107...@standardnotes/releases@1.4.108) (2023-01-12)
**Note:** Version bump only for package @standardnotes/releases
## [1.4.107](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.106...@standardnotes/releases@1.4.107) (2023-01-11)
**Note:** Version bump only for package @standardnotes/releases

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/releases",
"version": "1.4.107",
"version": "1.4.108",
"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.55.2](https://github.com/standardnotes/app/compare/@standardnotes/services@1.55.1...@standardnotes/services@1.55.2) (2023-01-12)
**Note:** Version bump only for package @standardnotes/services
## [1.55.1](https://github.com/standardnotes/app/compare/@standardnotes/services@1.55.0...@standardnotes/services@1.55.1) (2023-01-11)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/services",
"version": "1.55.1",
"version": "1.55.2",
"engines": {
"node": ">=16.0.0 <17.0.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.
## [2.163.2](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.163.1...@standardnotes/snjs@2.163.2) (2023-01-12)
**Note:** Version bump only for package @standardnotes/snjs
## [2.163.1](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.163.0...@standardnotes/snjs@2.163.1) (2023-01-11)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/snjs",
"version": "2.163.1",
"version": "2.163.2",
"engines": {
"node": ">=16.0.0 <17.0.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.3.18](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.3.17...@standardnotes/toast@1.3.18) (2023-01-12)
**Note:** Version bump only for package @standardnotes/toast
## [1.3.17](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.3.16...@standardnotes/toast@1.3.17) (2023-01-04)
**Note:** Version bump only for package @standardnotes/toast

View File

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

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.24.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.23.9...@standardnotes/ui-services@1.24.0) (2023-01-12)
### Features
* Added search and replace to Super notes on web/desktop. Press Ctrl+F in a super note to toggle search. (skip e2e) ([#2128](https://github.com/standardnotes/app/issues/2128)) ([8104522](https://github.com/standardnotes/app/commit/8104522658b45c3a5e4d220318a1a3ca60ca4267))
## [1.23.9](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.23.8...@standardnotes/ui-services@1.23.9) (2023-01-11)
**Note:** Version bump only for package @standardnotes/ui-services

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/ui-services",
"version": "1.23.9",
"version": "1.24.0",
"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.
# [1.16.0](https://github.com/standardnotes/app/compare/@standardnotes/utils@1.15.2...@standardnotes/utils@1.16.0) (2023-01-12)
### Features
* Added search and replace to Super notes on web/desktop. Press Ctrl+F in a super note to toggle search. (skip e2e) ([#2128](https://github.com/standardnotes/app/issues/2128)) ([8104522](https://github.com/standardnotes/app/commit/8104522658b45c3a5e4d220318a1a3ca60ca4267))
## [1.15.2](https://github.com/standardnotes/app/compare/@standardnotes/utils@1.15.1...@standardnotes/utils@1.15.2) (2023-01-04)
**Note:** Version bump only for package @standardnotes/utils

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/utils",
"version": "1.15.2",
"version": "1.16.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.138.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.137.3...@standardnotes/web@3.138.0) (2023-01-12)
### Bug Fixes
* Fixed issue where "Open downloads" button would not show up for the latest version in "Whats New" ([00466c7](https://github.com/standardnotes/app/commit/00466c731ee11b5eed7595a3fe46320b1e45cec7))
### Features
* Added search and replace to Super notes on web/desktop. Press Ctrl+F in a super note to toggle search. (skip e2e) ([#2128](https://github.com/standardnotes/app/issues/2128)) ([8104522](https://github.com/standardnotes/app/commit/8104522658b45c3a5e4d220318a1a3ca60ca4267))
## [3.137.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.137.2...@standardnotes/web@3.137.3) (2023-01-11)
**Note:** Version bump only for package @standardnotes/web

View File

@@ -1,5 +1,23 @@
{
"versions": [
{
"version": "3.138.0",
"title": "[3.138.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.137.3...@standardnotes/web@3.138.0) (2023-01-12)",
"date": null,
"body": "### Bug Fixes\n\n* Fixed issue where \"Open downloads\" button would not show up for the latest version in \"Whats New\" ([00466c7](https://github.com/standardnotes/app/commit/00466c731ee11b5eed7595a3fe46320b1e45cec7))\n\n### Features\n\n* Added search and replace to Super notes on web/desktop. Press Ctrl+F in a super note to toggle search. (skip e2e) ([#2128](https://github.com/standardnotes/app/issues/2128)) ([8104522](https://github.com/standardnotes/app/commit/8104522658b45c3a5e4d220318a1a3ca60ca4267))",
"parsed": {
"_": [
"Fixed issue where \"Open downloads\" button would not show up for the latest version in \"Whats New\" (00466c7)",
"Added search and replace to Super notes on web/desktop. Press Ctrl+F in a super note to toggle search. (skip e2e) (#2128) (8104522)"
],
"Bug Fixes": [
"Fixed issue where \"Open downloads\" button would not show up for the latest version in \"Whats New\" (00466c7)"
],
"Features": [
"Added search and replace to Super notes on web/desktop. Press Ctrl+F in a super note to toggle search. (skip e2e) (#2128) (8104522)"
]
}
},
{
"version": "3.137.3",
"title": "[3.137.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.137.2...@standardnotes/web@3.137.3) (2023-01-11)",

View File

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