chore: add components subpackages to workspaces

This commit is contained in:
Mo 2022-06-15 17:11:28 -05:00
parent 3b3a38649d
commit c0986d4e9a
No known key found for this signature in database
GPG Key ID: 034B13B1644297E1
14 changed files with 40 additions and 8 deletions

Binary file not shown.

View File

@ -1,5 +1,4 @@
{
"packages": ["packages/**", "packages/components/src/**"],
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true

View File

@ -4,7 +4,8 @@
"author": "Standard Notes",
"workspaces": {
"packages": [
"packages/*"
"packages/*",
"packages/components/src/*"
]
},
"engines": {
@ -26,7 +27,8 @@
"release:prod": "lerna version --conventional-commits --yes -m \"chore(release): publish\"",
"release:beta": "lerna version --conventional-prerelease --conventional-commits --yes -m \"chore(release): publish\"",
"version": "yarn install --no-immutable && git add yarn.lock",
"postversion": "./scripts/push-tags-one-by-one.sh"
"postversion": "./scripts/push-tags-one-by-one.sh",
"lerna:list": " yarn lerna list -all"
},
"resolutions": {
"@types/styled-components/@types/react": "17.0.2",
@ -39,6 +41,7 @@
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@lerna-lite/cli": "^1.5.1",
"@lerna-lite/list": "^1.5.1",
"@lerna-lite/run": "^1.5.1",
"@standardnotes/config": "^2.4.3",
"@typescript-eslint/eslint-plugin": "^5.20.0",

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",

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.
## [3.22.3-alpha.17](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.3-alpha.16...@standardnotes/desktop@3.22.3-alpha.17) (2022-06-15)
**Note:** Version bump only for package @standardnotes/desktop
## [3.22.3-alpha.16](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.3-alpha.15...@standardnotes/desktop@3.22.3-alpha.16) (2022-06-15)
**Note:** Version bump only for package @standardnotes/desktop

View File

@ -1,7 +1,7 @@
{
"name": "@standardnotes/desktop",
"main": "./app/dist/index.js",
"version": "3.22.3-alpha.16",
"version": "3.22.3-alpha.17",
"license": "AGPL-3.0-or-later",
"author": "Standard Notes",
"private": true,

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.
## [3.23.1-alpha.7](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.23.1-alpha.6...@standardnotes/mobile@3.23.1-alpha.7) (2022-06-15)
**Note:** Version bump only for package @standardnotes/mobile
## [3.23.1-alpha.6](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.23.1-alpha.5...@standardnotes/mobile@3.23.1-alpha.6) (2022-06-15)
**Note:** Version bump only for package @standardnotes/mobile

View File

@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.23.1-alpha.6",
"version": "3.23.1-alpha.7",
"user-version": "3.23.0",
"author": "Standard Notes",
"private": true,

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.
## [1.2.7-alpha.18](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.7-alpha.17...@standardnotes/web-server@1.2.7-alpha.18) (2022-06-15)
**Note:** Version bump only for package @standardnotes/web-server
## [1.2.7-alpha.17](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.7-alpha.16...@standardnotes/web-server@1.2.7-alpha.17) (2022-06-15)
**Note:** Version bump only for package @standardnotes/web-server

View File

@ -1,6 +1,6 @@
{
"name": "@standardnotes/web-server",
"version": "1.2.7-alpha.17",
"version": "1.2.7-alpha.18",
"license": "AGPL-3.0-or-later",
"private": true,
"author": "Standard Notes",

View File

@ -3104,6 +3104,18 @@ __metadata:
languageName: node
linkType: hard
"@lerna-lite/list@npm:^1.5.1":
version: 1.5.1
resolution: "@lerna-lite/list@npm:1.5.1"
dependencies:
"@lerna-lite/core": 1.5.1
"@lerna-lite/optional-cmd-common": 1.5.1
chalk: ^4.1.2
columnify: ^1.6.0
checksum: d1d318087964e6751e9b348619cf14daf52f3c57173e66043958e8b91663bd905c64907efbca953ab509a4472a035121075b9f264fb766aa56d928d40cad926a
languageName: node
linkType: hard
"@lerna-lite/optional-cmd-common@npm:1.5.1":
version: 1.5.1
resolution: "@lerna-lite/optional-cmd-common@npm:1.5.1"
@ -5040,6 +5052,7 @@ __metadata:
"@commitlint/cli": ^17.0.2
"@commitlint/config-conventional": ^17.0.2
"@lerna-lite/cli": ^1.5.1
"@lerna-lite/list": ^1.5.1
"@lerna-lite/run": ^1.5.1
"@standardnotes/config": ^2.4.3
"@typescript-eslint/eslint-plugin": ^5.20.0