Merge branch 'main' of github.com:standardnotes/app

This commit is contained in:
Aman Harwara
2023-05-26 13:28:38 +05:30
14 changed files with 73 additions and 7 deletions

View File

@@ -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.1.39](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.38...@standardnotes/clipper@1.1.39) (2023-05-25)
**Note:** Version bump only for package @standardnotes/clipper
## [1.1.38](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.37...@standardnotes/clipper@1.1.38) (2023-05-25)
**Note:** Version bump only for package @standardnotes/clipper
## [1.1.37](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.36...@standardnotes/clipper@1.1.37) (2023-05-24)
**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.37",
"version": "1.1.39",
"private": true,
"scripts": {
"build-mv2": "yarn clean && webpack --config ./webpack.config.prod.js",

View File

@@ -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.
## [3.106.48](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.160.14...@standardnotes/desktop@3.106.48) (2023-05-25)
**Note:** Version bump only for package @standardnotes/desktop
## [3.106.47](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.160.13...@standardnotes/desktop@3.106.47) (2023-05-25)
**Note:** Version bump only for package @standardnotes/desktop
## [3.106.46](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.160.12...@standardnotes/desktop@3.106.46) (2023-05-24)
**Note:** Version bump only for package @standardnotes/desktop

View File

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

View File

@@ -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.
## [3.53.48](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.53.47...@standardnotes/mobile@3.53.48) (2023-05-25)
**Note:** Version bump only for package @standardnotes/mobile
## [3.53.47](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.53.46...@standardnotes/mobile@3.53.47) (2023-05-25)
**Note:** Version bump only for package @standardnotes/mobile
## [3.53.46](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.53.45...@standardnotes/mobile@3.53.46) (2023-05-24)
**Note:** Version bump only for package @standardnotes/mobile

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.53.46",
"version": "3.53.48",
"author": "Standard Notes.",
"private": true,
"license": "AGPL-3.0-or-later",

View File

@@ -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.4.316](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.315...@standardnotes/releases@1.4.316) (2023-05-25)
**Note:** Version bump only for package @standardnotes/releases
## [1.4.315](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.314...@standardnotes/releases@1.4.315) (2023-05-25)
**Note:** Version bump only for package @standardnotes/releases
## [1.4.314](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.313...@standardnotes/releases@1.4.314) (2023-05-24)
**Note:** Version bump only for package @standardnotes/releases

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/releases",
"version": "1.4.314",
"version": "1.4.316",
"license": "AGPL-3.0-or-later",
"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.
## [2.168.17](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.168.16...@standardnotes/snjs@2.168.17) (2023-05-25)
**Note:** Version bump only for package @standardnotes/snjs
## [2.168.16](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.168.15...@standardnotes/snjs@2.168.16) (2023-05-22)
**Note:** Version bump only for package @standardnotes/snjs

View File

@@ -5,7 +5,7 @@ import { createNoteParams } from './lib/Items.js'
chai.use(chaiAsPromised)
const expect = chai.expect
describe.skip('history manager', () => {
describe('history manager', () => {
const largeCharacterChange = 25
const syncOptions = {

View File

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

View File

@@ -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.
## [3.160.15](https://github.com/standardnotes/app/compare/@standardnotes/web@3.160.14...@standardnotes/web@3.160.15) (2023-05-25)
**Note:** Version bump only for package @standardnotes/web
## [3.160.14](https://github.com/standardnotes/app/compare/@standardnotes/web@3.160.13...@standardnotes/web@3.160.14) (2023-05-25)
**Note:** Version bump only for package @standardnotes/web
## [3.160.13](https://github.com/standardnotes/app/compare/@standardnotes/web@3.160.12...@standardnotes/web@3.160.13) (2023-05-24)
**Note:** Version bump only for package @standardnotes/web

View File

@@ -1,5 +1,27 @@
{
"versions": [
{
"version": "3.160.15",
"title": "[3.160.15](https://github.com/standardnotes/app/compare/@standardnotes/web@3.160.14...@standardnotes/web@3.160.15) (2023-05-25)",
"date": null,
"body": "**Note:** Version bump only for package @standardnotes/web",
"parsed": {
"_": [
"Note: Version bump only for package @standardnotes/web"
]
}
},
{
"version": "3.160.14",
"title": "[3.160.14](https://github.com/standardnotes/app/compare/@standardnotes/web@3.160.13...@standardnotes/web@3.160.14) (2023-05-25)",
"date": null,
"body": "**Note:** Version bump only for package @standardnotes/web",
"parsed": {
"_": [
"Note: Version bump only for package @standardnotes/web"
]
}
},
{
"version": "3.160.13",
"title": "[3.160.13](https://github.com/standardnotes/app/compare/@standardnotes/web@3.160.12...@standardnotes/web@3.160.13) (2023-05-24)",

View File

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