From 9f6316976c5fdbf9e5cbcffe6000970f4c1bc6f1 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Thu, 24 Nov 2022 12:06:34 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/releases@1.4.0 - @standardnotes/services@1.47.0 - @standardnotes/snjs@2.152.0 - @standardnotes/ui-services@1.16.0 - @standardnotes/web@3.108.0 --- packages/releases/CHANGELOG.md | 6 ++++++ packages/releases/package.json | 2 +- packages/services/CHANGELOG.md | 6 ++++++ packages/services/package.json | 2 +- packages/snjs/CHANGELOG.md | 10 ++++++++++ packages/snjs/package.json | 2 +- packages/ui-services/CHANGELOG.md | 6 ++++++ packages/ui-services/package.json | 2 +- packages/web/CHANGELOG.md | 6 ++++++ packages/web/CHANGELOG.md.json | 14 ++++++++++++++ packages/web/package.json | 2 +- 11 files changed, 53 insertions(+), 5 deletions(-) diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index b16cf3e82..11becd34c 100644 --- a/packages/releases/CHANGELOG.md +++ b/packages/releases/CHANGELOG.md @@ -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.4.0](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.257...@standardnotes/releases@1.4.0) (2022-11-24) + +### Features + +* New 'What's New' section in Preferences ([#2049](https://github.com/standardnotes/app/issues/2049)) (skip e2e) ([0a01ddb](https://github.com/standardnotes/app/commit/0a01ddb430154fa4518985458c15c644855c80ea)) + ## [1.3.257](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.256...@standardnotes/releases@1.3.257) (2022-11-23) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 8d0baf95b..1eac880c0 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.257", + "version": "1.4.0", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index 03a93d3ad..4859db46a 100644 --- a/packages/services/CHANGELOG.md +++ b/packages/services/CHANGELOG.md @@ -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.47.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.46.1...@standardnotes/services@1.47.0) (2022-11-24) + +### Features + +* New 'What's New' section in Preferences ([#2049](https://github.com/standardnotes/app/issues/2049)) (skip e2e) ([0a01ddb](https://github.com/standardnotes/app/commit/0a01ddb430154fa4518985458c15c644855c80ea)) + ## [1.46.1](https://github.com/standardnotes/app/compare/@standardnotes/services@1.46.0...@standardnotes/services@1.46.1) (2022-11-23) **Note:** Version bump only for package @standardnotes/services diff --git a/packages/services/package.json b/packages/services/package.json index 3b8c5ad64..ef605e944 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.46.1", + "version": "1.47.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 349f94063..47e4387fc 100644 --- a/packages/snjs/CHANGELOG.md +++ b/packages/snjs/CHANGELOG.md @@ -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. +# [2.152.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.151.11...@standardnotes/snjs@2.152.0) (2022-11-24) + +### Bug Fixes + +* **snjs:** factory timeout to propagate subscription purchase ([c40b17b](https://github.com/standardnotes/app/commit/c40b17bd4cdb943b299e3cb17f0cbb5ce8e736e2)) + +### Features + +* New 'What's New' section in Preferences ([#2049](https://github.com/standardnotes/app/issues/2049)) (skip e2e) ([0a01ddb](https://github.com/standardnotes/app/commit/0a01ddb430154fa4518985458c15c644855c80ea)) + ## [2.151.11](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.151.10...@standardnotes/snjs@2.151.11) (2022-11-23) ### Bug Fixes diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 4e2e7d686..b30415ad6 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.151.11", + "version": "2.152.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 82f815c2a..a6fdedc5c 100644 --- a/packages/ui-services/CHANGELOG.md +++ b/packages/ui-services/CHANGELOG.md @@ -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/ui-services@1.15.0...@standardnotes/ui-services@1.16.0) (2022-11-24) + +### Features + +* New 'What's New' section in Preferences ([#2049](https://github.com/standardnotes/app/issues/2049)) (skip e2e) ([0a01ddb](https://github.com/standardnotes/app/commit/0a01ddb430154fa4518985458c15c644855c80ea)) + # [1.15.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.14.4...@standardnotes/ui-services@1.15.0) (2022-11-23) ### Features diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 895f25208..b83cb6651 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.15.0", + "version": "1.16.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 42d18530b..6d463a06f 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -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. +# [3.108.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.107.0...@standardnotes/web@3.108.0) (2022-11-24) + +### Features + +* New 'What's New' section in Preferences ([#2049](https://github.com/standardnotes/app/issues/2049)) (skip e2e) ([0a01ddb](https://github.com/standardnotes/app/commit/0a01ddb430154fa4518985458c15c644855c80ea)) + # [3.107.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.106.0...@standardnotes/web@3.107.0) (2022-11-23) ### Bug Fixes diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 8ec138726..f2097073b 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.108.0", + "title": "[3.108.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.107.0...@standardnotes/web@3.108.0) (2022-11-24)", + "date": null, + "body": "### Features\n\n* New 'What's New' section in Preferences ([#2049](https://github.com/standardnotes/app/issues/2049)) (skip e2e) ([0a01ddb](https://github.com/standardnotes/app/commit/0a01ddb430154fa4518985458c15c644855c80ea))", + "parsed": { + "_": [ + "New 'What's New' section in Preferences (#2049) (skip e2e) (0a01ddb)" + ], + "Features": [ + "New 'What's New' section in Preferences (#2049) (skip e2e) (0a01ddb)" + ] + } + }, { "version": "3.107.0", "title": "[3.107.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.106.0...@standardnotes/web@3.107.0) (2022-11-23)", diff --git a/packages/web/package.json b/packages/web/package.json index 102208dbd..cc147dfe9 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.107.0", + "version": "3.108.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",