chore: add components subpackages to workspaces

This commit is contained in:
Mo
2022-06-15 17:11:28 -05:00
parent 3b3a38649d
commit c0986d4e9a
14 changed files with 40 additions and 8 deletions

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.
# [2.1.0-alpha.11](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.1.0-alpha.10...@standardnotes/components-meta@2.1.0-alpha.11) (2022-06-15)
**Note:** Version bump only for package @standardnotes/components-meta
# [2.1.0-alpha.10](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.1.0-alpha.9...@standardnotes/components-meta@2.1.0-alpha.10) (2022-06-15)
**Note:** Version bump only for package @standardnotes/components-meta

View File

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

View File

@@ -2,7 +2,7 @@
"name": "@standardnotes/advanced-checklist",
"version": "0.0.1",
"description": "A task editor with grouping functionality.",
"author": "Standard Notes",
"author": "Standard Notes.",
"keywords": [
"Standard Notes",
"Standard Notes Extensions"

View File

@@ -2,6 +2,7 @@
"name": "@standardnotes/authenticator",
"version": "2.0.10",
"main": "dist/dist.js",
"private": true,
"scripts": {
"components:compile": "webpack --config webpack.prod.js",
"start": "webpack serve --config webpack.dev.js --progress --hot",