feat(wip): components monorepo (#1082)

This commit is contained in:
Mo
2022-06-10 10:15:44 -05:00
committed by GitHub
parent 2ecfcdecb4
commit e3d6001a17
36 changed files with 1294 additions and 68 deletions

View File

@@ -1,2 +1,3 @@
.github
codeqldb
CHANGELOG.md

View File

@@ -0,0 +1,16 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 3.21.0 (2022-06-10)
### Bug Fixes
* icons package ([4df06c1](https://github.com/standardnotes/app/commit/4df06c1d1a59f95ce735f87c106066ea28e5816c))
### 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/mobile",
"version": "3.20.4",
"version": "3.21.0",
"user-version": "3.20.4",
"private": true,
"license": "AGPL-3.0-or-later",
@@ -34,7 +34,7 @@
"@react-navigation/stack": "^6.2.1",
"@standardnotes/components": "^1.9.0",
"@standardnotes/filepicker": "^1.16.14",
"@standardnotes/icons": "*",
"@standardnotes/icons": "^1.3.0",
"@standardnotes/react-native-aes": "^1.4.3",
"@standardnotes/react-native-textview": "1.0.2",
"@standardnotes/react-native-utils": "1.0.1",