mirror of
https://github.com/standardnotes/web.git
synced 2024-11-20 20:22:46 +03:00
chore: add components subpackages to workspaces
This commit is contained in:
parent
3b3a38649d
commit
c0986d4e9a
BIN
.yarn/cache/@lerna-lite-list-npm-1.5.1-fcd4bb8986-d1d3180879.zip
vendored
Normal file
BIN
.yarn/cache/@lerna-lite-list-npm-1.5.1-fcd4bb8986-d1d3180879.zip
vendored
Normal file
Binary file not shown.
@ -1,5 +1,4 @@
|
|||||||
{
|
{
|
||||||
"packages": ["packages/**", "packages/components/src/**"],
|
|
||||||
"version": "independent",
|
"version": "independent",
|
||||||
"npmClient": "yarn",
|
"npmClient": "yarn",
|
||||||
"useWorkspaces": true
|
"useWorkspaces": true
|
||||||
|
@ -4,7 +4,8 @@
|
|||||||
"author": "Standard Notes",
|
"author": "Standard Notes",
|
||||||
"workspaces": {
|
"workspaces": {
|
||||||
"packages": [
|
"packages": [
|
||||||
"packages/*"
|
"packages/*",
|
||||||
|
"packages/components/src/*"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
@ -26,7 +27,8 @@
|
|||||||
"release:prod": "lerna version --conventional-commits --yes -m \"chore(release): publish\"",
|
"release:prod": "lerna version --conventional-commits --yes -m \"chore(release): publish\"",
|
||||||
"release:beta": "lerna version --conventional-prerelease --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",
|
"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": {
|
"resolutions": {
|
||||||
"@types/styled-components/@types/react": "17.0.2",
|
"@types/styled-components/@types/react": "17.0.2",
|
||||||
@ -39,6 +41,7 @@
|
|||||||
"@commitlint/cli": "^17.0.2",
|
"@commitlint/cli": "^17.0.2",
|
||||||
"@commitlint/config-conventional": "^17.0.2",
|
"@commitlint/config-conventional": "^17.0.2",
|
||||||
"@lerna-lite/cli": "^1.5.1",
|
"@lerna-lite/cli": "^1.5.1",
|
||||||
|
"@lerna-lite/list": "^1.5.1",
|
||||||
"@lerna-lite/run": "^1.5.1",
|
"@lerna-lite/run": "^1.5.1",
|
||||||
"@standardnotes/config": "^2.4.3",
|
"@standardnotes/config": "^2.4.3",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.20.0",
|
"@typescript-eslint/eslint-plugin": "^5.20.0",
|
||||||
|
@ -3,6 +3,10 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
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)
|
# [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
|
**Note:** Version bump only for package @standardnotes/components-meta
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@standardnotes/components-meta",
|
"name": "@standardnotes/components-meta",
|
||||||
"version": "2.1.0-alpha.10",
|
"version": "2.1.0-alpha.11",
|
||||||
"private": true,
|
"private": true,
|
||||||
"author": "Standard Notes",
|
"author": "Standard Notes",
|
||||||
"main": "dist",
|
"main": "dist",
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "@standardnotes/advanced-checklist",
|
"name": "@standardnotes/advanced-checklist",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "A task editor with grouping functionality.",
|
"description": "A task editor with grouping functionality.",
|
||||||
"author": "Standard Notes",
|
"author": "Standard Notes.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Standard Notes",
|
"Standard Notes",
|
||||||
"Standard Notes Extensions"
|
"Standard Notes Extensions"
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"name": "@standardnotes/authenticator",
|
"name": "@standardnotes/authenticator",
|
||||||
"version": "2.0.10",
|
"version": "2.0.10",
|
||||||
"main": "dist/dist.js",
|
"main": "dist/dist.js",
|
||||||
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"components:compile": "webpack --config webpack.prod.js",
|
"components:compile": "webpack --config webpack.prod.js",
|
||||||
"start": "webpack serve --config webpack.dev.js --progress --hot",
|
"start": "webpack serve --config webpack.dev.js --progress --hot",
|
||||||
|
@ -3,6 +3,10 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
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)
|
## [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
|
**Note:** Version bump only for package @standardnotes/desktop
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@standardnotes/desktop",
|
"name": "@standardnotes/desktop",
|
||||||
"main": "./app/dist/index.js",
|
"main": "./app/dist/index.js",
|
||||||
"version": "3.22.3-alpha.16",
|
"version": "3.22.3-alpha.17",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"author": "Standard Notes",
|
"author": "Standard Notes",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
@ -3,6 +3,10 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
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)
|
## [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
|
**Note:** Version bump only for package @standardnotes/mobile
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@standardnotes/mobile",
|
"name": "@standardnotes/mobile",
|
||||||
"version": "3.23.1-alpha.6",
|
"version": "3.23.1-alpha.7",
|
||||||
"user-version": "3.23.0",
|
"user-version": "3.23.0",
|
||||||
"author": "Standard Notes",
|
"author": "Standard Notes",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
@ -3,6 +3,10 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
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)
|
## [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
|
**Note:** Version bump only for package @standardnotes/web-server
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@standardnotes/web-server",
|
"name": "@standardnotes/web-server",
|
||||||
"version": "1.2.7-alpha.17",
|
"version": "1.2.7-alpha.18",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"private": true,
|
"private": true,
|
||||||
"author": "Standard Notes",
|
"author": "Standard Notes",
|
||||||
|
13
yarn.lock
13
yarn.lock
@ -3104,6 +3104,18 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
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":
|
"@lerna-lite/optional-cmd-common@npm:1.5.1":
|
||||||
version: 1.5.1
|
version: 1.5.1
|
||||||
resolution: "@lerna-lite/optional-cmd-common@npm:1.5.1"
|
resolution: "@lerna-lite/optional-cmd-common@npm:1.5.1"
|
||||||
@ -5040,6 +5052,7 @@ __metadata:
|
|||||||
"@commitlint/cli": ^17.0.2
|
"@commitlint/cli": ^17.0.2
|
||||||
"@commitlint/config-conventional": ^17.0.2
|
"@commitlint/config-conventional": ^17.0.2
|
||||||
"@lerna-lite/cli": ^1.5.1
|
"@lerna-lite/cli": ^1.5.1
|
||||||
|
"@lerna-lite/list": ^1.5.1
|
||||||
"@lerna-lite/run": ^1.5.1
|
"@lerna-lite/run": ^1.5.1
|
||||||
"@standardnotes/config": ^2.4.3
|
"@standardnotes/config": ^2.4.3
|
||||||
"@typescript-eslint/eslint-plugin": ^5.20.0
|
"@typescript-eslint/eslint-plugin": ^5.20.0
|
||||||
|
Loading…
Reference in New Issue
Block a user