StandardNotes CI
2025-07-15 19:50:22 +00:00
parent d02e5cab74
commit 74923a1f6b
27 changed files with 83 additions and 13 deletions

View File

@@ -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.93](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.92...@standardnotes/api@1.26.93) (2025-07-15)
**Note:** Version bump only for package @standardnotes/api
## [1.26.92](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.91...@standardnotes/api@1.26.92) (2025-06-24)
**Note:** Version bump only for package @standardnotes/api

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/api",
"version": "1.26.92",
"version": "1.26.93",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -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.532](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.531...@standardnotes/clipper@1.1.532) (2025-07-15)
**Note:** Version bump only for package @standardnotes/clipper
## [1.1.531](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.530...@standardnotes/clipper@1.1.531) (2025-07-04)
**Note:** Version bump only for package @standardnotes/clipper

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/clipper",
"description": "Web clipper browser extension for Standard Notes",
"version": "1.1.531",
"version": "1.1.532",
"private": true,
"scripts": {
"build-mv2": "yarn clean && webpack --config ./webpack.config.prod.js",

View File

@@ -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.137](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.198.4...@standardnotes/desktop@3.110.137) (2025-07-15)
**Note:** Version bump only for package @standardnotes/desktop
## [3.110.136](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.198.3...@standardnotes/desktop@3.110.136) (2025-07-04)
**Note:** Version bump only for package @standardnotes/desktop

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/desktop",
"main": "./app/dist/index.js",
"version": "3.110.136",
"version": "3.110.137",
"license": "AGPL-3.0",
"author": "Standard Notes.",
"private": true,

View File

@@ -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.111](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.110...@standardnotes/encryption@1.21.111) (2025-07-15)
**Note:** Version bump only for package @standardnotes/encryption
## [1.21.110](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.109...@standardnotes/encryption@1.21.110) (2025-06-24)
**Note:** Version bump only for package @standardnotes/encryption

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/encryption",
"version": "1.21.110",
"version": "1.21.111",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -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.131](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.130...@standardnotes/filepicker@1.28.131) (2025-07-15)
**Note:** Version bump only for package @standardnotes/filepicker
## [1.28.130](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.129...@standardnotes/filepicker@1.28.130) (2025-06-24)
**Note:** Version bump only for package @standardnotes/filepicker

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/filepicker",
"version": "1.28.130",
"version": "1.28.131",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -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.14](https://github.com/standardnotes/app/compare/@standardnotes/files@1.20.13...@standardnotes/files@1.20.14) (2025-07-15)
**Note:** Version bump only for package @standardnotes/files
## [1.20.13](https://github.com/standardnotes/app/compare/@standardnotes/files@1.20.12...@standardnotes/files@1.20.13) (2025-06-24)
**Note:** Version bump only for package @standardnotes/files

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/files",
"version": "1.20.13",
"version": "1.20.14",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -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.194](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.58.193...@standardnotes/mobile@3.58.194) (2025-07-15)
**Note:** Version bump only for package @standardnotes/mobile
## [3.58.193](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.58.192...@standardnotes/mobile@3.58.193) (2025-07-04)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.58.193",
"version": "3.58.194",
"author": "Standard Notes.",
"private": true,
"license": "AGPL-3.0",

View File

@@ -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.58.1](https://github.com/standardnotes/app/compare/@standardnotes/models@1.58.0...@standardnotes/models@1.58.1) (2025-07-15)
### Bug Fixes
* Prevent setting negative item created_at_timestamp values ([#2913](https://github.com/standardnotes/app/issues/2913)) ([2459e06](https://github.com/standardnotes/app/commit/2459e06b19f54a5a35b6dde11f361dc5c60ab7f5))
# [1.58.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.57.1...@standardnotes/models@1.58.0) (2025-06-24)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/models",
"version": "1.58.0",
"version": "1.58.1",
"publishConfig": {
"access": "public"
},

View File

@@ -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.834](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.833...@standardnotes/releases@1.4.834) (2025-07-15)
**Note:** Version bump only for package @standardnotes/releases
## [1.4.833](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.832...@standardnotes/releases@1.4.833) (2025-07-04)
**Note:** Version bump only for package @standardnotes/releases

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/releases",
"version": "1.4.833",
"version": "1.4.834",
"license": "AGPL-3.0",
"main": "dist/releases.json",
"types": "dist/index.d.ts",

View File

@@ -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.71.9](https://github.com/standardnotes/app/compare/@standardnotes/services@1.71.8...@standardnotes/services@1.71.9) (2025-07-15)
**Note:** Version bump only for package @standardnotes/services
## [1.71.8](https://github.com/standardnotes/app/compare/@standardnotes/services@1.71.7...@standardnotes/services@1.71.8) (2025-06-24)
**Note:** Version bump only for package @standardnotes/services

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/services",
"version": "1.71.8",
"version": "1.71.9",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -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.209.12](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.209.11...@standardnotes/snjs@2.209.12) (2025-07-15)
**Note:** Version bump only for package @standardnotes/snjs
## [2.209.11](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.209.10...@standardnotes/snjs@2.209.11) (2025-06-24)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/snjs",
"version": "2.209.11",
"version": "2.209.12",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -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.38.11](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.38.10...@standardnotes/ui-services@1.38.11) (2025-07-15)
**Note:** Version bump only for package @standardnotes/ui-services
## [1.38.10](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.38.9...@standardnotes/ui-services@1.38.10) (2025-06-26)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/ui-services",
"version": "1.38.10",
"version": "1.38.11",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -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.198.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.198.4...@standardnotes/web@3.198.5) (2025-07-15)
### Bug Fixes
* Prevent text from hiding behind navbar in Android ([#2914](https://github.com/standardnotes/app/issues/2914)) ([d02e5ca](https://github.com/standardnotes/app/commit/d02e5cab7462ea4754a3e650be571a16f6c9c7b4))
## [3.198.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.198.3...@standardnotes/web@3.198.4) (2025-07-04)
### Bug Fixes

View File

@@ -1,5 +1,19 @@
{
"versions": [
{
"version": "3.198.5",
"title": "[3.198.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.198.4...@standardnotes/web@3.198.5) (2025-07-15)",
"date": null,
"body": "### Bug Fixes\n\n* Prevent text from hiding behind navbar in Android ([#2914](https://github.com/standardnotes/app/issues/2914)) ([d02e5ca](https://github.com/standardnotes/app/commit/d02e5cab7462ea4754a3e650be571a16f6c9c7b4))",
"parsed": {
"_": [
"Prevent text from hiding behind navbar in Android (#2914) (d02e5ca)"
],
"Bug Fixes": [
"Prevent text from hiding behind navbar in Android (#2914) (d02e5ca)"
]
}
},
{
"version": "3.198.4",
"title": "[3.198.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.198.3...@standardnotes/web@3.198.4) (2025-07-04)",

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/web",
"version": "3.198.4",
"version": "3.198.5",
"license": "AGPL-3.0",
"main": "dist/app.js",
"author": "Standard Notes.",