mirror of
https://github.com/standardnotes/app.git
synced 2026-01-11 19:56:41 +00:00
chore(release): publish
- @standardnotes/clipper@1.1.260 - @standardnotes/desktop@3.108.194 - @standardnotes/mobile@3.56.173 - @standardnotes/releases@1.4.548 - @standardnotes/web@3.177.5
This commit is contained in:
parent
9c2153a66f
commit
ad4e291d4a
11 changed files with 41 additions and 5 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.1.260](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.259...@standardnotes/clipper@1.1.260) (2023-10-16)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/clipper
|
||||
|
||||
## [1.1.259](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.258...@standardnotes/clipper@1.1.259) (2023-10-16)
|
||||
|
||||
**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.259",
|
||||
"version": "1.1.260",
|
||||
"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.108.194](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.177.4...@standardnotes/desktop@3.108.194) (2023-10-16)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/desktop
|
||||
|
||||
## [3.108.193](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.177.3...@standardnotes/desktop@3.108.193) (2023-10-16)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/desktop
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@standardnotes/desktop",
|
||||
"main": "./app/dist/index.js",
|
||||
"version": "3.108.193",
|
||||
"version": "3.108.194",
|
||||
"license": "CC BY-NC-SA 4.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.
|
||||
|
||||
## [3.56.173](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.172...@standardnotes/mobile@3.56.173) (2023-10-16)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/mobile
|
||||
|
||||
## [3.56.172](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.171...@standardnotes/mobile@3.56.172) (2023-10-16)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/mobile
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/mobile",
|
||||
"version": "3.56.172",
|
||||
"version": "3.56.173",
|
||||
"author": "Standard Notes.",
|
||||
"private": true,
|
||||
"license": "CC BY-NC-SA 4.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.4.548](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.547...@standardnotes/releases@1.4.548) (2023-10-16)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/releases
|
||||
|
||||
## [1.4.547](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.546...@standardnotes/releases@1.4.547) (2023-10-16)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/releases
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/releases",
|
||||
"version": "1.4.547",
|
||||
"version": "1.4.548",
|
||||
"license": "CC BY-NC-SA 4.0",
|
||||
"main": "dist/releases.json",
|
||||
"types": "dist/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -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.177.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.177.4...@standardnotes/web@3.177.5) (2023-10-16)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fixed issue where Ctrl/Cmd+K shortcut would not work in Super notes ([9c2153a](https://github.com/standardnotes/app/commit/9c2153a66f7fa8cf6254c5c603f362c2db2ead0e))
|
||||
|
||||
## [3.177.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.177.3...@standardnotes/web@3.177.4) (2023-10-16)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/web
|
||||
|
|
|
|||
|
|
@ -1,5 +1,19 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "3.177.5",
|
||||
"title": "[3.177.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.177.4...@standardnotes/web@3.177.5) (2023-10-16)",
|
||||
"date": null,
|
||||
"body": "### Bug Fixes\n\n* Fixed issue where Ctrl/Cmd+K shortcut would not work in Super notes ([9c2153a](https://github.com/standardnotes/app/commit/9c2153a66f7fa8cf6254c5c603f362c2db2ead0e))",
|
||||
"parsed": {
|
||||
"_": [
|
||||
"Fixed issue where Ctrl/Cmd+K shortcut would not work in Super notes (9c2153a)"
|
||||
],
|
||||
"Bug Fixes": [
|
||||
"Fixed issue where Ctrl/Cmd+K shortcut would not work in Super notes (9c2153a)"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"version": "3.177.4",
|
||||
"title": "[3.177.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.177.3...@standardnotes/web@3.177.4) (2023-10-16)",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/web",
|
||||
"version": "3.177.4",
|
||||
"version": "3.177.5",
|
||||
"license": "CC BY-NC-SA 4.0",
|
||||
"main": "dist/app.js",
|
||||
"author": "Standard Notes.",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue