StandardNotes CI
2023-01-18 14:05:40 +00:00
parent 271db1c3dc
commit 51b8aca8d7
27 changed files with 104 additions and 13 deletions

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.
# [1.24.0](https://github.com/standardnotes/app/compare/@standardnotes/api@1.23.2...@standardnotes/api@1.24.0) (2023-01-18)
### Features
* **snjs:** add revisions api v2 ([#2154](https://github.com/standardnotes/app/issues/2154)) ([880a537](https://github.com/standardnotes/app/commit/880a537774ddcefaedb0d4e5dc50b363f4b93e01))
## [1.23.2](https://github.com/standardnotes/app/compare/@standardnotes/api@1.23.1...@standardnotes/api@1.23.2) (2023-01-12) ## [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 **Note:** Version bump only for package @standardnotes/api

View File

@@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/api", "name": "@standardnotes/api",
"version": "1.23.2", "version": "1.24.0",
"engines": { "engines": {
"node": ">=16.0.0 <17.0.0" "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. 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.104.92](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.138.6...@standardnotes/desktop@3.104.92) (2023-01-18)
**Note:** Version bump only for package @standardnotes/desktop
## [3.104.91](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.138.5...@standardnotes/desktop@3.104.91) (2023-01-17) ## [3.104.91](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.138.5...@standardnotes/desktop@3.104.91) (2023-01-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.104.91", "version": "3.104.92",
"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,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.
# [1.21.0](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.20.1...@standardnotes/encryption@1.21.0) (2023-01-18)
### Features
* **snjs:** add revisions api v2 ([#2154](https://github.com/standardnotes/app/issues/2154)) ([880a537](https://github.com/standardnotes/app/commit/880a537774ddcefaedb0d4e5dc50b363f4b93e01))
## [1.20.1](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.20.0...@standardnotes/encryption@1.20.1) (2023-01-12) ## [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 **Note:** Version bump only for package @standardnotes/encryption

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/files", "name": "@standardnotes/files",
"version": "1.14.14", "version": "1.14.15",
"engines": { "engines": {
"node": ">=16.0.0 <17.0.0" "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. 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.50.28](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.50.27...@standardnotes/mobile@3.50.28) (2023-01-18)
**Note:** Version bump only for package @standardnotes/mobile
## [3.50.27](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.50.26...@standardnotes/mobile@3.50.27) (2023-01-17) ## [3.50.27](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.50.26...@standardnotes/mobile@3.50.27) (2023-01-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.50.27", "version": "3.50.28",
"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.42.2](https://github.com/standardnotes/app/compare/@standardnotes/models@1.42.1...@standardnotes/models@1.42.2) (2023-01-18)
**Note:** Version bump only for package @standardnotes/models
## [1.42.1](https://github.com/standardnotes/app/compare/@standardnotes/models@1.42.0...@standardnotes/models@1.42.1) (2023-01-12) ## [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 **Note:** Version bump only for package @standardnotes/models

View File

@@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/models", "name": "@standardnotes/models",
"version": "1.42.1", "version": "1.42.2",
"engines": { "engines": {
"node": ">=16.0.0 <17.0.0" "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. 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.4.115](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.114...@standardnotes/releases@1.4.115) (2023-01-18)
**Note:** Version bump only for package @standardnotes/releases
## [1.4.114](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.113...@standardnotes/releases@1.4.114) (2023-01-17) ## [1.4.114](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.113...@standardnotes/releases@1.4.114) (2023-01-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.4.114", "version": "1.4.115",
"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.
# [1.13.0](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.12.13...@standardnotes/responses@1.13.0) (2023-01-18)
### Features
* **snjs:** add revisions api v2 ([#2154](https://github.com/standardnotes/app/issues/2154)) ([880a537](https://github.com/standardnotes/app/commit/880a537774ddcefaedb0d4e5dc50b363f4b93e01))
## [1.12.13](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.12.12...@standardnotes/responses@1.12.13) (2023-01-06) ## [1.12.13](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.12.12...@standardnotes/responses@1.12.13) (2023-01-06)
**Note:** Version bump only for package @standardnotes/responses **Note:** Version bump only for package @standardnotes/responses

View File

@@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/responses", "name": "@standardnotes/responses",
"version": "1.12.13", "version": "1.13.0",
"engines": { "engines": {
"node": ">=16.0.0 <17.0.0" "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. 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.56.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.55.2...@standardnotes/services@1.56.0) (2023-01-18)
### Bug Fixes
* **snjs:** notify http service of refresh session ([271db1c](https://github.com/standardnotes/app/commit/271db1c3dcf663633cb23465c24e1aeef1a9d829))
### Features
* **snjs:** add revisions api v2 ([#2154](https://github.com/standardnotes/app/issues/2154)) ([880a537](https://github.com/standardnotes/app/commit/880a537774ddcefaedb0d4e5dc50b363f4b93e01))
## [1.55.2](https://github.com/standardnotes/app/compare/@standardnotes/services@1.55.1...@standardnotes/services@1.55.2) (2023-01-12) ## [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 **Note:** Version bump only for package @standardnotes/services

View File

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

View File

@@ -3,6 +3,18 @@
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.
# [2.164.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.163.7...@standardnotes/snjs@2.164.0) (2023-01-18)
### Bug Fixes
* **snjs:** history revisions specs ([24cda40](https://github.com/standardnotes/app/commit/24cda40ddea31ffc9a3af60acb456d8eb9fe21af))
* **snjs:** increase revision creation delay in specs ([d734574](https://github.com/standardnotes/app/commit/d734574a7e12566aff8d9dce4d98381f713bbcca))
* **snjs:** notify http service of refresh session ([271db1c](https://github.com/standardnotes/app/commit/271db1c3dcf663633cb23465c24e1aeef1a9d829))
### Features
* **snjs:** add revisions api v2 ([#2154](https://github.com/standardnotes/app/issues/2154)) ([880a537](https://github.com/standardnotes/app/commit/880a537774ddcefaedb0d4e5dc50b363f4b93e01))
## [2.163.7](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.163.6...@standardnotes/snjs@2.163.7) (2023-01-17) ## [2.163.7](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.163.6...@standardnotes/snjs@2.163.7) (2023-01-17)
**Note:** Version bump only for package @standardnotes/snjs **Note:** Version bump only for package @standardnotes/snjs

View File

@@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/snjs", "name": "@standardnotes/snjs",
"version": "2.163.7", "version": "2.164.0",
"engines": { "engines": {
"node": ">=16.0.0 <17.0.0" "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. 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.24.4](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.24.3...@standardnotes/ui-services@1.24.4) (2023-01-18)
**Note:** Version bump only for package @standardnotes/ui-services
## [1.24.3](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.24.2...@standardnotes/ui-services@1.24.3) (2023-01-16) ## [1.24.3](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.24.2...@standardnotes/ui-services@1.24.3) (2023-01-16)
**Note:** Version bump only for package @standardnotes/ui-services **Note:** Version bump only for package @standardnotes/ui-services

View File

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

View File

@@ -3,6 +3,13 @@
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.139.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.138.6...@standardnotes/web@3.139.0) (2023-01-18)
### Features
* Added rename option to file preview modal ([aa88966](https://github.com/standardnotes/app/commit/aa8896678315de67551c786e64aec7dfd10479e3))
* **snjs:** add revisions api v2 ([#2154](https://github.com/standardnotes/app/issues/2154)) ([880a537](https://github.com/standardnotes/app/commit/880a537774ddcefaedb0d4e5dc50b363f4b93e01))
## [3.138.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.138.5...@standardnotes/web@3.138.6) (2023-01-17) ## [3.138.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.138.5...@standardnotes/web@3.138.6) (2023-01-17)
**Note:** Version bump only for package @standardnotes/web **Note:** Version bump only for package @standardnotes/web

View File

@@ -1,5 +1,21 @@
{ {
"versions": [ "versions": [
{
"version": "3.139.0",
"title": "[3.139.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.138.6...@standardnotes/web@3.139.0) (2023-01-18)",
"date": null,
"body": "### Features\n\n* Added rename option to file preview modal ([aa88966](https://github.com/standardnotes/app/commit/aa8896678315de67551c786e64aec7dfd10479e3))\n* **snjs:** add revisions api v2 ([#2154](https://github.com/standardnotes/app/issues/2154)) ([880a537](https://github.com/standardnotes/app/commit/880a537774ddcefaedb0d4e5dc50b363f4b93e01))",
"parsed": {
"_": [
"Added rename option to file preview modal (aa88966)",
"snjs: add revisions api v2 (#2154) (880a537)"
],
"Features": [
"Added rename option to file preview modal (aa88966)",
"snjs: add revisions api v2 (#2154) (880a537)"
]
}
},
{ {
"version": "3.138.6", "version": "3.138.6",
"title": "[3.138.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.138.5...@standardnotes/web@3.138.6) (2023-01-17)", "title": "[3.138.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.138.5...@standardnotes/web@3.138.6) (2023-01-17)",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/web", "name": "@standardnotes/web",
"version": "3.138.6", "version": "3.139.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.",