Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @standardnotes/api@1.6.0
 - @standardnotes/desktop@3.23.106
 - @standardnotes/mobile@3.31.22
 - @standardnotes/releases@1.3.28
 - @standardnotes/snjs@2.125.5
 - @standardnotes/web@3.45.10
  • Loading branch information
standardci committed Aug 31, 2022
1 parent 91f5694 commit aa7a22c
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 6 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.6.0](https://github.com/standardnotes/app/compare/@standardnotes/api@1.5.0...@standardnotes/api@1.6.0) (2022-08-31)

### Features

* **api:** add client methods for listing and canceling subscription invites ([#1471](https://github.com/standardnotes/app/issues/1471)) ([91f5694](https://github.com/standardnotes/app/commit/91f5694a025a26e9b7878fc4c78a22c7f2f1dcef))

# [1.5.0](https://github.com/standardnotes/app/compare/@standardnotes/api@1.4.9...@standardnotes/api@1.5.0) (2022-08-31)

### Features
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.5.0",
"version": "1.6.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
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.106](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.105...@standardnotes/desktop@3.23.106) (2022-08-31)

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

## [3.23.105](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.104...@standardnotes/desktop@3.23.105) (2022-08-31)

**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.105",
"version": "3.23.106",
"license": "AGPL-3.0-or-later",
"author": "Standard Notes.",
"private": true,
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.31.22](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.31.21...@standardnotes/mobile@3.31.22) (2022-08-31)

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

## [3.31.21](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.31.20...@standardnotes/mobile@3.31.21) (2022-08-31)

**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.31.21",
"version": "3.31.22",
"author": "Standard Notes.",
"private": true,
"license": "AGPL-3.0-or-later",
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.28](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.27...@standardnotes/releases@1.3.28) (2022-08-31)

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

## [1.3.27](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.26...@standardnotes/releases@1.3.27) (2022-08-31)

**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.27",
"version": "1.3.28",
"license": "AGPL-3.0-or-later",
"main": "dist/releases.json",
"types": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/snjs/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.125.5](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.125.4...@standardnotes/snjs@2.125.5) (2022-08-31)

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

## [2.125.4](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.125.3...@standardnotes/snjs@2.125.4) (2022-08-31)

**Note:** Version bump only for package @standardnotes/snjs
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.125.4",
"version": "2.125.5",
"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.45.10](https://github.com/standardnotes/app/compare/@standardnotes/web@3.45.9...@standardnotes/web@3.45.10) (2022-08-31)

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

## [3.45.9](https://github.com/standardnotes/app/compare/@standardnotes/web@3.45.8...@standardnotes/web@3.45.9) (2022-08-31)

**Note:** Version bump only for package @standardnotes/web
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.45.9",
"version": "3.45.10",
"license": "AGPL-3.0-or-later",
"main": "dist/app.js",
"author": "Standard Notes.",
Expand Down

0 comments on commit aa7a22c

Please sign in to comment.