StandardNotes CI
2023-08-21 13:53:50 +00:00
parent a6029e3ef1
commit e54e442399
29 changed files with 81 additions and 14 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.26.49](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.48...@standardnotes/api@1.26.49) (2023-08-21)
**Note:** Version bump only for package @standardnotes/api
## [1.26.48](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.47...@standardnotes/api@1.26.48) (2023-08-12)
**Note:** Version bump only for package @standardnotes/api

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/api",
"version": "1.26.48",
"version": "1.26.49",
"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.1.186](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.185...@standardnotes/clipper@1.1.186) (2023-08-21)
**Note:** Version bump only for package @standardnotes/clipper
## [1.1.185](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.184...@standardnotes/clipper@1.1.185) (2023-08-18)
**Note:** Version bump only for package @standardnotes/clipper

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/clipper",
"description": "Web clipper browser extension for Standard Notes",
"version": "1.1.185",
"version": "1.1.186",
"private": true,
"scripts": {
"build-mv2": "yarn clean && webpack --config ./webpack.config.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.108.118](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.171.2...@standardnotes/desktop@3.108.118) (2023-08-21)
**Note:** Version bump only for package @standardnotes/desktop
## [3.108.117](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.171.1...@standardnotes/desktop@3.108.117) (2023-08-18)
**Note:** Version bump only for package @standardnotes/desktop

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/desktop",
"main": "./app/dist/index.js",
"version": "3.108.117",
"version": "3.108.118",
"license": "CC BY-NC-SA 4.0",
"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.21.71](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.70...@standardnotes/encryption@1.21.71) (2023-08-21)
**Note:** Version bump only for package @standardnotes/encryption
## [1.21.70](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.69...@standardnotes/encryption@1.21.70) (2023-08-12)
**Note:** Version bump only for package @standardnotes/encryption

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/encryption",
"version": "1.21.70",
"version": "1.21.71",
"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.82](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.81...@standardnotes/filepicker@1.28.82) (2023-08-21)
**Note:** Version bump only for package @standardnotes/filepicker
## [1.28.81](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.80...@standardnotes/filepicker@1.28.81) (2023-08-18)
**Note:** Version bump only for package @standardnotes/filepicker

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/filepicker",
"version": "1.28.81",
"version": "1.28.82",
"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.17.1](https://github.com/standardnotes/app/compare/@standardnotes/files@1.17.0...@standardnotes/files@1.17.1) (2023-08-21)
**Note:** Version bump only for package @standardnotes/files
# [1.17.0](https://github.com/standardnotes/app/compare/@standardnotes/files@1.16.26...@standardnotes/files@1.17.0) (2023-08-18)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/files",
"version": "1.17.0",
"version": "1.17.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.
## [3.56.97](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.96...@standardnotes/mobile@3.56.97) (2023-08-21)
**Note:** Version bump only for package @standardnotes/mobile
## [3.56.96](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.95...@standardnotes/mobile@3.56.96) (2023-08-18)
**Note:** Version bump only for package @standardnotes/mobile

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.56.96",
"version": "3.56.97",
"author": "Standard Notes.",
"private": true,
"license": "CC BY-NC-SA 4.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.47.8](https://github.com/standardnotes/app/compare/@standardnotes/models@1.47.7...@standardnotes/models@1.47.8) (2023-08-21)
**Note:** Version bump only for package @standardnotes/models
## [1.47.7](https://github.com/standardnotes/app/compare/@standardnotes/models@1.47.6...@standardnotes/models@1.47.7) (2023-08-12)
**Note:** Version bump only for package @standardnotes/models

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/models",
"version": "1.47.7",
"version": "1.47.8",
"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.470](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.469...@standardnotes/releases@1.4.470) (2023-08-21)
**Note:** Version bump only for package @standardnotes/releases
## [1.4.469](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.468...@standardnotes/releases@1.4.469) (2023-08-18)
**Note:** Version bump only for package @standardnotes/releases

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/releases",
"version": "1.4.469",
"version": "1.4.470",
"license": "CC BY-NC-SA 4.0",
"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.13.38](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.37...@standardnotes/responses@1.13.38) (2023-08-21)
**Note:** Version bump only for package @standardnotes/responses
## [1.13.37](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.36...@standardnotes/responses@1.13.37) (2023-08-11)
**Note:** Version bump only for package @standardnotes/responses

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/responses",
"version": "1.13.37",
"version": "1.13.38",
"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.64.1](https://github.com/standardnotes/app/compare/@standardnotes/services@1.64.0...@standardnotes/services@1.64.1) (2023-08-21)
**Note:** Version bump only for package @standardnotes/services
# [1.64.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.63.38...@standardnotes/services@1.64.0) (2023-08-18)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/services",
"version": "1.64.0",
"version": "1.64.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.
## [2.202.52](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.202.51...@standardnotes/snjs@2.202.52) (2023-08-21)
**Note:** Version bump only for package @standardnotes/snjs
## [2.202.51](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.202.50...@standardnotes/snjs@2.202.51) (2023-08-18)
**Note:** Version bump only for package @standardnotes/snjs

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/snjs",
"version": "2.202.51",
"version": "2.202.52",
"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.30.1](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.30.0...@standardnotes/ui-services@1.30.1) (2023-08-21)
**Note:** Version bump only for package @standardnotes/ui-services
# [1.30.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.29.17...@standardnotes/ui-services@1.30.0) (2023-08-18)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/ui-services",
"version": "1.30.0",
"version": "1.30.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.
## [3.171.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.171.2...@standardnotes/web@3.171.3) (2023-08-21)
**Note:** Version bump only for package @standardnotes/web
## [3.171.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.171.1...@standardnotes/web@3.171.2) (2023-08-18)
**Note:** Version bump only for package @standardnotes/web

View File

@@ -1,5 +1,16 @@
{
"versions": [
{
"version": "3.171.3",
"title": "[3.171.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.171.2...@standardnotes/web@3.171.3) (2023-08-21)",
"date": null,
"body": "**Note:** Version bump only for package @standardnotes/web",
"parsed": {
"_": [
"Note: Version bump only for package @standardnotes/web"
]
}
},
{
"version": "3.171.2",
"title": "[3.171.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.171.1...@standardnotes/web@3.171.2) (2023-08-18)",

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/web",
"version": "3.171.2",
"version": "3.171.3",
"license": "CC BY-NC-SA 4.0",
"main": "dist/app.js",
"author": "Standard Notes",