Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @standardnotes/api@1.7.0
 - @standardnotes/components-meta@2.7.11
 - @standardnotes/desktop@3.23.116
 - @standardnotes/encryption@1.15.0
 - @standardnotes/features@1.51.0
 - @standardnotes/filepicker@1.23.0
 - @standardnotes/files@1.10.0
 - @standardnotes/mobile@3.32.3
 - @standardnotes/models@1.18.0
 - @standardnotes/releases@1.3.39
 - @standardnotes/responses@1.10.0
 - @standardnotes/services@1.19.0
 - @standardnotes/snjs@2.127.0
 - @standardnotes/ui-services@1.2.0
 - @standardnotes/utils@1.9.0
 - @standardnotes/web@3.46.1
 - @standardnotes/advanced-checklist@0.2.5
  • Loading branch information
standardci committed Sep 13, 2022
1 parent 8d04c2f commit 27b7f4e
Show file tree
Hide file tree
Showing 34 changed files with 107 additions and 17 deletions.
6 changes: 6 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0](https://github.com/standardnotes/app/compare/@standardnotes/api@1.6.2...@standardnotes/api@1.7.0) (2022-09-13)

### Features

* add subscription manager to handle subscription sharing ([#1517](https://github.com/standardnotes/app/issues/1517)) ([55b1409](https://github.com/standardnotes/app/commit/55b1409a805c21ada70bf482a02cfe718a4c6576))

## [1.6.2](https://github.com/standardnotes/app/compare/@standardnotes/api@1.6.1...@standardnotes/api@1.6.2) (2022-09-09)

**Note:** Version bump only for package @standardnotes/api
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/api",
"version": "1.6.2",
"version": "1.7.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.11](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.10...@standardnotes/components-meta@2.7.11) (2022-09-13)

**Note:** Version bump only for package @standardnotes/components-meta

## [2.7.10](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.9...@standardnotes/components-meta@2.7.10) (2022-09-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/components-meta",
"version": "2.7.10",
"version": "2.7.11",
"private": true,
"author": "Standard Notes.",
"main": "dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [0.2.5](https://github.com/standardnotes/app/compare/@standardnotes/advanced-checklist@0.2.4...@standardnotes/advanced-checklist@0.2.5) (2022-09-13)

**Note:** Version bump only for package @standardnotes/advanced-checklist

## [0.2.4](https://github.com/standardnotes/app/compare/@standardnotes/advanced-checklist@0.2.3...@standardnotes/advanced-checklist@0.2.4) (2022-08-23)

**Note:** Version bump only for package @standardnotes/advanced-checklist
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/advanced-checklist",
"version": "0.2.4",
"version": "0.2.5",
"description": "A task editor with grouping functionality.",
"author": "Standard Notes.",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.23.116](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.115...@standardnotes/desktop@3.23.116) (2022-09-13)

**Note:** Version bump only for package @standardnotes/desktop

## [3.23.115](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.114...@standardnotes/desktop@3.23.115) (2022-09-12)

**Note:** Version bump only for package @standardnotes/desktop
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@standardnotes/desktop",
"main": "./app/dist/index.js",
"version": "3.23.115",
"version": "3.23.116",
"license": "AGPL-3.0-or-later",
"author": "Standard Notes.",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions packages/encryption/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.14.4...@standardnotes/encryption@1.15.0) (2022-09-13)

### Features

* add subscription manager to handle subscription sharing ([#1517](https://github.com/standardnotes/app/issues/1517)) ([55b1409](https://github.com/standardnotes/app/commit/55b1409a805c21ada70bf482a02cfe718a4c6576))

## [1.14.4](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.14.3...@standardnotes/encryption@1.14.4) (2022-09-01)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/encryption/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/encryption",
"version": "1.14.4",
"version": "1.15.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/features/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.51.0](https://github.com/standardnotes/app/compare/@standardnotes/features@1.50.5...@standardnotes/features@1.51.0) (2022-09-13)

### Features

* add subscription manager to handle subscription sharing ([#1517](https://github.com/standardnotes/app/issues/1517)) ([55b1409](https://github.com/standardnotes/app/commit/55b1409a805c21ada70bf482a02cfe718a4c6576))

## [1.50.5](https://github.com/standardnotes/app/compare/@standardnotes/features@1.50.4...@standardnotes/features@1.50.5) (2022-08-23)

**Note:** Version bump only for package @standardnotes/features
Expand Down
2 changes: 1 addition & 1 deletion packages/features/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/features",
"version": "1.50.5",
"version": "1.51.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/filepicker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.23.0](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.22.4...@standardnotes/filepicker@1.23.0) (2022-09-13)

### Features

* add subscription manager to handle subscription sharing ([#1517](https://github.com/standardnotes/app/issues/1517)) ([55b1409](https://github.com/standardnotes/app/commit/55b1409a805c21ada70bf482a02cfe718a4c6576))

## [1.22.4](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.22.3...@standardnotes/filepicker@1.22.4) (2022-09-01)

**Note:** Version bump only for package @standardnotes/filepicker
Expand Down
2 changes: 1 addition & 1 deletion packages/filepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/filepicker",
"version": "1.22.4",
"version": "1.23.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/files/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0](https://github.com/standardnotes/app/compare/@standardnotes/files@1.9.4...@standardnotes/files@1.10.0) (2022-09-13)

### Features

* add subscription manager to handle subscription sharing ([#1517](https://github.com/standardnotes/app/issues/1517)) ([55b1409](https://github.com/standardnotes/app/commit/55b1409a805c21ada70bf482a02cfe718a4c6576))

## [1.9.4](https://github.com/standardnotes/app/compare/@standardnotes/files@1.9.3...@standardnotes/files@1.9.4) (2022-09-01)

**Note:** Version bump only for package @standardnotes/files
Expand Down
2 changes: 1 addition & 1 deletion packages/files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/files",
"version": "1.9.4",
"version": "1.10.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.32.3](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.32.2...@standardnotes/mobile@3.32.3) (2022-09-13)

**Note:** Version bump only for package @standardnotes/mobile

## [3.32.2](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.32.1...@standardnotes/mobile@3.32.2) (2022-09-12)

**Note:** Version bump only for package @standardnotes/mobile
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.32.2",
"version": "3.32.3",
"author": "Standard Notes.",
"private": true,
"license": "AGPL-3.0-or-later",
Expand Down
6 changes: 6 additions & 0 deletions packages/models/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.18.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.17.0...@standardnotes/models@1.18.0) (2022-09-13)

### Features

* add subscription manager to handle subscription sharing ([#1517](https://github.com/standardnotes/app/issues/1517)) ([55b1409](https://github.com/standardnotes/app/commit/55b1409a805c21ada70bf482a02cfe718a4c6576))

# [1.17.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.16.2...@standardnotes/models@1.17.0) (2022-08-31)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/models/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/models",
"version": "1.17.0",
"version": "1.18.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/releases/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.39](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.38...@standardnotes/releases@1.3.39) (2022-09-13)

**Note:** Version bump only for package @standardnotes/releases

## [1.3.38](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.37...@standardnotes/releases@1.3.38) (2022-09-12)

**Note:** Version bump only for package @standardnotes/releases
Expand Down
2 changes: 1 addition & 1 deletion packages/releases/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/releases",
"version": "1.3.38",
"version": "1.3.39",
"license": "AGPL-3.0-or-later",
"main": "dist/releases.json",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/responses/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.9.4...@standardnotes/responses@1.10.0) (2022-09-13)

### Features

* add subscription manager to handle subscription sharing ([#1517](https://github.com/standardnotes/app/issues/1517)) ([55b1409](https://github.com/standardnotes/app/commit/55b1409a805c21ada70bf482a02cfe718a4c6576))

## [1.9.4](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.9.3...@standardnotes/responses@1.9.4) (2022-08-23)

**Note:** Version bump only for package @standardnotes/responses
Expand Down
2 changes: 1 addition & 1 deletion packages/responses/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/responses",
"version": "1.9.4",
"version": "1.10.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/services/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.19.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.18.0...@standardnotes/services@1.19.0) (2022-09-13)

### Features

* add subscription manager to handle subscription sharing ([#1517](https://github.com/standardnotes/app/issues/1517)) ([55b1409](https://github.com/standardnotes/app/commit/55b1409a805c21ada70bf482a02cfe718a4c6576))

# [1.18.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.17.4...@standardnotes/services@1.18.0) (2022-09-09)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/services",
"version": "1.18.0",
"version": "1.19.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/snjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [2.127.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.126.0...@standardnotes/snjs@2.127.0) (2022-09-13)

### Features

* add subscription manager to handle subscription sharing ([#1517](https://github.com/standardnotes/app/issues/1517)) ([55b1409](https://github.com/standardnotes/app/commit/55b1409a805c21ada70bf482a02cfe718a4c6576))

# [2.126.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.125.6...@standardnotes/snjs@2.126.0) (2022-09-09)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/snjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/snjs",
"version": "2.126.0",
"version": "2.127.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/ui-services/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.1.6...@standardnotes/ui-services@1.2.0) (2022-09-13)

### Features

* add subscription manager to handle subscription sharing ([#1517](https://github.com/standardnotes/app/issues/1517)) ([55b1409](https://github.com/standardnotes/app/commit/55b1409a805c21ada70bf482a02cfe718a4c6576))

## [1.1.6](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.1.5...@standardnotes/ui-services@1.1.6) (2022-09-09)

**Note:** Version bump only for package @standardnotes/ui-services
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/ui-services",
"version": "1.1.6",
"version": "1.2.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0](https://github.com/standardnotes/app/compare/@standardnotes/utils@1.8.3...@standardnotes/utils@1.9.0) (2022-09-13)

### Features

* add subscription manager to handle subscription sharing ([#1517](https://github.com/standardnotes/app/issues/1517)) ([55b1409](https://github.com/standardnotes/app/commit/55b1409a805c21ada70bf482a02cfe718a4c6576))

## [1.8.3](https://github.com/standardnotes/app/compare/@standardnotes/utils@1.8.2...@standardnotes/utils@1.8.3) (2022-08-23)

**Note:** Version bump only for package @standardnotes/utils
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/utils",
"version": "1.8.3",
"version": "1.9.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.46.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.46.0...@standardnotes/web@3.46.1) (2022-09-13)

**Note:** Version bump only for package @standardnotes/web

# [3.46.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.45.18...@standardnotes/web@3.46.0) (2022-09-12)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/web",
"version": "3.46.0",
"version": "3.46.1",
"license": "AGPL-3.0-or-later",
"main": "dist/app.js",
"author": "Standard Notes.",
Expand Down

0 comments on commit 27b7f4e

Please sign in to comment.