Compare commits

...
Author SHA1 Message Date
StandardNotes CI 798145b057 chore(release): publish
- @standardnotes/[email protected]
 - @standardnotes/[email protected].3
 - @standardnotes/[email protected]
 - @standardnotes/[email protected].1
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected].3
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected].3
2022-06-16 19:13:08 +00:00
Mo 33daab243f chore(workflow): trigger 2022-06-16 14:06:57 -05:00
Mo 85d32d5206 chore(release): graduate prelease on release 2022-06-16 14:05:54 -05:00
StandardNotes CI 43e11b947c chore(release): publish
- @standardnotes/[email protected]
 - @standardnotes/[email protected].3-alpha.24
 - @standardnotes/[email protected].1-alpha.14
 - @standardnotes/[email protected]
2022-06-16 19:01:23 +00:00
StandardNotes CI 664de3830a chore(release): components 2022-06-16 19:01:11 +00:00
Mo 3c98a2442c ci(temp): disable files changed workflow 2022-06-16 13:56:35 -05:00
Mo cfbea15f83 Merge branch 'release/@standardnotes/[email protected]' 2022-06-16 13:52:12 -05:00
StandardNotes CI aff09abd0c chore(release): publish
- @standardnotes/[email protected].3-alpha.23
2022-06-16 18:41:10 +00:00
Mo fef253c62f fix(desktop): commit public env config 2022-06-16 13:38:48 -05:00
StandardNotes CI d93e7cbcb5 chore(release): publish
- @standardnotes/[email protected].1-alpha.13
2022-06-16 18:32:00 +00:00
Mo c4642ceb99 fix(mobile): use package version directly 2022-06-16 13:30:07 -05:00
StandardNotes CI 619b5a9677 chore(release): publish
- @standardnotes/[email protected].1-alpha.12
2022-06-16 18:26:29 +00:00
Mo 0fcff9e729 chore: increment mobile seed build number to account for run_number dependant workflow 2022-06-16 13:24:31 -05:00
StandardNotes CI 43fc2fe146 chore(release): publish
- @standardnotes/[email protected]
 - @standardnotes/[email protected].3-alpha.22
 - @standardnotes/[email protected].1-alpha.11
 - @standardnotes/[email protected]
 - @standardnotes/[email protected].3-alpha.9
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
 - @standardnotes/[email protected]
2022-06-16 17:02:15 +00:00
StandardNotes CI b85dd06373 chore(release): components 2022-06-16 17:01:59 +00:00
Mo dc10a5cb25 refactor: rely on component versions from checksums file (#1111) 2022-06-16 11:56:32 -05:00
Mo 173ea323b9 chore: merge conflicts 2022-06-06 10:56:50 -05:00
Mo 7102c21e4e Merge branch 'hotfix/3.20.4' 2022-06-06 10:50:49 -05:00
764 changed files with 776 additions and 540 deletions
-8
View File
@@ -32,18 +32,10 @@ jobs:
- name: Install Dependencies
run: yarn install
- name: Get Changed Components Files
id: changed-component-files
uses: tj-actions/changed-files@v23
with:
files: packages/components/**
- name: Compile Components
if: steps.changed-component-files.outputs.any_changed == 'true'
run: yarn components:clean && yarn components:compile
working-directory: packages/components
- name: Package and Commit Components
if: steps.changed-component-files.outputs.any_changed == 'true'
run: |
node packages/components/scripts/package.mjs
git add .
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+8 -4
View File
@@ -1,12 +1,12 @@
{
"name": "@standardnotes/app-monorepo",
"private": true,
"author": "Standard Notes",
"author": "Standard Notes.",
"workspaces": {
"packages": [
"packages/*",
"packages/desktop/app",
"packages/components/src/*"
"packages/components/src/packages/*"
]
},
"engines": {
@@ -25,11 +25,12 @@
"start:server:web:localhost": "lerna run start:no-binding --scope=@standardnotes/web-server",
"prepare": "husky install",
"reset": "find . -type dir -name node_modules | xargs rm -rf && rm -rf yarn.lock && yarn install",
"release:prod": "lerna version --conventional-commits --yes -m \"chore(release): publish\"",
"release:prod": "lerna version --conventional-graduate --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",
"lerna:list": " yarn lerna list -all"
"lerna:list": " yarn lerna list -all",
"upgrade:snjs": "ncu -u '@standardnotes/*' && yarn workspaces foreach --verbose run ncu -u '@standardnotes/*'"
},
"resolutions": {
"@types/styled-components/@types/react": "17.0.2",
@@ -38,6 +39,9 @@
"@types/react-native/@types/react": "17.0.2",
"@types/hoist-non-react-statics/@types/react": "17.0.2"
},
"dependencies": {
"@standardnotes/snjs": "^2.117.4"
},
"devDependencies": {
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
+12
View File
@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.1.0](https://github.com/standardnotes/app/compare/@standardnotes/[email protected]...@standardnotes/[email protected]) (2022-06-16)
**Note:** Version bump only for package @standardnotes/components-meta
# [2.1.0-alpha.16](https://github.com/standardnotes/app/compare/@standardnotes/[email protected]...@standardnotes/[email protected]) (2022-06-16)
**Note:** Version bump only for package @standardnotes/components-meta
# [2.1.0-alpha.15](https://github.com/standardnotes/app/compare/@standardnotes/[email protected]...@standardnotes/[email protected]) (2022-06-16)
**Note:** Version bump only for package @standardnotes/components-meta
# 2.1.0-alpha.14 (2022-06-16)
**Note:** Version bump only for package @standardnotes/components-meta
+8
View File
@@ -0,0 +1,8 @@
import { FeatureIdentifier } from '@standardnotes/features';
declare type ChecksumEntry = {
version: string;
base64: string;
binary: string;
};
export declare type ComponentChecksumsType = Record<FeatureIdentifier, ChecksumEntry>;
export {};
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
export * from './Types/Checksums';
+57 -57
View File
@@ -1,97 +1,97 @@
{
"org.standardnotes.theme-midnight": {
"version": "1.2.8",
"base64": "fa09e6b27afe20f13049b259d20fa204d3910b96ae47402a3f9d523841b8e1b0",
"binary": "46f507846ccd3980ae8a796f8788127b5d450365d1f141e5a1262435aa5cd651"
"version": "1.2.9-alpha.3",
"base64": "a5bdee326f69be2ed11c773be2da575e5451a1981bc87829b55b947c99c1d2c5",
"binary": "3b80a51ed8d060915e29019af9bc43b5c9a96d617df1348f2e67cbe2539f34c3"
},
"org.standardnotes.theme-futura": {
"version": "1.2.9",
"base64": "837a721c65be85dd1bedc2e2829d011cc0acca3085e8ce2dafca651365a44f1c",
"binary": "9e787646926864a80f5d84cbb04ee9a7840d84287ea79b1f1532ce2c44ea68c5"
"version": "1.2.10-alpha.3",
"base64": "5a7beae2dbd971b558a7bc53a98e2efeea8d0fee1c37bc6082130eb035d1f0ee",
"binary": "c0f2267f7b2f75dd336af396f880f8220720d47ecf576b23d5f4ac0b4b427e75"
},
"org.standardnotes.theme-solarized-dark": {
"version": "1.2.7",
"base64": "a1a6ce0ea404cf41e35ccb27e33cc777d7fc1b4becca02d1d4ffd5640afce868",
"binary": "c41b727a56d8a02025460e0bdcf4f3ea50c8a0572d59d049603fb68d92bc2a64"
"version": "1.2.8-alpha.3",
"base64": "0b8aeaf0bf41d5530743e9248388624a48168bd31475588a07cfc92541860fce",
"binary": "85a2cd7e0c38e7faa2a63775270b8fefa2c3ba5b1fd2b1bb9fd46fe2fbef263f"
},
"org.standardnotes.theme-autobiography": {
"version": "1.0.4",
"base64": "64ef874bdc345ccd9e51f0f58ce65a36ebb47eafa7ab1284fcf886dd0e6cb509",
"binary": "16fab2c527b2171f8d98ca691a1af6d0d2c07b57e9c946406e9902771f4d7037"
"version": "1.0.5-alpha.3",
"base64": "3c0a97b950b7b85dde816145ab551f0d542d64d0da70cec8794057fec1c8da18",
"binary": "f223eacdb17e5fa47e9a62c967202d194bac9dac0af42a57dbd14b4a2ef43089"
},
"org.standardnotes.theme-focus": {
"version": "1.2.9",
"base64": "107a604886b85087b22540b3a36d15ace6c1598d33ed1f0ebdc79c1032cc77ee",
"binary": "a40d75e1cc8a1ed363714ba4ba4d9400528cbd1da2b1039b78a0ec8ce289ef76"
"version": "1.2.10-alpha.3",
"base64": "0aa2fe041fc09dd74d3273c95887e098f26664a6ee8498da8ee9e136614eddec",
"binary": "cee7887eeb42043016ab63376071ae0721befed20f8933683230d222053721c5"
},
"org.standardnotes.theme-titanium": {
"version": "1.2.7",
"base64": "b4553f9e8698b852c5f0a31016f50e421fab059a42df1983a574a3031892ebd6",
"binary": "a3e9a46aaac10d961a9927a723c8af913b100a46a7bb3945f0efb6b515856899"
"version": "1.2.9-alpha.3",
"base64": "d9a0c6eb1b994a14afb8592794b9fce171f08d066d35c13e13182aed26403bfb",
"binary": "279cdd97605cd3bd34f5d3c71e4a68dbc83e2f8dfb005a320dee66dbd8def80b"
},
"org.standardnotes.theme-dynamic": {
"version": "1.0.4",
"base64": "e3eba3e9c17517602ff3973458e0c6ef3c81510250ecef5c3dcafb60363340e3",
"binary": "55cfa812745e9096a8c8d146bfc6bd905581139086a39ffff6b2674f4585c9b8"
"version": "1.0.5-alpha.3",
"base64": "3f400aa35c5e48ddbbefbda1ee5840747e25aa6912c8a7cd0f4ebc9ef3e03b19",
"binary": "faa237e40b44151252bf4b74b4869a842f037806e4de80c01a37ebaf8445487e"
},
"org.standardnotes.code-editor": {
"version": "1.3.12",
"base64": "d777b5f39e5430714b9583799cc0dcf69ade72f180b1f992a7f4389f10f9b683",
"binary": "887e86e9a4a633745541bb3ad3d35bb25c8741fee9c45c8d0b5b177345103a75"
"version": "1.3.13-alpha.3",
"base64": "f15a3ed82da5790af1e216d92e751f563c507e3ce1728652937f6c39e066ec98",
"binary": "f7707318ddf98c37881521db0de24206efbddae32553432baf723bf98bf7384a"
},
"org.standardnotes.bold-editor": {
"version": "1.3.5",
"base64": "a3224564533c6f4ca4bb1df9c37b9f122a33e4fc102d74b872dd781c32c79607",
"binary": "a3c29d6938b404db11e6523f6f54a607fff42b316f0962ee46b00cc01f5d2152"
"version": "1.3.6-alpha.3",
"base64": "6596d3b4b1778bf05b900e5d8eb7793d01b9cefdcd08fa6a552c30225129c1df",
"binary": "1835c346e3abdef4a79ff8d0f5acc457b530ac226c0c0dda4322ce476dd741ad"
},
"org.standardnotes.plus-editor": {
"version": "1.6.1",
"base64": "52b0e8b7ad151fa6a3b16ff8df17c60450861c7ff28de8af2466b137bb2d98e4",
"binary": "9b21e29db0af8a66a1f45e41440ea1890f07ea145329074b4cfd44991b6fda45"
"version": "1.6.2-alpha.3",
"base64": "41517c9fdd3b99b0eb358089f10d3c3979751111c15f439998697a7be20f2a0c",
"binary": "404863d7f1f3adf7c7ae9980bbf2f92484d5d77dca662ff4fc85fc58406bcccf"
},
"org.standardnotes.simple-markdown-editor": {
"version": "1.4.2",
"base64": "b5c8c39eda1a7b8696338bf9a1def3825a0b4d52860c160c1fd34bbe436a5acc",
"binary": "2068101123cecf74943f8d5acf59d888f2b339082b2acd4c1112bde4f92a8946"
"version": "1.4.3-alpha.3",
"base64": "095cd6210b347befaf63244d3144d2c93e123f7523afee0564b816c8932ee714",
"binary": "403373dff8b9f950d9b83a45d44e764d37de98ac3baf4b9919a33bd7e9ab7d3f"
},
"org.standardnotes.advanced-markdown-editor": {
"version": "1.5.0",
"base64": "93f0efd8163a92b191c235703fde5b48b6fc858d47864db77e33e8ca6b985810",
"binary": "c5052a25f33f1bf80fd5f1ee848550ce3818f5095c6ee370e7bfb9dd49c12231"
"version": "1.5.1-alpha.3",
"base64": "7e8a29a1ad98370edcfd5533e24ee2bd77c2c6be58f1942911e07285392b59b8",
"binary": "f8b47517f196e86958047258b15122e77bc61cf5ce9fcd15a42786f740d14cf6"
},
"org.standardnotes.minimal-markdown-editor": {
"version": "1.3.9",
"base64": "9d4894e1e0b57fe5421fcc6c3b080f675d2c7690d0f4404b58b21673f3a89cd1",
"binary": "8e11325526f297eaea81d3f0c2a0d837e17e2f7899a18b5717a415f674da907b"
"version": "1.3.10-alpha.3",
"base64": "aca049de350d405cd8d2f003c7cca2ffe930f5a6b6d9047709aaf0f2d67766e4",
"binary": "801405a6a6e264524f20d8c7ef7168c4e7fc401e89fc4d9cc6cced698413564a"
},
"org.standardnotes.fancy-markdown-editor": {
"version": "1.3.6",
"base64": "a4bf2b64da0d9a95f71bb7cbfd50ce2f96c83602e95c7beab64386900697d76c",
"binary": "1fc09232051a50f77a47d8faecfe6166d9bbd812d7704f87b985d740b5225e0a"
"version": "1.3.7-alpha.3",
"base64": "09517fd2681c6873648563c8bbc1e07ce2d13e55f355d34b40e121f5cf8cb418",
"binary": "8704039865c2069892cacc0a0ca94df87ace74b19095f962209e8eb33fec2899"
},
"org.standardnotes.markdown-visual-editor": {
"version": "1.0.7",
"base64": "3ce8ea96cbfa706e5a0c722aee7a37a46c8e966e6a047c37056c888e78641182",
"binary": "2468f1d63e996cf75fa4e914d4cbee56cf9cfc1333da8f760350a353347889c6"
"version": "1.0.8-alpha.3",
"base64": "5c3737ad276e08c6cdca929e2e31b45a26c40c589c1199e93df898702e7ffc68",
"binary": "338e4a66f1905660eb084cf7ece6cfa6a6ad0ac9fe8efbf1a880f69e5b0cfddc"
},
"org.standardnotes.simple-task-editor": {
"version": "1.3.10",
"base64": "60aaca870a2fcbfbdb3287251ba4557c6d53f168189e4e177faf2bf7b48b668b",
"binary": "716762ee873e7bd47914ddd4c01189e509a58661bf6a7c61f2fd518d6e453881"
"version": "1.3.11-alpha.3",
"base64": "173b6137e27f034db7392dcc092b4972ae05b0357f87ea67ac1e4943868b53f0",
"binary": "d4d62982e167b1858979dbf31fbfc40d8949c29fc8d46fad04166c32f133fe17"
},
"org.standardnotes.token-vault": {
"version": "2.0.10",
"base64": "3db39101407bb0aad21d3e02f426989662859ab1b6b51e7060d3d54713423228",
"binary": "fd8306b1869c39b08e8f7355223e224df6ecc2877e651956a10a77bb50613087"
"version": "2.0.11-alpha.3",
"base64": "f223911282c1411d5dc1cbd2bd81b779ae6b41c414414eeed4bf880d69db1b50",
"binary": "61bbf7e155d08ff56ce1dc925d5c54d5681e40addf9ea13459caf2da910a248f"
},
"org.standardnotes.standard-sheets": {
"version": "1.4.4",
"base64": "c5934810586596b30d6003c01a7caef6782c7afb2566a0630bc359973dc78131",
"binary": "92c81d3647ed78c59f8b14cc1e0b6c2d3e3fc48955d999b6120bdd114e720742"
"version": "1.4.5-alpha.3",
"base64": "3d945883bae018bc5a589b9269f289d3eb1abc6a267414e4538860c955c8fc9b",
"binary": "a078fcbdb25414f4e86c8ef5e1246845a78f3d1082362c1a75fe6102c0e2a625"
},
"org.standardnotes.advanced-checklist": {
"version": "0.0.1",
"base64": "152f20cf215da04df73c93dec516aeb2fff497bcb8f9247bbe5b5b4eeee70ea8",
"binary": "fe9566931698a47a67039e38a6d9a4f157a0221479d29684d48b2e9e5403e4f5"
"version": "0.0.2-alpha.3",
"base64": "2b6a6100e9378b5f790006ce40ece6153c769e2982dfd4ee32f861625229fb69",
"binary": "93e6e24e0f1a33328724ab222fd99e4a23cf824d93dcc6e654d27d1e988baf92"
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+5 -3
View File
@@ -1,15 +1,16 @@
{
"name": "@standardnotes/components-meta",
"version": "2.1.0-alpha.14",
"version": "2.1.0",
"private": true,
"author": "Standard Notes",
"main": "dist",
"workspaces": {
"packages": [
"src/*"
"src/packages/*"
]
},
"scripts": {
"build": "tsc --project tsconfig.json",
"components:clean": "yarn workspaces foreach --parallel --jobs 10 --verbose --exclude @standardnotes/components-meta run components:clean",
"components:lint": "yarn workspaces foreach --parallel --jobs 10 --verbose --exclude @standardnotes/components-meta run components:lint",
"components:test": "yarn workspaces foreach --parallel --jobs 10 --verbose --exclude @standardnotes/components-meta run components:test",
@@ -24,7 +25,8 @@
"minimatch": "^5.1.0",
"node-sass": "7.0.1",
"sass": "^1.52.3",
"webpack": "^5.73.0",
"typescript": "*",
"webpack": "*",
"webpack-remove-empty-scripts": "^0.8.0"
}
}
+14 -5
View File
@@ -18,7 +18,7 @@ if (specificFeatureIdentifier) {
console.log('Processing only', specificFeatureIdentifier)
}
const SourceFilesPath = path.join(__dirname, '../src')
const SourceFilesPath = path.join(__dirname, '../src/packages')
const DistDir = path.join(__dirname, '../dist')
const TmpDir = path.join(__dirname, '../tmp')
const ZipsDir = path.join(DistDir, '/zips')
@@ -82,8 +82,12 @@ const emptyExistingDir = (dir) => {
}
}
const getComponentSrcPath = (feature) => {
return path.join(SourceFilesPath, feature.identifier)
}
const copyComponentAssets = async (feature, destination, exludedFilesGlob) => {
const srcComponentPath = path.join(SourceFilesPath, feature.identifier)
const srcComponentPath = getComponentSrcPath(feature)
if (!doesDirExist(srcComponentPath)) {
return false
@@ -124,19 +128,24 @@ const zipAndChecksumFeature = async (feature) => {
const assetsLocation = `${path.join(AssetsDir, feature.identifier)}`
const assetsSuccess = await copyComponentAssets(feature, assetsLocation, '**/package.json')
if (!assetsSuccess) {
console.log('Failed to copy assets for', feature.identifier)
return
}
const zipAssetsTmpLocation = `${path.join(TmpDir, feature.identifier)}`
const zipAssetsSuccess = await copyComponentAssets(feature, zipAssetsTmpLocation)
if (!zipAssetsSuccess) {
console.log('Failed to copy zip assets for', feature.identifier)
return
}
const zipDestination = `${ZipsDir}/${feature.identifier}.zip`
await zipDirectory(zipAssetsTmpLocation, zipDestination)
const checksum = await computeChecksum(zipDestination, feature.version)
const packageJsonFilePath = path.join(getComponentSrcPath(feature), 'package.json')
const packageJsonFile = JSON.parse(fs.readFileSync(packageJsonFilePath).toString())
const checksum = await computeChecksum(zipDestination, packageJsonFile.version)
Checksums[feature.identifier] = checksum
console.log(`Computed checksums for ${feature.identifier}:`, checksum)
@@ -153,10 +162,10 @@ await (async () => {
console.log('\n---\n')
}
if (feature.download_url) {
if (['SN|Component', 'SN|Theme'].includes(feature.content_type)) {
await zipAndChecksumFeature(feature)
} else {
console.log('Feature does not have download_url, not packaging', feature.identifier)
console.log('Feature is not component, not packaging', feature.identifier)
}
if (index !== featuresToProcess.length - 1) {
@@ -0,0 +1,9 @@
import { FeatureIdentifier } from '@standardnotes/features'
type ChecksumEntry = {
version: string
base64: string
binary: string
}
export type ComponentChecksumsType = Record<FeatureIdentifier, ChecksumEntry>
+1
View File
@@ -0,0 +1 @@
export * from './Types/Checksums'
@@ -1,16 +0,0 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 0.0.2-alpha.2 (2022-06-16)
**Note:** Version bump only for package @standardnotes/advanced-checklist
## 0.0.2-alpha.1 (2022-06-16)
**Note:** Version bump only for package @standardnotes/advanced-checklist
## 0.0.2-alpha.0 (2022-06-15)
**Note:** Version bump only for package @standardnotes/advanced-checklist
@@ -1,2 +0,0 @@
const override = require('../../cra-app.override')
module.exports = override
@@ -1,16 +0,0 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.3.13-alpha.2 (2022-06-16)
**Note:** Version bump only for package @standardnotes/classic-code-editor
## 1.3.13-alpha.1 (2022-06-16)
**Note:** Version bump only for package @standardnotes/classic-code-editor
## 1.3.13-alpha.0 (2022-06-15)
**Note:** Version bump only for package @standardnotes/classic-code-editor
@@ -1,2 +0,0 @@
const override = require('../../cra-app.override')
module.exports = override
@@ -1,16 +0,0 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.3.10-alpha.2 (2022-06-16)
**Note:** Version bump only for package @standardnotes/markdown-minimal
## 1.3.10-alpha.1 (2022-06-16)
**Note:** Version bump only for package @standardnotes/markdown-minimal
## 1.3.10-alpha.0 (2022-06-15)
**Note:** Version bump only for package @standardnotes/markdown-minimal
@@ -1,16 +0,0 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.3.11-alpha.2 (2022-06-16)
**Note:** Version bump only for package @standardnotes/simple-task-editor
## 1.3.11-alpha.1 (2022-06-16)
**Note:** Version bump only for package @standardnotes/simple-task-editor
## 1.3.11-alpha.0 (2022-06-15)
**Note:** Version bump only for package @standardnotes/simple-task-editor
@@ -1,16 +0,0 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.5-alpha.2 (2022-06-16)
**Note:** Version bump only for package @standardnotes/autobiography-theme
## 1.0.5-alpha.1 (2022-06-16)
**Note:** Version bump only for package @standardnotes/autobiography-theme
## 1.0.5-alpha.0 (2022-06-15)
**Note:** Version bump only for package @standardnotes/autobiography-theme
@@ -1,16 +0,0 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.2.8-alpha.2 (2022-06-16)
**Note:** Version bump only for package @standardnotes/solarized-dark-theme
## 1.2.8-alpha.1 (2022-06-16)
**Note:** Version bump only for package @standardnotes/solarized-dark-theme
## 1.2.8-alpha.0 (2022-06-15)
**Note:** Version bump only for package @standardnotes/solarized-dark-theme
@@ -0,0 +1,24 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.0.2](https://github.com/standardnotes/app/compare/@standardnotes/[email protected]...@standardnotes/[email protected]) (2022-06-16)
**Note:** Version bump only for package @standardnotes/advanced-checklist
## [0.0.2-alpha.3](https://github.com/standardnotes/app/compare/@standardnotes/[email protected]...@standardnotes/[email protected]) (2022-06-16)
**Note:** Version bump only for package @standardnotes/advanced-checklist
## 0.0.2-alpha.2 (2022-06-16)
**Note:** Version bump only for package @standardnotes/advanced-checklist
## 0.0.2-alpha.1 (2022-06-16)
**Note:** Version bump only for package @standardnotes/advanced-checklist
## 0.0.2-alpha.0 (2022-06-15)
**Note:** Version bump only for package @standardnotes/advanced-checklist
@@ -0,0 +1,2 @@
const override = require('../cra-app.override')
module.exports = override
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/advanced-checklist",
"version": "0.0.2-alpha.2",
"version": "0.0.2",
"description": "A task editor with grouping functionality.",
"author": "Standard Notes.",
"keywords": [

Some files were not shown because too many files have changed in this diff Show More