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

@@ -0,0 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 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))
* **wip:** components monorepo ([8c5e11c](https://github.com/standardnotes/app/commit/8c5e11c22b717ada7a6a9b3115fc4c9b757ec71c))

View File

@@ -106,6 +106,8 @@ GEM
nokogiri (1.13.1)
mini_portile2 (~> 2.7.0)
racc (~> 1.4)
nokogiri (1.13.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.1-x64-mingw32)
racc (~> 1.4)
nokogiri (1.13.1-x86_64-darwin)
@@ -198,6 +200,7 @@ GEM
websocket-extensions (0.1.5)
PLATFORMS
arm64-darwin-21
ruby
x64-mingw32
x86_64-darwin-18

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/web-server",
"version": "1.0.0",
"version": "1.1.0",
"license": "AGPL-3.0-or-later",
"private": true,
"author": "Standard Notes",
@@ -15,6 +15,7 @@
"build": "bundle install && cp -r ../../node_modules/@standardnotes/components/dist/. public/components/ && bundle exec rails assets:precompile"
},
"dependencies": {
"@standardnotes/web": "*"
"@standardnotes/components-meta": "*",
"@standardnotes/web": "^3.21.0"
}
}