chore(release): publish

- @standardnotes/components@0.3.0-alpha.0
 - @standardnotes/desktop@3.22.3-alpha.0
 - @standardnotes/icons@1.4.1-alpha.0
 - @standardnotes/mobile@3.23.1-alpha.0
 - @standardnotes/styles@1.2.2-alpha.0
 - @standardnotes/toast@1.2.1-alpha.0
 - @standardnotes/web-server@1.2.7-alpha.0
 - @standardnotes/web@3.22.3-alpha.0
This commit is contained in:
StandardNotes CI
2022-06-14 16:31:58 +00:00
parent d9ad998e42
commit bb91a7e6af
16 changed files with 49 additions and 61 deletions

View File

@@ -3,52 +3,41 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.2.0](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@0.1.4...@standardnotes/components-meta@0.2.0) (2022-06-11)
# 0.3.0-alpha.0 (2022-06-14)
### Bug Fixes
* sass deprecation warning ([#1100](https://github.com/standardnotes/app/issues/1100)) ([fd115bc](https://github.com/standardnotes/app/commit/fd115bc113c0777ed00c203ff2c9fa4ea4d72f50))
### Features
* add themes source ([#1089](https://github.com/standardnotes/app/issues/1089)) ([e80eb44](https://github.com/standardnotes/app/commit/e80eb441a717b7c892307635ff3af4db2e25d57c))
* **wip:** components monorepo ([#1082](https://github.com/standardnotes/app/issues/1082)) ([e3d6001](https://github.com/standardnotes/app/commit/e3d6001a178e11e619ca724b2b155b7c0405c023))
# [0.2.0](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@0.1.4...@standardnotes/components-meta@0.2.0) (2022-06-11)
### Features
* add themes source ([#1089](https://github.com/standardnotes/app/issues/1089)) ([e80eb44](https://github.com/standardnotes/app/commit/e80eb441a717b7c892307635ff3af4db2e25d57c))
## [0.1.4](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@0.1.3...@standardnotes/components-meta@0.1.4) (2022-06-11)
**Note:** Version bump only for package @standardnotes/components-meta
## [0.1.3](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@0.1.2...@standardnotes/components-meta@0.1.3) (2022-06-11)
**Note:** Version bump only for package @standardnotes/components-meta
## [0.1.2](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@0.1.1...@standardnotes/components-meta@0.1.2) (2022-06-11)
**Note:** Version bump only for package @standardnotes/components-meta
## [0.1.1](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@0.1.0...@standardnotes/components-meta@0.1.1) (2022-06-10)
**Note:** Version bump only for package @standardnotes/components-meta
# 0.1.0 (2022-06-10)
### Features
* **wip:** components monorepo ([#1082](https://github.com/standardnotes/app/issues/1082)) ([e3d6001](https://github.com/standardnotes/app/commit/e3d6001a178e11e619ca724b2b155b7c0405c023))

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/components",
"version": "0.2.0",
"version": "0.3.0-alpha.0",
"private": true,
"workspaces": {
"packages": [

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.22.3-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.2...@standardnotes/desktop@3.22.3-alpha.0) (2022-06-14)
**Note:** Version bump only for package @standardnotes/desktop
## [3.22.2](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.1...@standardnotes/desktop@3.22.2) (2022-06-14)
**Note:** Version bump only for package @standardnotes/desktop

View File

@@ -1,7 +1,7 @@
{
"name": "@standardnotes/desktop",
"main": "./app/dist/index.js",
"version": "3.22.2",
"version": "3.22.3-alpha.0",
"license": "AGPL-3.0-or-later",
"private": true,
"repository": {

View File

@@ -3,38 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 1.4.0 (2022-06-10)
## [1.4.1-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/icons@1.4.0...@standardnotes/icons@1.4.1-alpha.0) (2022-06-14)
**Note:** Version bump only for package @standardnotes/icons
# 1.4.0 (2022-06-10)
### Bug Fixes
* icons package ([4df06c1](https://github.com/standardnotes/app/commit/4df06c1d1a59f95ce735f87c106066ea28e5816c))
### Features
* **wip:** components monorepo ([#1082](https://github.com/standardnotes/app/issues/1082)) ([e3d6001](https://github.com/standardnotes/app/commit/e3d6001a178e11e619ca724b2b155b7c0405c023))
# 1.3.0 (2022-06-10)
### Bug Fixes
* icons package ([4df06c1](https://github.com/standardnotes/app/commit/4df06c1d1a59f95ce735f87c106066ea28e5816c))
### Features
* **wip:** components monorepo ([8c5e11c](https://github.com/standardnotes/app/commit/8c5e11c22b717ada7a6a9b3115fc4c9b757ec71c))
# Changelog
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.
@@ -57,7 +49,6 @@ All notable changes to this project will be documented in this file. See [standa
## 1.1.0 (2022-05-16)
### Features
* initial commit ([67b0674](https://github.com/standardnotes/icons/commit/67b06747584eb7bde6da7cf4f1e1a02a8aebc933))

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/icons",
"version": "1.4.0",
"version": "1.4.1-alpha.0",
"private": true,
"main": "dist/index.js",
"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.
## [3.23.1-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.23.0...@standardnotes/mobile@3.23.1-alpha.0) (2022-06-14)
**Note:** Version bump only for package @standardnotes/mobile
# 3.23.0 (2022-06-14)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.23.0",
"version": "3.23.1-alpha.0",
"user-version": "3.23.0",
"private": true,
"license": "AGPL-3.0-or-later",

View File

@@ -3,40 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.2.2-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/styles@1.2.1...@standardnotes/styles@1.2.2-alpha.0) (2022-06-14)
### Bug Fixes
* sass deprecation warning ([#1100](https://github.com/standardnotes/app/issues/1100)) ([fd115bc](https://github.com/standardnotes/app/commit/fd115bc113c0777ed00c203ff2c9fa4ea4d72f50))
## [1.2.1](https://github.com/standardnotes/app/compare/@standardnotes/styles@1.2.0...@standardnotes/styles@1.2.1) (2022-06-10)
**Note:** Version bump only for package @standardnotes/styles
# 1.2.0 (2022-06-10)
### Bug Fixes
* dropdown and files button ui ([#1076](https://github.com/standardnotes/app/issues/1076)) ([12f052a](https://github.com/standardnotes/app/commit/12f052a0b202df10ea55351ea4bf6232c2ecb56f))
### Features
* mobile app package ([#1075](https://github.com/standardnotes/app/issues/1075)) ([8248a38](https://github.com/standardnotes/app/commit/8248a38280cb7c92da2b2e9c7db298f34ae8ffdf))
* styles package ([#1074](https://github.com/standardnotes/app/issues/1074)) ([3100327](https://github.com/standardnotes/app/commit/31003276b73d3e89824bc002fe616fa055e918c4))
* **wip:** components monorepo ([#1082](https://github.com/standardnotes/app/issues/1082)) ([e3d6001](https://github.com/standardnotes/app/commit/e3d6001a178e11e619ca724b2b155b7c0405c023))
# 1.1.0 (2022-06-10)
### Bug Fixes
* dropdown and files button ui ([#1076](https://github.com/standardnotes/app/issues/1076)) ([12f052a](https://github.com/standardnotes/app/commit/12f052a0b202df10ea55351ea4bf6232c2ecb56f))
### Features
* mobile app package ([#1075](https://github.com/standardnotes/app/issues/1075)) ([8248a38](https://github.com/standardnotes/app/commit/8248a38280cb7c92da2b2e9c7db298f34ae8ffdf))

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/styles",
"version": "1.2.1",
"version": "1.2.2-alpha.0",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@@ -3,8 +3,11 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 1.2.0 (2022-06-10)
## [1.2.1-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.2.0...@standardnotes/toast@1.2.1-alpha.0) (2022-06-14)
**Note:** Version bump only for package @standardnotes/toast
# 1.2.0 (2022-06-10)
### Features
@@ -13,13 +16,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* toast package ([#1073](https://github.com/standardnotes/app/issues/1073)) ([6d0b6e9](https://github.com/standardnotes/app/commit/6d0b6e9018b2a612b8df4827336883fe04033128))
* **wip:** components monorepo ([#1082](https://github.com/standardnotes/app/issues/1082)) ([e3d6001](https://github.com/standardnotes/app/commit/e3d6001a178e11e619ca724b2b155b7c0405c023))
# 1.1.0 (2022-06-10)
### Features
* mobile app package ([#1075](https://github.com/standardnotes/app/issues/1075)) ([8248a38](https://github.com/standardnotes/app/commit/8248a38280cb7c92da2b2e9c7db298f34ae8ffdf))

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/toast",
"version": "1.2.0",
"version": "1.2.1-alpha.0",
"private": true,
"main": "./src/index.ts",
"scripts": {

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.2.7-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.6...@standardnotes/web-server@1.2.7-alpha.0) (2022-06-14)
**Note:** Version bump only for package @standardnotes/web-server
## [1.2.6](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.5...@standardnotes/web-server@1.2.6) (2022-06-14)
**Note:** Version bump only for package @standardnotes/web-server

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/web-server",
"version": "1.2.6",
"version": "1.2.7-alpha.0",
"license": "AGPL-3.0-or-later",
"private": true,
"author": "Standard Notes",

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.22.3-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.22.2...@standardnotes/web@3.22.3-alpha.0) (2022-06-14)
**Note:** Version bump only for package @standardnotes/web
## [3.22.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.22.1...@standardnotes/web@3.22.2) (2022-06-14)
### Reverts

View File

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