diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index ed07befa5b..1ca194a879 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -11,9 +11,8 @@ { "definitionName": "lockStepVersion", "policyName": "MiskWeb", - "version": "0.1.27-26", - // "nextBump": "patch" // Manual stable releases - "nextBump": "prerelease" // CI published alpha builds + "version": "0.3.0", + "nextBump": "patch" // Manual stable releases } // { // /** diff --git a/examples/data/package.json b/examples/data/package.json index e3b903607b..adde7b8acb 100644 --- a/examples/data/package.json +++ b/examples/data/package.json @@ -1,6 +1,6 @@ { "name": "misk-web-examples-data", - "version": "0.1.4-6", + "version": "0.3.0", "license": "SEE LICENSE IN https://github.com/cashapp/misk-web", "main": "src/index.ts", "scripts": { @@ -15,14 +15,14 @@ "prepare": "npm run-script build" }, "dependencies": { - "@misk/core": "0.1.27-26", + "@misk/core": "0.3.0", "fs-extra": "9.1.0" }, "devDependencies": { - "@misk/dev": "0.1.27-26", - "@misk/prettier": "0.1.27-26", + "@misk/dev": "0.3.0", + "@misk/prettier": "0.3.0", "@types/fs-extra": "9.0.12", - "@misk/tslint": "0.1.27-26", + "@misk/tslint": "0.3.0", "@types/node": "14.17.5", "@types/prop-types": "15.7.3", "@types/react": "16.14.11", diff --git a/examples/services/dashboard/miskTab.json b/examples/services/dashboard/miskTab.json index cd8fc83cb5..7ca8d87a82 100644 --- a/examples/services/dashboard/miskTab.json +++ b/examples/services/dashboard/miskTab.json @@ -12,7 +12,7 @@ "slug": "dashboard", "useWebpackBundleAnalyzer": false, "useWebpackExternals": true, - "version": "0.1.27-26", + "version": "0.3.0", "zipOnBuild": false, "___DeprecatedKeys": "Any keys below this point in your miskTab.json are deprecated and can be safely removed." } diff --git a/examples/services/dashboard/package.json b/examples/services/dashboard/package.json index c55f4fbcbe..7922bdb48d 100644 --- a/examples/services/dashboard/package.json +++ b/examples/services/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "misk-web-tab-dashboard", - "version": "0.1.4-6", + "version": "0.3.0", "license": "SEE LICENSE IN https://github.com/cashapp/misk-web", "main": "src/index.tsx", "scripts": { @@ -19,9 +19,9 @@ "zip": "tar --exclude='.gitignore' --exclude='.old_build_files' --exclude='package.json' --exclude='package-lock.json' --exclude='prettier.config.js' --exclude='tsconfig.json' --exclude='tslint.json' --exclude='webpack.config.js' --exclude='yarn.lock' --exclude='demo' --exclude='lib' --exclude='.DS_Store' --exclude='*.log' --exclude='node_modules' --exclude='dashboard.tgz' -czvf dashboard.tgz ./" }, "dependencies": { - "@misk/common": "0.1.27-26", - "@misk/core": "0.1.27-26", - "@misk/simpleredux": "0.1.27-26", + "@misk/common": "0.3.0", + "@misk/core": "0.3.0", + "@misk/simpleredux": "0.3.0", "@blueprintjs/core": "3.19.1", "@blueprintjs/datetime": "3.13.0", "@blueprintjs/icons": "3.13.0", @@ -53,11 +53,11 @@ "styled-components": "4.4.1" }, "devDependencies": { - "@misk/cli": "0.1.27-26", - "@misk/dev": "0.1.27-26", - "@misk/prettier": "0.1.27-26", - "@misk/test": "0.1.27-26", - "@misk/tslint": "0.1.27-26", + "@misk/cli": "0.3.0", + "@misk/dev": "0.3.0", + "@misk/prettier": "0.3.0", + "@misk/test": "0.3.0", + "@misk/tslint": "0.3.0", "@testing-library/dom": "7.2.2", "@testing-library/react": "9.1.1", "@types/history": "4.7.5", diff --git a/examples/tabs/palette-exemplar/miskTab.json b/examples/tabs/palette-exemplar/miskTab.json index 6c1c9d1c4a..c7a6e6655c 100644 --- a/examples/tabs/palette-exemplar/miskTab.json +++ b/examples/tabs/palette-exemplar/miskTab.json @@ -12,7 +12,7 @@ "slug": "palette-exemplar", "useWebpackBundleAnalyzer": false, "useWebpackExternals": false, - "version": "0.1.27-26", + "version": "0.3.0", "zipOnBuild": false, "___DeprecatedKeys": "Any keys below this point in your miskTab.json are deprecated and can be safely removed." } diff --git a/examples/tabs/palette-exemplar/package.json b/examples/tabs/palette-exemplar/package.json index bfc4b7a7fc..4a9eebc949 100644 --- a/examples/tabs/palette-exemplar/package.json +++ b/examples/tabs/palette-exemplar/package.json @@ -1,6 +1,6 @@ { "name": "misk-web-tab-palette-exemplar", - "version": "0.1.5-35", + "version": "0.3.0", "license": "SEE LICENSE IN https://github.com/cashapp/misk-web", "main": "src/index.tsx", "scripts": { @@ -19,9 +19,9 @@ "zip": "tar --exclude='.gitignore' --exclude='.old_build_files' --exclude='package.json' --exclude='package-lock.json' --exclude='prettier.config.js' --exclude='tsconfig.json' --exclude='tslint.json' --exclude='webpack.config.js' --exclude='yarn.lock' --exclude='demo' --exclude='lib' --exclude='.DS_Store' --exclude='*.log' --exclude='node_modules' --exclude='palette-exemplar.tgz' -czvf palette-exemplar.tgz ./" }, "dependencies": { - "@misk/common": "0.1.27-26", - "@misk/core": "0.1.27-26", - "@misk/simpleredux": "0.1.27-26", + "@misk/common": "0.3.0", + "@misk/core": "0.3.0", + "@misk/simpleredux": "0.3.0", "@blueprintjs/core": "3.19.1", "@blueprintjs/datetime": "3.13.0", "@blueprintjs/icons": "3.13.0", @@ -54,12 +54,12 @@ "styled-components": "4.4.1" }, "devDependencies": { - "@misk/cli": "0.1.27-26", - "@misk/dev": "0.1.27-26", - "@misk/prettier": "0.1.27-26", - "@misk/test": "0.1.27-26", + "@misk/cli": "0.3.0", + "@misk/dev": "0.3.0", + "@misk/prettier": "0.3.0", + "@misk/test": "0.3.0", "jest-emotion": "10.0.14", - "@misk/tslint": "0.1.27-26", + "@misk/tslint": "0.3.0", "@testing-library/dom": "7.2.2", "@testing-library/react": "9.1.1", "@types/history": "4.7.5", diff --git a/examples/tabs/palette-lts/miskTab.json b/examples/tabs/palette-lts/miskTab.json index ae5d2131d6..2404535297 100644 --- a/examples/tabs/palette-lts/miskTab.json +++ b/examples/tabs/palette-lts/miskTab.json @@ -12,7 +12,7 @@ "slug": "palette-lts", "useWebpackBundleAnalyzer": false, "useWebpackExternals": false, - "version": "0.1.27-26", + "version": "0.3.0", "zipOnBuild": false, "___DeprecatedKeys": "Any keys below this point in your miskTab.json are deprecated and can be safely removed." } diff --git a/examples/tabs/palette-lts/package.json b/examples/tabs/palette-lts/package.json index 357b70a589..c577cdb8ad 100644 --- a/examples/tabs/palette-lts/package.json +++ b/examples/tabs/palette-lts/package.json @@ -1,6 +1,6 @@ { "name": "misk-web-tab-palette-lts", - "version": "0.1.5-11", + "version": "0.3.0", "license": "SEE LICENSE IN https://github.com/cashapp/misk-web", "main": "src/index.tsx", "scripts": { @@ -19,9 +19,9 @@ "zip": "tar --exclude='.gitignore' --exclude='.old_build_files' --exclude='package.json' --exclude='package-lock.json' --exclude='prettier.config.js' --exclude='tsconfig.json' --exclude='tslint.json' --exclude='webpack.config.js' --exclude='yarn.lock' --exclude='demo' --exclude='lib' --exclude='.DS_Store' --exclude='*.log' --exclude='node_modules' --exclude='palette-lts.tgz' -czvf palette-lts.tgz ./" }, "dependencies": { - "@misk/common": "0.1.27-26", - "@misk/core": "0.1.27-26", - "@misk/simpleredux": "0.1.27-26", + "@misk/common": "0.3.0", + "@misk/core": "0.3.0", + "@misk/simpleredux": "0.3.0", "@blueprintjs/core": "3.19.1", "@blueprintjs/datetime": "3.13.0", "@blueprintjs/icons": "3.13.0", @@ -54,11 +54,11 @@ "styled-components": "4.4.1" }, "devDependencies": { - "@misk/cli": "0.1.27-26", - "@misk/dev": "0.1.27-26", - "@misk/prettier": "0.1.27-26", - "@misk/test": "0.1.27-26", - "@misk/tslint": "0.1.27-26", + "@misk/cli": "0.3.0", + "@misk/dev": "0.3.0", + "@misk/prettier": "0.3.0", + "@misk/test": "0.3.0", + "@misk/tslint": "0.3.0", "@testing-library/dom": "7.2.2", "@testing-library/react": "9.1.1", "@types/history": "4.7.5", diff --git a/examples/tabs/starter-basic/miskTab.json b/examples/tabs/starter-basic/miskTab.json index f72912c2f5..88e9209ceb 100644 --- a/examples/tabs/starter-basic/miskTab.json +++ b/examples/tabs/starter-basic/miskTab.json @@ -12,7 +12,7 @@ "slug": "starter-basic", "useWebpackBundleAnalyzer": false, "useWebpackExternals": false, - "version": "0.1.27-26", + "version": "0.3.0", "zipOnBuild": true, "___DeprecatedKeys": "Any keys below this point in your miskTab.json are deprecated and can be safely removed." } diff --git a/examples/tabs/starter-basic/package.json b/examples/tabs/starter-basic/package.json index 12f713f947..2ec0289484 100644 --- a/examples/tabs/starter-basic/package.json +++ b/examples/tabs/starter-basic/package.json @@ -1,6 +1,6 @@ { "name": "misk-web-tab-starter-basic", - "version": "0.1.19", + "version": "0.3.0", "license": "SEE LICENSE IN https://github.com/cashapp/misk-web", "main": "src/index.tsx", "scripts": { @@ -19,10 +19,10 @@ "zip": "tar --exclude='.gitignore' --exclude='.old_build_files' --exclude='package.json' --exclude='package-lock.json' --exclude='prettier.config.js' --exclude='tsconfig.json' --exclude='tslint.json' --exclude='webpack.config.js' --exclude='yarn.lock' --exclude='demo' --exclude='lib' --exclude='.DS_Store' --exclude='*.log' --exclude='node_modules' --exclude='starter-basic.tgz' -czvf starter-basic.tgz ./" }, "dependencies": { - "@misk/cli": "0.1.27-26", - "@misk/common": "0.1.27-26", - "@misk/core": "0.1.27-26", - "@misk/simpleredux": "0.1.27-26", + "@misk/cli": "0.3.0", + "@misk/common": "0.3.0", + "@misk/core": "0.3.0", + "@misk/simpleredux": "0.3.0", "@blueprintjs/core": "3.19.1", "@blueprintjs/datetime": "3.13.0", "@blueprintjs/icons": "3.13.0", @@ -55,11 +55,11 @@ "styled-components": "4.4.1" }, "devDependencies": { - "@misk/dev": "0.1.27-26", - "@misk/prettier": "0.1.27-26", - "@misk/test": "0.1.27-26", + "@misk/dev": "0.3.0", + "@misk/prettier": "0.3.0", + "@misk/test": "0.3.0", "jest-emotion": "10.0.14", - "@misk/tslint": "0.1.27-26", + "@misk/tslint": "0.3.0", "@testing-library/dom": "7.2.2", "@testing-library/react": "9.1.1", "@types/history": "4.7.5", diff --git a/examples/tabs/starter-basic/starter-basic.tgz b/examples/tabs/starter-basic/starter-basic.tgz index 3f26464841..cf72c6feb4 100644 Binary files a/examples/tabs/starter-basic/starter-basic.tgz and b/examples/tabs/starter-basic/starter-basic.tgz differ diff --git a/packages/@misk/cli/CHANGELOG.json b/packages/@misk/cli/CHANGELOG.json index 1fd4d6e43f..a476f2e0fa 100644 --- a/packages/@misk/cli/CHANGELOG.json +++ b/packages/@misk/cli/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@misk/cli", "entries": [ + { + "version": "0.3.0", + "tag": "@misk/cli_v0.3.0", + "date": "Tue, 27 Jul 2021 00:04:10 GMT", + "comments": {} + }, { "version": "0.1.26", "tag": "@misk/cli_v0.1.26", diff --git a/packages/@misk/cli/CHANGELOG.md b/packages/@misk/cli/CHANGELOG.md index 5d4246a6f2..daa14d0ddd 100644 --- a/packages/@misk/cli/CHANGELOG.md +++ b/packages/@misk/cli/CHANGELOG.md @@ -1,111 +1,116 @@ # Change Log - @misk/cli -This log was last generated on Tue, 28 Apr 2020 13:54:35 GMT and should not be manually modified. +This log was last generated on Tue, 27 Jul 2021 00:04:10 GMT and should not be manually modified. + +## 0.3.0 +Tue, 27 Jul 2021 00:04:10 GMT + +_Version update only_ ## 0.1.26 Tue, 28 Apr 2020 13:54:35 GMT -*Version update only* +_Version update only_ ## 0.1.25 Tue, 11 Feb 2020 15:27:05 GMT -*Version update only* +_Version update only_ ## 0.1.24 Tue, 14 Jan 2020 19:22:06 GMT -*Version update only* +_Version update only_ ## 0.1.23 Mon, 04 Nov 2019 14:27:10 GMT -*Version update only* +_Version update only_ ## 0.1.22 Fri, 04 Oct 2019 13:57:44 GMT -*Version update only* +_Version update only_ ## 0.1.21 Tue, 01 Oct 2019 15:21:24 GMT -*Version update only* +_Version update only_ ## 0.1.20 Fri, 27 Sep 2019 19:24:44 GMT -*Version update only* +_Version update only_ ## 0.1.19 Tue, 17 Sep 2019 19:16:00 GMT -*Version update only* +_Version update only_ ## 0.1.18 Fri, 13 Sep 2019 17:47:49 GMT -*Version update only* +_Version update only_ ## 0.1.17 Tue, 20 Aug 2019 20:59:33 GMT -*Version update only* +_Version update only_ ## 0.1.16 Wed, 14 Aug 2019 13:39:27 GMT -*Version update only* +_Version update only_ ## 0.1.15 Tue, 23 Jul 2019 01:27:17 GMT -*Version update only* +_Version update only_ ## 0.1.14 Thu, 18 Jul 2019 14:23:54 GMT -*Version update only* +_Version update only_ ## 0.1.13 Fri, 12 Jul 2019 21:43:49 GMT -*Version update only* +_Version update only_ ## 0.1.12 Fri, 12 Jul 2019 20:25:25 GMT -*Version update only* +_Version update only_ ## 0.1.11 Fri, 12 Jul 2019 17:41:31 GMT -*Version update only* +_Version update only_ ## 0.1.10 Thu, 11 Jul 2019 21:02:44 GMT -*Version update only* +_Version update only_ ## 0.1.9 Thu, 11 Jul 2019 19:41:24 GMT -*Version update only* +_Version update only_ ## 0.1.8 Thu, 11 Jul 2019 17:39:26 GMT -*Version update only* +_Version update only_ ## 0.1.7 Fri, 28 Jun 2019 14:39:38 GMT -*Version update only* +_Version update only_ ## 0.1.6 Tue, 25 Jun 2019 01:54:18 GMT -*Version update only* +_Version update only_ ## 0.1.5 Tue, 18 Jun 2019 14:36:03 GMT @@ -119,10 +124,10 @@ Tue, 18 Jun 2019 14:36:03 GMT ## 0.1.4 Thu, 21 Feb 2019 19:28:11 GMT -*Version update only* +_Version update only_ ## 0.1.3 Thu, 07 Feb 2019 19:11:09 GMT -*Initial release* +_Initial release_ diff --git a/packages/@misk/cli/package.json b/packages/@misk/cli/package.json index 837e335c66..89f3b6c144 100644 --- a/packages/@misk/cli/package.json +++ b/packages/@misk/cli/package.json @@ -1,6 +1,6 @@ { "name": "@misk/cli", - "version": "0.1.27-26", + "version": "0.3.0", "license": "SEE LICENSE IN https://github.com/cashapp/misk-web", "description": "Misk-Web CLI Build Tool", "author": "CashApp/Misk-Web Authors (https://github.com/cashapp/misk-web/graphs/contributors)", @@ -32,8 +32,8 @@ "test": "jest --passWithNoTests --maxWorkers=2" }, "dependencies": { - "@misk/prettier": "0.1.27-26", - "@misk/test": "0.1.27-26", + "@misk/prettier": "0.3.0", + "@misk/test": "0.3.0", "axios": "0.21.1", "dayjs": "1.8.26", "fs-extra": "9.1.0", @@ -49,8 +49,8 @@ "yargs": "15.3.1" }, "devDependencies": { - "@misk/dev": "0.1.27-26", - "@misk/tslint": "0.1.27-26", + "@misk/dev": "0.3.0", + "@misk/tslint": "0.3.0", "@testing-library/dom": "7.2.2", "@testing-library/react": "9.1.1", "@types/fs-extra": "9.0.12", diff --git a/packages/@misk/common/CHANGELOG.json b/packages/@misk/common/CHANGELOG.json index ba0c982ad0..5d930a6cd7 100644 --- a/packages/@misk/common/CHANGELOG.json +++ b/packages/@misk/common/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@misk/common", "entries": [ + { + "version": "0.3.0", + "tag": "@misk/common_v0.3.0", + "date": "Tue, 27 Jul 2021 00:04:10 GMT", + "comments": {} + }, { "version": "0.1.26", "tag": "@misk/common_v0.1.26", diff --git a/packages/@misk/common/CHANGELOG.md b/packages/@misk/common/CHANGELOG.md index 5df108769c..2fb29a97ec 100644 --- a/packages/@misk/common/CHANGELOG.md +++ b/packages/@misk/common/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log - @misk/common -This log was last generated on Tue, 28 Apr 2020 13:54:35 GMT and should not be manually modified. +This log was last generated on Tue, 27 Jul 2021 00:04:10 GMT and should not be manually modified. + +## 0.3.0 + +Tue, 27 Jul 2021 00:04:10 GMT + +_Version update only_ ## 0.1.26 diff --git a/packages/@misk/common/package.json b/packages/@misk/common/package.json index 6ad4609690..29db1954b2 100644 --- a/packages/@misk/common/package.json +++ b/packages/@misk/common/package.json @@ -1,6 +1,6 @@ { "name": "@misk/common", - "version": "0.1.27-26", + "version": "0.3.0", "license": "SEE LICENSE IN https://github.com/cashapp/misk-web", "description": "Misk-Web Common Libraries, Styles", "author": "CashApp/Misk-Web Authors (https://github.com/cashapp/misk-web/graphs/contributors)", @@ -67,9 +67,9 @@ "styled-components": "4.4.1" }, "devDependencies": { - "@misk/dev": "0.1.27-26", - "@misk/prettier": "0.1.27-26", - "@misk/tslint": "0.1.27-26", + "@misk/dev": "0.3.0", + "@misk/prettier": "0.3.0", + "@misk/tslint": "0.3.0", "@types/history": "4.7.5", "@types/lodash": "4.14.150", "@types/node": "14.17.5", diff --git a/packages/@misk/core/CHANGELOG.json b/packages/@misk/core/CHANGELOG.json index c30b6dd1fc..f20e2f1d47 100644 --- a/packages/@misk/core/CHANGELOG.json +++ b/packages/@misk/core/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@misk/core", "entries": [ + { + "version": "0.3.0", + "tag": "@misk/core_v0.3.0", + "date": "Tue, 27 Jul 2021 00:04:10 GMT", + "comments": {} + }, { "version": "0.1.26", "tag": "@misk/core_v0.1.26", diff --git a/packages/@misk/core/CHANGELOG.md b/packages/@misk/core/CHANGELOG.md index bf7d4ef4fa..0a2385d6c8 100644 --- a/packages/@misk/core/CHANGELOG.md +++ b/packages/@misk/core/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log - @misk/core -This log was last generated on Tue, 28 Apr 2020 13:54:35 GMT and should not be manually modified. +This log was last generated on Tue, 27 Jul 2021 00:04:10 GMT and should not be manually modified. + +## 0.3.0 + +Tue, 27 Jul 2021 00:04:10 GMT + +_Version update only_ ## 0.1.26 diff --git a/packages/@misk/core/package.json b/packages/@misk/core/package.json index c84dce511d..a4e7eb0666 100644 --- a/packages/@misk/core/package.json +++ b/packages/@misk/core/package.json @@ -1,6 +1,6 @@ { "name": "@misk/core", - "version": "0.1.27-26", + "version": "0.3.0", "license": "SEE LICENSE IN https://github.com/cashapp/misk-web", "description": "Misk-Web Core", "author": "CashApp/Misk-Web Authors (https://github.com/cashapp/misk-web/graphs/contributors)", @@ -40,8 +40,8 @@ "@blueprintjs/timezone": "3.9.6", "@emotion/core": "10.0.28", "@emotion/styled": "10.0.23", - "@misk/common": "0.1.27-26", - "@misk/simpleredux": "0.1.27-26", + "@misk/common": "0.3.0", + "@misk/simpleredux": "0.3.0", "@redux-saga/core": "1.1.3", "axios": "0.21.1", "connected-react-router": "6.6.1", @@ -67,10 +67,10 @@ "status-code-enum": "1.0.0" }, "devDependencies": { - "@misk/dev": "0.1.27-26", - "@misk/prettier": "0.1.27-26", - "@misk/test": "0.1.27-26", - "@misk/tslint": "0.1.27-26", + "@misk/dev": "0.3.0", + "@misk/prettier": "0.3.0", + "@misk/test": "0.3.0", + "@misk/tslint": "0.3.0", "@testing-library/dom": "7.2.2", "@testing-library/react": "9.1.1", "@types/history": "4.7.5", diff --git a/packages/@misk/dev/CHANGELOG.json b/packages/@misk/dev/CHANGELOG.json index 82ed9e20f4..9032e90bd4 100644 --- a/packages/@misk/dev/CHANGELOG.json +++ b/packages/@misk/dev/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@misk/dev", "entries": [ + { + "version": "0.3.0", + "tag": "@misk/dev_v0.3.0", + "date": "Tue, 27 Jul 2021 00:04:10 GMT", + "comments": {} + }, { "version": "0.1.26", "tag": "@misk/dev_v0.1.26", diff --git a/packages/@misk/dev/CHANGELOG.md b/packages/@misk/dev/CHANGELOG.md index d185a473d1..818f026be3 100644 --- a/packages/@misk/dev/CHANGELOG.md +++ b/packages/@misk/dev/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log - @misk/dev -This log was last generated on Tue, 28 Apr 2020 13:54:35 GMT and should not be manually modified. +This log was last generated on Tue, 27 Jul 2021 00:04:10 GMT and should not be manually modified. + +## 0.3.0 + +Tue, 27 Jul 2021 00:04:10 GMT + +_Version update only_ ## 0.1.26 diff --git a/packages/@misk/dev/package.json b/packages/@misk/dev/package.json index f2b49f2198..5a2f775d32 100644 --- a/packages/@misk/dev/package.json +++ b/packages/@misk/dev/package.json @@ -1,6 +1,6 @@ { "name": "@misk/dev", - "version": "0.1.27-26", + "version": "0.3.0", "license": "SEE LICENSE IN https://github.com/cashapp/misk-web", "description": "Misk-Web Build and Dev Tools", "author": "CashApp/Misk-Web Authors (https://github.com/cashapp/misk-web/graphs/contributors)", @@ -58,7 +58,7 @@ "webpack-merge": "4.2.2" }, "devDependencies": { - "@misk/prettier": "0.1.27-26" + "@misk/prettier": "0.3.0" }, "prettier": "@misk/prettier" } diff --git a/packages/@misk/prettier/CHANGELOG.json b/packages/@misk/prettier/CHANGELOG.json index 1c6530f165..4296f5dc9e 100644 --- a/packages/@misk/prettier/CHANGELOG.json +++ b/packages/@misk/prettier/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@misk/prettier", "entries": [ + { + "version": "0.3.0", + "tag": "@misk/prettier_v0.3.0", + "date": "Tue, 27 Jul 2021 00:04:10 GMT", + "comments": {} + }, { "version": "0.1.26", "tag": "@misk/prettier_v0.1.26", diff --git a/packages/@misk/prettier/CHANGELOG.md b/packages/@misk/prettier/CHANGELOG.md index c578215dc5..b658b5bb2d 100644 --- a/packages/@misk/prettier/CHANGELOG.md +++ b/packages/@misk/prettier/CHANGELOG.md @@ -1,69 +1,74 @@ # Change Log - @misk/prettier -This log was last generated on Tue, 28 Apr 2020 13:54:35 GMT and should not be manually modified. +This log was last generated on Tue, 27 Jul 2021 00:04:10 GMT and should not be manually modified. + +## 0.3.0 +Tue, 27 Jul 2021 00:04:10 GMT + +_Version update only_ ## 0.1.26 Tue, 28 Apr 2020 13:54:35 GMT -*Version update only* +_Version update only_ ## 0.1.25 Tue, 11 Feb 2020 15:27:05 GMT -*Version update only* +_Version update only_ ## 0.1.24 Tue, 14 Jan 2020 19:22:06 GMT -*Version update only* +_Version update only_ ## 0.1.23 Mon, 04 Nov 2019 14:27:10 GMT -*Version update only* +_Version update only_ ## 0.1.22 Fri, 04 Oct 2019 13:57:44 GMT -*Version update only* +_Version update only_ ## 0.1.21 Tue, 01 Oct 2019 15:21:24 GMT -*Version update only* +_Version update only_ ## 0.1.20 Fri, 27 Sep 2019 19:24:44 GMT -*Version update only* +_Version update only_ ## 0.1.19 Tue, 17 Sep 2019 19:16:00 GMT -*Version update only* +_Version update only_ ## 0.1.18 Fri, 13 Sep 2019 17:47:49 GMT -*Version update only* +_Version update only_ ## 0.1.17 Tue, 20 Aug 2019 20:59:33 GMT -*Version update only* +_Version update only_ ## 0.1.16 Wed, 14 Aug 2019 13:39:27 GMT -*Version update only* +_Version update only_ ## 0.1.15 Tue, 23 Jul 2019 01:27:17 GMT -*Version update only* +_Version update only_ ## 0.1.14 Thu, 18 Jul 2019 14:23:54 GMT -*Initial release* +_Initial release_ diff --git a/packages/@misk/prettier/package.json b/packages/@misk/prettier/package.json index b0812f7025..63e2396ef3 100644 --- a/packages/@misk/prettier/package.json +++ b/packages/@misk/prettier/package.json @@ -1,6 +1,6 @@ { "name": "@misk/prettier", - "version": "0.1.27-26", + "version": "0.3.0", "license": "SEE LICENSE IN https://github.com/cashapp/misk-web", "description": "Misk-Web Prettier Config", "author": "CashApp/Misk-Web Authors (https://github.com/cashapp/misk-web/graphs/contributors)", diff --git a/packages/@misk/simpleredux/CHANGELOG.json b/packages/@misk/simpleredux/CHANGELOG.json index 0b1f53e290..fa6136f743 100644 --- a/packages/@misk/simpleredux/CHANGELOG.json +++ b/packages/@misk/simpleredux/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@misk/simpleredux", "entries": [ + { + "version": "0.3.0", + "tag": "@misk/simpleredux_v0.3.0", + "date": "Tue, 27 Jul 2021 00:04:10 GMT", + "comments": {} + }, { "version": "0.1.26", "tag": "@misk/simpleredux_v0.1.26", diff --git a/packages/@misk/simpleredux/CHANGELOG.md b/packages/@misk/simpleredux/CHANGELOG.md index 8b2a573d65..8154591f06 100644 --- a/packages/@misk/simpleredux/CHANGELOG.md +++ b/packages/@misk/simpleredux/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log - @misk/simpleredux -This log was last generated on Tue, 28 Apr 2020 13:54:35 GMT and should not be manually modified. +This log was last generated on Tue, 27 Jul 2021 00:04:10 GMT and should not be manually modified. + +## 0.3.0 + +Tue, 27 Jul 2021 00:04:10 GMT + +_Version update only_ ## 0.1.26 diff --git a/packages/@misk/simpleredux/package.json b/packages/@misk/simpleredux/package.json index f38835af52..606361c36b 100644 --- a/packages/@misk/simpleredux/package.json +++ b/packages/@misk/simpleredux/package.json @@ -1,6 +1,6 @@ { "name": "@misk/simpleredux", - "version": "0.1.27-26", + "version": "0.3.0", "license": "SEE LICENSE IN https://github.com/cashapp/misk-web", "description": "Misk-Web SimpleRedux", "author": "CashApp/Misk-Web Authors (https://github.com/cashapp/misk-web/graphs/contributors)", @@ -38,7 +38,7 @@ "@blueprintjs/select": "3.16.6", "@blueprintjs/table": "3.9.0", "@blueprintjs/timezone": "3.9.6", - "@misk/common": "0.1.27-26", + "@misk/common": "0.3.0", "@redux-saga/core": "1.1.3", "axios": "0.21.1", "connected-react-router": "6.6.1", @@ -65,10 +65,10 @@ "styled-components": "4.4.1" }, "devDependencies": { - "@misk/dev": "0.1.27-26", - "@misk/prettier": "0.1.27-26", - "@misk/test": "0.1.27-26", - "@misk/tslint": "0.1.27-26", + "@misk/dev": "0.3.0", + "@misk/prettier": "0.3.0", + "@misk/test": "0.3.0", + "@misk/tslint": "0.3.0", "@testing-library/dom": "7.2.2", "@testing-library/react": "9.1.1", "@types/history": "4.7.5", diff --git a/packages/@misk/test/CHANGELOG.json b/packages/@misk/test/CHANGELOG.json index b22e1fbcad..95f7d8957b 100644 --- a/packages/@misk/test/CHANGELOG.json +++ b/packages/@misk/test/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@misk/test", "entries": [ + { + "version": "0.3.0", + "tag": "@misk/test_v0.3.0", + "date": "Tue, 27 Jul 2021 00:04:10 GMT", + "comments": {} + }, { "version": "0.1.26", "tag": "@misk/test_v0.1.26", diff --git a/packages/@misk/test/CHANGELOG.md b/packages/@misk/test/CHANGELOG.md index f210beeace..1c7cfbcf74 100644 --- a/packages/@misk/test/CHANGELOG.md +++ b/packages/@misk/test/CHANGELOG.md @@ -1,114 +1,119 @@ # Change Log - @misk/test -This log was last generated on Tue, 28 Apr 2020 13:54:35 GMT and should not be manually modified. +This log was last generated on Tue, 27 Jul 2021 00:04:10 GMT and should not be manually modified. + +## 0.3.0 +Tue, 27 Jul 2021 00:04:10 GMT + +_Version update only_ ## 0.1.26 Tue, 28 Apr 2020 13:54:35 GMT -*Version update only* +_Version update only_ ## 0.1.25 Tue, 11 Feb 2020 15:27:05 GMT -*Version update only* +_Version update only_ ## 0.1.24 Tue, 14 Jan 2020 19:22:06 GMT -*Version update only* +_Version update only_ ## 0.1.23 Mon, 04 Nov 2019 14:27:10 GMT -*Version update only* +_Version update only_ ## 0.1.22 Fri, 04 Oct 2019 13:57:44 GMT -*Version update only* +_Version update only_ ## 0.1.21 Tue, 01 Oct 2019 15:21:24 GMT -*Version update only* +_Version update only_ ## 0.1.20 Fri, 27 Sep 2019 19:24:44 GMT -*Version update only* +_Version update only_ ## 0.1.19 Tue, 17 Sep 2019 19:16:00 GMT -*Version update only* +_Version update only_ ## 0.1.18 Fri, 13 Sep 2019 17:47:49 GMT -*Version update only* +_Version update only_ ## 0.1.17 Tue, 20 Aug 2019 20:59:33 GMT -*Version update only* +_Version update only_ ## 0.1.16 Wed, 14 Aug 2019 13:39:27 GMT -*Version update only* +_Version update only_ ## 0.1.15 Tue, 23 Jul 2019 01:27:17 GMT -*Version update only* +_Version update only_ ## 0.1.14 Thu, 18 Jul 2019 14:23:54 GMT -*Version update only* +_Version update only_ ## 0.1.13 Fri, 12 Jul 2019 21:43:49 GMT -*Version update only* +_Version update only_ ## 0.1.12 Fri, 12 Jul 2019 20:25:25 GMT -*Version update only* +_Version update only_ ## 0.1.11 Fri, 12 Jul 2019 17:41:31 GMT -*Version update only* +_Version update only_ ## 0.1.10 Thu, 11 Jul 2019 21:02:44 GMT -*Version update only* +_Version update only_ ## 0.1.9 Thu, 11 Jul 2019 19:41:24 GMT -*Version update only* +_Version update only_ ## 0.1.8 Thu, 11 Jul 2019 17:39:26 GMT -*Version update only* +_Version update only_ ## 0.1.7 Fri, 28 Jun 2019 14:39:38 GMT -*Version update only* +_Version update only_ ## 0.1.6 Tue, 25 Jun 2019 01:54:18 GMT -*Version update only* +_Version update only_ ## 0.1.5 Tue, 18 Jun 2019 14:36:03 GMT -*Initial release* +_Initial release_ diff --git a/packages/@misk/test/package.json b/packages/@misk/test/package.json index 9fc612daab..6d6d48b1f5 100644 --- a/packages/@misk/test/package.json +++ b/packages/@misk/test/package.json @@ -1,6 +1,6 @@ { "name": "@misk/test", - "version": "0.1.27-26", + "version": "0.3.0", "license": "SEE LICENSE IN https://github.com/cashapp/misk-web", "description": "Misk-Web Test", "author": "CashApp/Misk-Web Authors (https://github.com/cashapp/misk-web/graphs/contributors)", @@ -28,7 +28,7 @@ "typescript": "3.5.3" }, "devDependencies": { - "@misk/prettier": "0.1.27-26" + "@misk/prettier": "0.3.0" }, "prettier": "@misk/prettier" } diff --git a/packages/@misk/tslint/CHANGELOG.json b/packages/@misk/tslint/CHANGELOG.json index 345094a85a..cc56b43a7d 100644 --- a/packages/@misk/tslint/CHANGELOG.json +++ b/packages/@misk/tslint/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@misk/tslint", "entries": [ + { + "version": "0.3.0", + "tag": "@misk/tslint_v0.3.0", + "date": "Tue, 27 Jul 2021 00:04:10 GMT", + "comments": {} + }, { "version": "0.1.26", "tag": "@misk/tslint_v0.1.26", diff --git a/packages/@misk/tslint/CHANGELOG.md b/packages/@misk/tslint/CHANGELOG.md index 2a5054ea1d..b330d3fc70 100644 --- a/packages/@misk/tslint/CHANGELOG.md +++ b/packages/@misk/tslint/CHANGELOG.md @@ -1,124 +1,129 @@ # Change Log - @misk/tslint -This log was last generated on Tue, 28 Apr 2020 13:54:35 GMT and should not be manually modified. +This log was last generated on Tue, 27 Jul 2021 00:04:10 GMT and should not be manually modified. + +## 0.3.0 +Tue, 27 Jul 2021 00:04:10 GMT + +_Version update only_ ## 0.1.26 Tue, 28 Apr 2020 13:54:35 GMT -*Version update only* +_Version update only_ ## 0.1.25 Tue, 11 Feb 2020 15:27:05 GMT -*Version update only* +_Version update only_ ## 0.1.24 Tue, 14 Jan 2020 19:22:06 GMT -*Version update only* +_Version update only_ ## 0.1.23 Mon, 04 Nov 2019 14:27:10 GMT -*Version update only* +_Version update only_ ## 0.1.22 Fri, 04 Oct 2019 13:57:44 GMT -*Version update only* +_Version update only_ ## 0.1.21 Tue, 01 Oct 2019 15:21:24 GMT -*Version update only* +_Version update only_ ## 0.1.20 Fri, 27 Sep 2019 19:24:44 GMT -*Version update only* +_Version update only_ ## 0.1.19 Tue, 17 Sep 2019 19:16:00 GMT -*Version update only* +_Version update only_ ## 0.1.18 Fri, 13 Sep 2019 17:47:49 GMT -*Version update only* +_Version update only_ ## 0.1.17 Tue, 20 Aug 2019 20:59:33 GMT -*Version update only* +_Version update only_ ## 0.1.16 Wed, 14 Aug 2019 13:39:27 GMT -*Version update only* +_Version update only_ ## 0.1.15 Tue, 23 Jul 2019 01:27:17 GMT -*Version update only* +_Version update only_ ## 0.1.14 Thu, 18 Jul 2019 14:23:54 GMT -*Version update only* +_Version update only_ ## 0.1.13 Fri, 12 Jul 2019 21:43:49 GMT -*Version update only* +_Version update only_ ## 0.1.12 Fri, 12 Jul 2019 20:25:25 GMT -*Version update only* +_Version update only_ ## 0.1.11 Fri, 12 Jul 2019 17:41:31 GMT -*Version update only* +_Version update only_ ## 0.1.10 Thu, 11 Jul 2019 21:02:44 GMT -*Version update only* +_Version update only_ ## 0.1.9 Thu, 11 Jul 2019 19:41:24 GMT -*Version update only* +_Version update only_ ## 0.1.8 Thu, 11 Jul 2019 17:39:26 GMT -*Version update only* +_Version update only_ ## 0.1.7 Fri, 28 Jun 2019 14:39:38 GMT -*Version update only* +_Version update only_ ## 0.1.6 Tue, 25 Jun 2019 01:54:18 GMT -*Version update only* +_Version update only_ ## 0.1.5 Tue, 18 Jun 2019 14:36:03 GMT -*Version update only* +_Version update only_ ## 0.1.4 Thu, 21 Feb 2019 19:28:11 GMT -*Version update only* +_Version update only_ ## 0.1.3 Thu, 07 Feb 2019 19:11:09 GMT -*Initial release* +_Initial release_ diff --git a/packages/@misk/tslint/package.json b/packages/@misk/tslint/package.json index a9e6f7687e..d7e4bd8c19 100644 --- a/packages/@misk/tslint/package.json +++ b/packages/@misk/tslint/package.json @@ -1,6 +1,6 @@ { "name": "@misk/tslint", - "version": "0.1.27-26", + "version": "0.3.0", "license": "SEE LICENSE IN https://github.com/cashapp/misk-web", "description": "Misk-Web TsLint", "author": "CashApp/Misk-Web Authors (https://github.com/cashapp/misk-web/graphs/contributors)", diff --git a/rush.json b/rush.json index a20443a296..4b708563a8 100644 --- a/rush.json +++ b/rush.json @@ -277,26 +277,31 @@ { "packageName": "misk-web-examples-data", "projectFolder": "examples/data", + "versionPolicyName": "MiskWeb", "shouldPublish": false }, { "packageName": "misk-web-tab-dashboard", "projectFolder": "examples/services/dashboard", + "versionPolicyName": "MiskWeb", "shouldPublish": false }, { "packageName": "misk-web-tab-starter-basic", "projectFolder": "examples/tabs/starter-basic", + "versionPolicyName": "MiskWeb", "shouldPublish": false }, { "packageName": "misk-web-tab-palette-exemplar", "projectFolder": "examples/tabs/palette-exemplar", + "versionPolicyName": "MiskWeb", "shouldPublish": false }, { "packageName": "misk-web-tab-palette-lts", "projectFolder": "examples/tabs/palette-lts", + "versionPolicyName": "MiskWeb", "shouldPublish": false } // {