chore(release): 3.22.3
This commit is contained in:
@@ -1,7 +1,13 @@
|
|||||||
# Change Log
|
# Changelog
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
||||||
|
### [3.22.3](https://github.com/standardnotes/app/compare/v3.21.0...v3.22.3) (2022-06-14)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* sass deprecation warning ([#1100](https://github.com/standardnotes/app/issues/1100)) ([fd115bc](https://github.com/standardnotes/app/commit/fd115bc113c0777ed00c203ff2c9fa4ea4d72f50))
|
||||||
|
|
||||||
## [3.22.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.22.0...@standardnotes/web@3.22.1) (2022-06-10)
|
## [3.22.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.22.0...@standardnotes/web@3.22.1) (2022-06-10)
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@standardnotes/web",
|
"name": "@standardnotes/web",
|
||||||
"version": "3.22.1",
|
"version": "3.22.3",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"main": "dist/app.js",
|
"main": "dist/app.js",
|
||||||
"author": "Standard Notes",
|
"author": "Standard Notes",
|
||||||
@@ -19,7 +19,8 @@
|
|||||||
"tsc": "tsc --project tsconfig.json",
|
"tsc": "tsc --project tsconfig.json",
|
||||||
"test": "jest --config jest.config.js --coverage",
|
"test": "jest --config jest.config.js --coverage",
|
||||||
"postinstall": "yarn run ncu -loglevel verbose --packageFile package.json",
|
"postinstall": "yarn run ncu -loglevel verbose --packageFile package.json",
|
||||||
"upgrade:snjs": "ncu -u '@standardnotes/*' && yarn"
|
"upgrade:snjs": "ncu -u '@standardnotes/*' && yarn",
|
||||||
|
"release": "standard-version"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.17.9",
|
"@babel/core": "^7.17.9",
|
||||||
|
|||||||
Reference in New Issue
Block a user