mirror of
https://github.com/standardnotes/app.git
synced 2026-01-11 19:56:41 +00:00
chore(release): publish
- @standardnotes/api@1.26.87 - @standardnotes/clipper@1.1.450 - @standardnotes/desktop@3.110.52 - @standardnotes/encryption@1.21.105 - @standardnotes/features@1.61.3 - @standardnotes/filepicker@1.28.120 - @standardnotes/files@1.20.5 - @standardnotes/mobile@3.58.109 - @standardnotes/models@1.55.3 - @standardnotes/releases@1.4.745 - @standardnotes/responses@1.13.56 - @standardnotes/services@1.70.8 - @standardnotes/snjs@2.208.18 - @standardnotes/ui-services@1.37.10 - @standardnotes/web@3.192.15
This commit is contained in:
parent
65c16ed246
commit
d4f9a18135
31 changed files with 86 additions and 15 deletions
|
|
@ -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.26.87](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.86...@standardnotes/api@1.26.87) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/api
|
||||
|
||||
## [1.26.86](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.85...@standardnotes/api@1.26.86) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/api
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/api",
|
||||
"version": "1.26.86",
|
||||
"version": "1.26.87",
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <17.0.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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.1.450](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.449...@standardnotes/clipper@1.1.450) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/clipper
|
||||
|
||||
## [1.1.449](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.448...@standardnotes/clipper@1.1.449) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/clipper
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@standardnotes/clipper",
|
||||
"description": "Web clipper browser extension for Standard Notes",
|
||||
"version": "1.1.449",
|
||||
"version": "1.1.450",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build-mv2": "yarn clean && webpack --config ./webpack.config.prod.js",
|
||||
|
|
|
|||
|
|
@ -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.110.52](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.192.14...@standardnotes/desktop@3.110.52) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/desktop
|
||||
|
||||
## [3.110.51](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.192.13...@standardnotes/desktop@3.110.51) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/desktop
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@standardnotes/desktop",
|
||||
"main": "./app/dist/index.js",
|
||||
"version": "3.110.51",
|
||||
"version": "3.110.52",
|
||||
"license": "AGPL-3.0",
|
||||
"author": "Standard Notes.",
|
||||
"private": true,
|
||||
|
|
|
|||
|
|
@ -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.21.105](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.104...@standardnotes/encryption@1.21.105) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/encryption
|
||||
|
||||
## [1.21.104](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.103...@standardnotes/encryption@1.21.104) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/encryption
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/encryption",
|
||||
"version": "1.21.104",
|
||||
"version": "1.21.105",
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <17.0.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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.61.3](https://github.com/standardnotes/app/compare/@standardnotes/features@1.61.2...@standardnotes/features@1.61.3) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/features
|
||||
|
||||
## [1.61.2](https://github.com/standardnotes/app/compare/@standardnotes/features@1.61.1...@standardnotes/features@1.61.2) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/features
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/features",
|
||||
"version": "1.61.2",
|
||||
"version": "1.61.3",
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <17.0.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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.28.120](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.119...@standardnotes/filepicker@1.28.120) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/filepicker
|
||||
|
||||
## [1.28.119](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.118...@standardnotes/filepicker@1.28.119) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/filepicker
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/filepicker",
|
||||
"version": "1.28.119",
|
||||
"version": "1.28.120",
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <17.0.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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.20.5](https://github.com/standardnotes/app/compare/@standardnotes/files@1.20.4...@standardnotes/files@1.20.5) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/files
|
||||
|
||||
## [1.20.4](https://github.com/standardnotes/app/compare/@standardnotes/files@1.20.3...@standardnotes/files@1.20.4) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/files
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/files",
|
||||
"version": "1.20.4",
|
||||
"version": "1.20.5",
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <17.0.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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.58.109](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.58.108...@standardnotes/mobile@3.58.109) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/mobile
|
||||
|
||||
## [3.58.108](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.58.107...@standardnotes/mobile@3.58.108) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/mobile
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/mobile",
|
||||
"version": "3.58.108",
|
||||
"version": "3.58.109",
|
||||
"author": "Standard Notes.",
|
||||
"private": true,
|
||||
"license": "AGPL-3.0",
|
||||
|
|
|
|||
|
|
@ -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.55.3](https://github.com/standardnotes/app/compare/@standardnotes/models@1.55.2...@standardnotes/models@1.55.3) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/models
|
||||
|
||||
## [1.55.2](https://github.com/standardnotes/app/compare/@standardnotes/models@1.55.1...@standardnotes/models@1.55.2) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/models
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/models",
|
||||
"version": "1.55.2",
|
||||
"version": "1.55.3",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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.4.745](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.744...@standardnotes/releases@1.4.745) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/releases
|
||||
|
||||
## [1.4.744](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.743...@standardnotes/releases@1.4.744) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/releases
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/releases",
|
||||
"version": "1.4.744",
|
||||
"version": "1.4.745",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "dist/releases.json",
|
||||
"types": "dist/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -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.13.56](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.55...@standardnotes/responses@1.13.56) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/responses
|
||||
|
||||
## [1.13.55](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.54...@standardnotes/responses@1.13.55) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/responses
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/responses",
|
||||
"version": "1.13.55",
|
||||
"version": "1.13.56",
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <17.0.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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.70.8](https://github.com/standardnotes/app/compare/@standardnotes/services@1.70.7...@standardnotes/services@1.70.8) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/services
|
||||
|
||||
## [1.70.7](https://github.com/standardnotes/app/compare/@standardnotes/services@1.70.6...@standardnotes/services@1.70.7) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/services
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/services",
|
||||
"version": "1.70.7",
|
||||
"version": "1.70.8",
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <17.0.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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.208.18](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.208.17...@standardnotes/snjs@2.208.18) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/snjs
|
||||
|
||||
## [2.208.17](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.208.16...@standardnotes/snjs@2.208.17) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/snjs
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/snjs",
|
||||
"version": "2.208.17",
|
||||
"version": "2.208.18",
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <17.0.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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.37.10](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.37.9...@standardnotes/ui-services@1.37.10) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/ui-services
|
||||
|
||||
## [1.37.9](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.37.8...@standardnotes/ui-services@1.37.9) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/ui-services
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/ui-services",
|
||||
"version": "1.37.9",
|
||||
"version": "1.37.10",
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <17.0.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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.192.15](https://github.com/standardnotes/app/compare/@standardnotes/web@3.192.14...@standardnotes/web@3.192.15) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/web
|
||||
|
||||
## [3.192.14](https://github.com/standardnotes/app/compare/@standardnotes/web@3.192.13...@standardnotes/web@3.192.14) (2024-04-10)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/web
|
||||
|
|
|
|||
|
|
@ -1,5 +1,16 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "3.192.15",
|
||||
"title": "[3.192.15](https://github.com/standardnotes/app/compare/@standardnotes/web@3.192.14...@standardnotes/web@3.192.15) (2024-04-10)",
|
||||
"date": null,
|
||||
"body": "**Note:** Version bump only for package @standardnotes/web",
|
||||
"parsed": {
|
||||
"_": [
|
||||
"Note: Version bump only for package @standardnotes/web"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"version": "3.192.14",
|
||||
"title": "[3.192.14](https://github.com/standardnotes/app/compare/@standardnotes/web@3.192.13...@standardnotes/web@3.192.14) (2024-04-10)",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/web",
|
||||
"version": "3.192.14",
|
||||
"version": "3.192.15",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "dist/app.js",
|
||||
"author": "Standard Notes",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue