StandardNotes CI
2022-10-24 13:18:36 +00:00
parent c3212b019e
commit a96323dfff
16 changed files with 52 additions and 8 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.18.0](https://github.com/standardnotes/app/compare/@standardnotes/api@1.17.2...@standardnotes/api@1.18.0) (2022-10-24)
### Features
* **web:** add accepting subscription invites from UI ([0c44ad6](https://github.com/standardnotes/app/commit/0c44ad6c8eace6d5fe957fa75c205c66c5f590b4))
## [1.17.2](https://github.com/standardnotes/app/compare/@standardnotes/api@1.17.1...@standardnotes/api@1.17.2) (2022-10-21) ## [1.17.2](https://github.com/standardnotes/app/compare/@standardnotes/api@1.17.1...@standardnotes/api@1.17.2) (2022-10-21)
**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.17.2", "version": "1.18.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.23.244](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.243...@standardnotes/desktop@3.23.244) (2022-10-24)
**Note:** Version bump only for package @standardnotes/desktop
## [3.23.243](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.242...@standardnotes/desktop@3.23.243) (2022-10-24) ## [3.23.243](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.242...@standardnotes/desktop@3.23.243) (2022-10-24)
**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.23.243", "version": "3.23.244",
"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,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.43.31](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.43.30...@standardnotes/mobile@3.43.31) (2022-10-24)
**Note:** Version bump only for package @standardnotes/mobile
## [3.43.30](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.43.29...@standardnotes/mobile@3.43.30) (2022-10-24) ## [3.43.30](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.43.29...@standardnotes/mobile@3.43.30) (2022-10-24)
**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.43.30", "version": "3.43.31",
"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.3.173](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.172...@standardnotes/releases@1.3.173) (2022-10-24)
**Note:** Version bump only for package @standardnotes/releases
## [1.3.172](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.171...@standardnotes/releases@1.3.172) (2022-10-24) ## [1.3.172](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.171...@standardnotes/releases@1.3.172) (2022-10-24)
**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.3.172", "version": "1.3.173",
"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.35.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.34.4...@standardnotes/services@1.35.0) (2022-10-24)
### Features
* **web:** add accepting subscription invites from UI ([0c44ad6](https://github.com/standardnotes/app/commit/0c44ad6c8eace6d5fe957fa75c205c66c5f590b4))
## [1.34.4](https://github.com/standardnotes/app/compare/@standardnotes/services@1.34.3...@standardnotes/services@1.34.4) (2022-10-21) ## [1.34.4](https://github.com/standardnotes/app/compare/@standardnotes/services@1.34.3...@standardnotes/services@1.34.4) (2022-10-21)
**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.34.4", "version": "1.35.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.
## [2.143.1](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.143.0...@standardnotes/snjs@2.143.1) (2022-10-24)
**Note:** Version bump only for package @standardnotes/snjs
# [2.143.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.142.3...@standardnotes/snjs@2.143.0) (2022-10-21) # [2.143.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.142.3...@standardnotes/snjs@2.143.0) (2022-10-21)
### Features ### Features

View File

@@ -1,6 +1,6 @@
{ {
"name": "@standardnotes/snjs", "name": "@standardnotes/snjs",
"version": "2.143.0", "version": "2.143.1",
"engines": { "engines": {
"node": ">=16.0.0 <17.0.0" "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. 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.10.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.9.2...@standardnotes/ui-services@1.10.0) (2022-10-24)
### Features
* **web:** add accepting subscription invites from UI ([0c44ad6](https://github.com/standardnotes/app/commit/0c44ad6c8eace6d5fe957fa75c205c66c5f590b4))
## [1.9.2](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.9.1...@standardnotes/ui-services@1.9.2) (2022-10-21) ## [1.9.2](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.9.1...@standardnotes/ui-services@1.9.2) (2022-10-21)
**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.9.2", "version": "1.10.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.
# [3.85.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.84.7...@standardnotes/web@3.85.0) (2022-10-24)
### Bug Fixes
* lint ([c3212b0](https://github.com/standardnotes/app/commit/c3212b019e93a4684c7914b02fb94b239e99c7ff))
### Features
* **web:** add accepting subscription invites from UI ([0c44ad6](https://github.com/standardnotes/app/commit/0c44ad6c8eace6d5fe957fa75c205c66c5f590b4))
## [3.84.7](https://github.com/standardnotes/app/compare/@standardnotes/web@3.84.6...@standardnotes/web@3.84.7) (2022-10-24) ## [3.84.7](https://github.com/standardnotes/app/compare/@standardnotes/web@3.84.6...@standardnotes/web@3.84.7) (2022-10-24)
### Bug Fixes ### Bug Fixes

View File

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