chore(release): publish

- @standardnotes/desktop@3.23.176
 - @standardnotes/mobile@3.37.10
 - @standardnotes/releases@1.3.101
 - @standardnotes/snjs@2.134.2
 - @standardnotes/web@3.65.0
This commit is contained in:
StandardNotes CI
2022-09-29 16:43:04 +00:00
parent e0ec53f85a
commit fc86cebc75
10 changed files with 35 additions and 5 deletions

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.
## [2.134.2](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.134.1...@standardnotes/snjs@2.134.2) (2022-09-29)
### Bug Fixes
* **web:** change component keys to use id tied to controller lifecycle instead of item id ([#1681](https://github.com/standardnotes/app/issues/1681)) ([492c9ba](https://github.com/standardnotes/app/commit/492c9bacbf7a5a0dc811b6535484dc6bd40193f3))
## [2.134.1](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.134.0...@standardnotes/snjs@2.134.1) (2022-09-29)
**Note:** Version bump only for package @standardnotes/snjs

View File

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