Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @standardnotes/api@1.4.0
 - @standardnotes/components-meta@2.7.0
 - @standardnotes/desktop@3.23.51
 - @standardnotes/encryption@1.13.0
 - @standardnotes/features@1.50.1
 - @standardnotes/filepicker@1.20.0
 - @standardnotes/files@1.8.0
 - @standardnotes/mobile@3.29.0
 - @standardnotes/models@1.15.0
 - @standardnotes/releases@1.2.65
 - @standardnotes/responses@1.9.0
 - @standardnotes/services@1.16.0
 - @standardnotes/sncrypto-common@1.11.0
 - @standardnotes/sncrypto-web@1.12.0
 - @standardnotes/utils@1.8.0
 - @standardnotes/web-server@1.2.73
 - @standardnotes/web@3.36.0
 - @standardnotes/advanced-checklist@0.2.0
  • Loading branch information
standardci committed Jul 6, 2022
1 parent 7946a3a commit 0c2b1fb
Show file tree
Hide file tree
Showing 37 changed files with 155 additions and 29 deletions.
7 changes: 7 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.4.0 (2022-07-06)

### Features

* add api package ([9d7d18e](https://github.com/standardnotes/app/commit/9d7d18e7f20b3023aac078017efb16bbbc3da226))
* add responses package ([9d1f704](https://github.com/standardnotes/app/commit/9d1f7043e55cc8072e669606438e932183770f30))

# [1.3.0](https://github.com/standardnotes/snjs/compare/@standardnotes/api@1.2.1...@standardnotes/api@1.3.0) (2022-07-06)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/api",
"version": "1.3.0",
"version": "1.4.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
Expand Down Expand Up @@ -36,7 +36,7 @@
"@standardnotes/common": "^1.23.1",
"@standardnotes/encryption": "workspace:*",
"@standardnotes/models": "workspace:*",
"@standardnotes/responses": "^1.6.39",
"@standardnotes/responses": "^1.9.0",
"@standardnotes/security": "^1.1.0",
"@standardnotes/services": "workspace:*",
"reflect-metadata": "^0.1.13"
Expand Down
6 changes: 6 additions & 0 deletions packages/components/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.7.0](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.6.6...@standardnotes/components-meta@2.7.0) (2022-07-06)

### Features

* add utils package ([aef4ceb](https://github.com/standardnotes/app/commit/aef4ceb7f85948f1f08b8b09a4db5d187daa371b))

## [2.6.6](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.6.5...@standardnotes/components-meta@2.6.6) (2022-07-05)

### 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.6.6",
"version": "2.7.0",
"private": true,
"author": "Standard Notes.",
"main": "dist",
Expand Down
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.

# [0.2.0](https://github.com/standardnotes/app/compare/@standardnotes/advanced-checklist@0.1.6...@standardnotes/advanced-checklist@0.2.0) (2022-07-06)

### Features

* add utils package ([aef4ceb](https://github.com/standardnotes/app/commit/aef4ceb7f85948f1f08b8b09a4db5d187daa371b))

## [0.1.6](https://github.com/standardnotes/app/compare/@standardnotes/advanced-checklist@0.1.5...@standardnotes/advanced-checklist@0.1.6) (2022-07-05)

### Bug Fixes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/advanced-checklist",
"version": "0.1.6",
"version": "0.2.0",
"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.51](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.50...@standardnotes/desktop@3.23.51) (2022-07-06)

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

## [3.23.50](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.49...@standardnotes/desktop@3.23.50) (2022-07-06)

**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.50",
"version": "3.23.51",
"license": "AGPL-3.0-or-later",
"author": "Standard Notes.",
"private": true,
Expand Down
7 changes: 7 additions & 0 deletions packages/encryption/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.13.0](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.12.0...@standardnotes/encryption@1.13.0) (2022-07-06)

### Features

* add sncrypto client side packages ([6ec6679](https://github.com/standardnotes/app/commit/6ec66795d21bdfa5abfa08c3b79b19b5c4cd0449))
* add utils package ([aef4ceb](https://github.com/standardnotes/app/commit/aef4ceb7f85948f1f08b8b09a4db5d187daa371b))

# [1.12.0](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.11.0...@standardnotes/encryption@1.12.0) (2022-07-05)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/encryption/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/encryption",
"version": "1.12.0",
"version": "1.13.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
Expand Down Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@standardnotes/common": "^1.23.1",
"@standardnotes/models": "workspace:*",
"@standardnotes/responses": "^1.6.39",
"@standardnotes/responses": "^1.9.0",
"@standardnotes/services": "workspace:*",
"@standardnotes/sncrypto-common": "workspace:*",
"@standardnotes/utils": "workspace:*",
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.50.1](https://github.com/standardnotes/app/compare/@standardnotes/features@1.50.0...@standardnotes/features@1.50.1) (2022-07-06)

### Bug Fixes

* not supported auth dependency ([46fe662](https://github.com/standardnotes/app/commit/46fe66256b4cddd70c5401958d29e879a42e431d))

# [1.50.0](https://github.com/standardnotes/app/compare/@standardnotes/features@1.49.3...@standardnotes/features@1.50.0) (2022-07-05)

### 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.0",
"version": "1.50.1",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/filepicker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.20.0](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.19.1...@standardnotes/filepicker@1.20.0) (2022-07-06)

### Features

* add responses package ([9d1f704](https://github.com/standardnotes/app/commit/9d1f7043e55cc8072e669606438e932183770f30))
* add sncrypto client side packages ([6ec6679](https://github.com/standardnotes/app/commit/6ec66795d21bdfa5abfa08c3b79b19b5c4cd0449))
* add utils package ([aef4ceb](https://github.com/standardnotes/app/commit/aef4ceb7f85948f1f08b8b09a4db5d187daa371b))

## [1.19.1](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.19.0...@standardnotes/filepicker@1.19.1) (2022-07-06)

### Bug Fixes
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.19.1",
"version": "1.20.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/files/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.8.0](https://github.com/standardnotes/app/compare/@standardnotes/files@1.7.1...@standardnotes/files@1.8.0) (2022-07-06)

### Features

* add sncrypto client side packages ([6ec6679](https://github.com/standardnotes/app/commit/6ec66795d21bdfa5abfa08c3b79b19b5c4cd0449))
* add utils package ([aef4ceb](https://github.com/standardnotes/app/commit/aef4ceb7f85948f1f08b8b09a4db5d187daa371b))

## [1.7.1](https://github.com/standardnotes/app/compare/@standardnotes/files@1.7.0...@standardnotes/files@1.7.1) (2022-07-06)

**Note:** Version bump only for package @standardnotes/files
Expand Down
4 changes: 2 additions & 2 deletions packages/files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/files",
"version": "1.7.1",
"version": "1.8.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
Expand Down Expand Up @@ -36,7 +36,7 @@
"@standardnotes/encryption": "workspace:*",
"@standardnotes/filepicker": "workspace:*",
"@standardnotes/models": "workspace:*",
"@standardnotes/responses": "^1.6.39",
"@standardnotes/responses": "^1.9.0",
"@standardnotes/services": "workspace:*",
"@standardnotes/sncrypto-common": "workspace:*",
"@standardnotes/utils": "workspace:*",
Expand Down
11 changes: 11 additions & 0 deletions packages/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.29.0](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.28.3...@standardnotes/mobile@3.29.0) (2022-07-06)

### Bug Fixes

* add dompurify to mobile package to fix the build process ([21d8a99](https://github.com/standardnotes/app/commit/21d8a99b3de3dc32e9625d00f9d0c818ff08ac66))
* missing utils dep on mobile ([e2e9a11](https://github.com/standardnotes/app/commit/e2e9a119841a746d0a6b51e60026b5f542cdf163))

### Features

* add sncrypto client side packages ([6ec6679](https://github.com/standardnotes/app/commit/6ec66795d21bdfa5abfa08c3b79b19b5c4cd0449))

## [3.28.3](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.28.2...@standardnotes/mobile@3.28.3) (2022-07-06)

**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.28.3",
"version": "3.29.0",
"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.15.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.14.0...@standardnotes/models@1.15.0) (2022-07-06)

### Features

* add utils package ([aef4ceb](https://github.com/standardnotes/app/commit/aef4ceb7f85948f1f08b8b09a4db5d187daa371b))

# 1.14.0 (2022-07-05)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/models/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/models",
"version": "1.14.0",
"version": "1.15.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
Expand Down Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@standardnotes/common": "^1.23.1",
"@standardnotes/features": "workspace:*",
"@standardnotes/responses": "^1.6.39",
"@standardnotes/responses": "^1.9.0",
"@standardnotes/utils": "workspace:*",
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13"
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.2.65](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.64...@standardnotes/releases@1.2.65) (2022-07-06)

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

## [1.2.64](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.63...@standardnotes/releases@1.2.64) (2022-07-06)

**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.2.64",
"version": "1.2.65",
"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.9.0 (2022-07-06)

### Features

* add responses package ([9d1f704](https://github.com/standardnotes/app/commit/9d1f7043e55cc8072e669606438e932183770f30))

# [1.7.0](https://github.com/standardnotes/snjs/compare/@standardnotes/responses@1.6.40...@standardnotes/responses@1.7.0) (2022-07-05)

### Features
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.8.0",
"version": "1.9.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/services/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [1.16.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.15.0...@standardnotes/services@1.16.0) (2022-07-06)

### Bug Fixes

* not supported auth dependency ([46fe662](https://github.com/standardnotes/app/commit/46fe66256b4cddd70c5401958d29e879a42e431d))

### Features

* add utils package ([aef4ceb](https://github.com/standardnotes/app/commit/aef4ceb7f85948f1f08b8b09a4db5d187daa371b))

# 1.15.0 (2022-07-05)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/services",
"version": "1.15.0",
"version": "1.16.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
Expand Down Expand Up @@ -28,7 +28,7 @@
"@standardnotes/auth": "^3.19.4",
"@standardnotes/common": "^1.23.1",
"@standardnotes/models": "workspace:*",
"@standardnotes/responses": "^1.6.39",
"@standardnotes/responses": "^1.9.0",
"@standardnotes/security": "^1.2.0",
"@standardnotes/utils": "workspace:*",
"reflect-metadata": "^0.1.13"
Expand Down
6 changes: 6 additions & 0 deletions packages/sncrypto-common/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.11.0 (2022-07-06)

### Features

* add sncrypto client side packages ([6ec6679](https://github.com/standardnotes/app/commit/6ec66795d21bdfa5abfa08c3b79b19b5c4cd0449))

## [1.9.1](https://github.com/standardnotes/snjs/compare/@standardnotes/sncrypto-common@1.9.0...@standardnotes/sncrypto-common@1.9.1) (2022-07-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/sncrypto-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/sncrypto-common",
"version": "1.10.0",
"version": "1.11.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/sncrypto-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# 1.12.0 (2022-07-06)

### Bug Fixes

* composite option for sncrypto-web ([93679df](https://github.com/standardnotes/app/commit/93679df645f87d9fe795945a08d28061f092e178))

### Features

* add sncrypto client side packages ([6ec6679](https://github.com/standardnotes/app/commit/6ec66795d21bdfa5abfa08c3b79b19b5c4cd0449))

## [1.10.2](https://github.com/standardnotes/snjs/compare/@standardnotes/sncrypto-web@1.10.1...@standardnotes/sncrypto-web@1.10.2) (2022-07-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/sncrypto-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/sncrypto-web",
"version": "1.11.0",
"version": "1.12.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.8.0 (2022-07-06)

### Bug Fixes

* dompurify dep on utils ([67b0918](https://github.com/standardnotes/app/commit/67b0918ba8bdc93b40234bdec70ba56cc836315b))
* dompurify deps on utils ([6751f30](https://github.com/standardnotes/app/commit/6751f30db6f6ba0b844ae7007e5704251d8d356f))
* import from dompurify on utils ([5751092](https://github.com/standardnotes/app/commit/57510921c2bbe79cc33afc43db7f970d7d78a17e))

### Features

* add utils package ([aef4ceb](https://github.com/standardnotes/app/commit/aef4ceb7f85948f1f08b8b09a4db5d187daa371b))

## [1.6.13](https://github.com/standardnotes/snjs/compare/@standardnotes/utils@1.6.12...@standardnotes/utils@1.6.13) (2022-07-04)

### Bug Fixes
Expand Down

0 comments on commit 0c2b1fb

Please sign in to comment.