feat(wip): components monorepo (#1082)
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
.github
|
||||
codeqldb
|
||||
CHANGELOG.md
|
||||
16
packages/mobile/CHANGELOG.md
Normal file
16
packages/mobile/CHANGELOG.md
Normal 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))
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user