chore: merge main

This commit is contained in:
Mo
2022-06-17 16:36:57 -05:00
8 changed files with 32 additions and 13 deletions

View File

@@ -3,7 +3,11 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.1.3-alpha.2](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.1.3-alpha.1...@standardnotes/components-meta@2.1.3-alpha.2) (2022-06-17)
## [2.1.4](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.1.3-alpha.1...@standardnotes/components-meta@2.1.4) (2022-06-17)
**Note:** Version bump only for package @standardnotes/components-meta
## [2.1.3](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.1.3-alpha.1...@standardnotes/components-meta@2.1.3) (2022-06-17)
**Note:** Version bump only for package @standardnotes/components-meta

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/components-meta",
"version": "2.1.3-alpha.2",
"version": "2.1.4",
"private": true,
"author": "Standard Notes",
"main": "dist",

View File

@@ -3,10 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.22.7-alpha.5](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.7-alpha.4...@standardnotes/desktop@3.22.7-alpha.5) (2022-06-17)
## [3.22.9](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.7-alpha.4...@standardnotes/desktop@3.22.9) (2022-06-17)
**Note:** Version bump only for package @standardnotes/desktop
## [3.22.8](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.7-alpha.1...@standardnotes/desktop@3.22.8) (2022-06-17)
**Note:** Version bump only for package @standardnotes/desktop
## [3.22.7](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.7-alpha.1...@standardnotes/desktop@3.22.7) (2022-06-17)
**Note:** Version bump only for package @standardnotes/desktop
## [3.22.7-alpha.4](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.7-alpha.3...@standardnotes/desktop@3.22.7-alpha.4) (2022-06-17)
**Note:** Version bump only for package @standardnotes/desktop

View File

@@ -1,9 +1,9 @@
{
"name": "@standardnotes/desktop",
"main": "./app/dist/index.js",
"version": "3.22.7-alpha.5",
"version": "3.22.9",
"license": "AGPL-3.0-or-later",
"author": "Standard Notes",
"author": "Standard Notes.",
"private": true,
"repository": {
"type": "git",

View File

@@ -3,7 +3,11 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.23.4-alpha.2](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.23.4-alpha.1...@standardnotes/mobile@3.23.4-alpha.2) (2022-06-17)
## [3.23.5](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.23.4-alpha.1...@standardnotes/mobile@3.23.5) (2022-06-17)
**Note:** Version bump only for package @standardnotes/mobile
## [3.23.4](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.23.4-alpha.1...@standardnotes/mobile@3.23.4) (2022-06-17)
**Note:** Version bump only for package @standardnotes/mobile

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.23.4-alpha.2",
"version": "3.23.5",
"author": "Standard Notes.",
"private": true,
"license": "AGPL-3.0-or-later",
@@ -121,8 +121,8 @@
"preset": "react-native"
},
"componentsCdn": {
"dev": "https://cdn.jsdelivr.net/gh/standardnotes/app@",
"prod": "https://cdn.jsdelivr.net/gh/standardnotes/app@"
"dev": "https://app-dev.standardnotes.com/components/zips",
"prod": "https://app.standardnotes.com/components/zips"
},
"detox": {
"configurations": {

View File

@@ -3,7 +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.10-alpha.2](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.10-alpha.1...@standardnotes/web-server@1.2.10-alpha.2) (2022-06-17)
## [1.2.11](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.10-alpha.1...@standardnotes/web-server@1.2.11) (2022-06-17)
**Note:** Version bump only for package @standardnotes/web-server
## [1.2.10](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.10-alpha.1...@standardnotes/web-server@1.2.10) (2022-06-17)
**Note:** Version bump only for package @standardnotes/web-server

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/web-server",
"version": "1.2.10-alpha.2",
"version": "1.2.11",
"license": "AGPL-3.0-or-later",
"private": true,
"author": "Standard Notes.",
@@ -11,8 +11,8 @@
"scripts": {
"start": "bundle exec rails s -b 0.0.0.0",
"start:no-binding": "bundle exec rails s",
"copy:components": "cp -r ../../node_modules/@standardnotes/components-meta/dist/assets/. public/components/assets/",
"build": "bundle install && yarn copy:components && bundle exec rails assets:precompile"
"build:components": "cp -r ../../node_modules/@standardnotes/components-meta/dist/. public/components/",
"build": "bundle install && yarn build:components && bundle exec rails assets:precompile"
},
"dependencies": {
"@standardnotes/components-meta": "workspace:*",