StandardNotes CI
2023-07-04 13:02:42 +00:00
parent b06999d25b
commit 9664d31c4e
25 changed files with 71 additions and 12 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.20](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.19...@standardnotes/api@1.26.20) (2023-07-04)
**Note:** Version bump only for package @standardnotes/api
## [1.26.19](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.18...@standardnotes/api@1.26.19) (2023-07-03)
**Note:** Version bump only for package @standardnotes/api

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/api",
"version": "1.26.19",
"version": "1.26.20",
"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.68](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.67...@standardnotes/clipper@1.1.68) (2023-07-04)
**Note:** Version bump only for package @standardnotes/clipper
## [1.1.67](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.66...@standardnotes/clipper@1.1.67) (2023-07-04)
**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.67",
"version": "1.1.68",
"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.107.3](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.164.2...@standardnotes/desktop@3.107.3) (2023-07-04)
**Note:** Version bump only for package @standardnotes/desktop
## [3.107.2](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.164.1...@standardnotes/desktop@3.107.2) (2023-07-04)
**Note:** Version bump only for package @standardnotes/desktop

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/desktop",
"main": "./app/dist/index.js",
"version": "3.107.2",
"version": "3.107.3",
"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.21.46](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.45...@standardnotes/encryption@1.21.46) (2023-07-04)
**Note:** Version bump only for package @standardnotes/encryption
## [1.21.45](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.44...@standardnotes/encryption@1.21.45) (2023-07-03)
**Note:** Version bump only for package @standardnotes/encryption

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/encryption",
"version": "1.21.45",
"version": "1.21.46",
"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.55](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.54...@standardnotes/filepicker@1.28.55) (2023-07-04)
**Note:** Version bump only for package @standardnotes/filepicker
## [1.28.54](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.53...@standardnotes/filepicker@1.28.54) (2023-07-03)
**Note:** Version bump only for package @standardnotes/filepicker

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/filepicker",
"version": "1.28.54",
"version": "1.28.55",
"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.16.1](https://github.com/standardnotes/app/compare/@standardnotes/files@1.16.0...@standardnotes/files@1.16.1) (2023-07-04)
**Note:** Version bump only for package @standardnotes/files
# [1.16.0](https://github.com/standardnotes/app/compare/@standardnotes/files@1.15.15...@standardnotes/files@1.16.0) (2023-07-03)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/files",
"version": "1.16.0",
"version": "1.16.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.54.3](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.54.2...@standardnotes/mobile@3.54.3) (2023-07-04)
**Note:** Version bump only for package @standardnotes/mobile
## [3.54.2](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.54.1...@standardnotes/mobile@3.54.2) (2023-07-04)
**Note:** Version bump only for package @standardnotes/mobile

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.54.2",
"version": "3.54.3",
"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.4.345](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.344...@standardnotes/releases@1.4.345) (2023-07-04)
**Note:** Version bump only for package @standardnotes/releases
## [1.4.344](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.343...@standardnotes/releases@1.4.344) (2023-07-04)
**Note:** Version bump only for package @standardnotes/releases

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/releases",
"version": "1.4.344",
"version": "1.4.345",
"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.61.2](https://github.com/standardnotes/app/compare/@standardnotes/services@1.61.1...@standardnotes/services@1.61.2) (2023-07-04)
**Note:** Version bump only for package @standardnotes/services
## [1.61.1](https://github.com/standardnotes/app/compare/@standardnotes/services@1.61.0...@standardnotes/services@1.61.1) (2023-07-03)
**Note:** Version bump only for package @standardnotes/services

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/services",
"version": "1.61.1",
"version": "1.61.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.201.2](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.201.1...@standardnotes/snjs@2.201.2) (2023-07-04)
**Note:** Version bump only for package @standardnotes/snjs
## [2.201.1](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.201.0...@standardnotes/snjs@2.201.1) (2023-07-03)
**Note:** Version bump only for package @standardnotes/snjs

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/snjs",
"version": "2.201.1",
"version": "2.201.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.27.2](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.27.1...@standardnotes/ui-services@1.27.2) (2023-07-04)
**Note:** Version bump only for package @standardnotes/ui-services
## [1.27.1](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.27.0...@standardnotes/ui-services@1.27.1) (2023-07-03)
**Note:** Version bump only for package @standardnotes/ui-services

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/ui-services",
"version": "1.27.1",
"version": "1.27.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.
## [3.164.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.164.2...@standardnotes/web@3.164.3) (2023-07-04)
**Note:** Version bump only for package @standardnotes/web
## [3.164.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.164.1...@standardnotes/web@3.164.2) (2023-07-04)
**Note:** Version bump only for package @standardnotes/web

View File

@@ -1,5 +1,16 @@
{
"versions": [
{
"version": "3.164.3",
"title": "[3.164.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.164.2...@standardnotes/web@3.164.3) (2023-07-04)",
"date": null,
"body": "**Note:** Version bump only for package @standardnotes/web",
"parsed": {
"_": [
"Note: Version bump only for package @standardnotes/web"
]
}
},
{
"version": "3.164.2",
"title": "[3.164.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.164.1...@standardnotes/web@3.164.2) (2023-07-04)",

View File

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