Skip to content

Commit

Permalink
Bump to 0.5.1 (#1945)
Browse files Browse the repository at this point in the history
* Bump version to 0.5.1

* Update changelog

* Update misktabs
  • Loading branch information
krispenney authored Oct 18, 2022
1 parent 561edc8 commit 84160a5
Show file tree
Hide file tree
Showing 36 changed files with 175 additions and 89 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelog

# 0.5.1
Mon, 18 Oct 2022 20:23:00 GMT

Includes a bug fix to the development webpack config in order to remove the deprecated `inline` argument.

# 0.5
Mon, 18 Oct 2022 14:53:00 GMT

Expand Down
30 changes: 15 additions & 15 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{
"definitionName": "lockStepVersion",
"policyName": "MiskWeb",
"version": "0.4.1",
"version": "0.5.1",
"nextBump": "patch" // Manual stable releases
}
// {
Expand Down
6 changes: 3 additions & 3 deletions examples/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"prepare": "npm run-script build"
},
"dependencies": {
"@misk/core": "0.5.0",
"@misk/core": "0.5.1",
"fs-extra": "10.1.0"
},
"devDependencies": {
"@misk/dev": "0.5.0",
"@misk/prettier": "0.5.0",
"@misk/dev": "0.5.1",
"@misk/prettier": "0.5.1",
"@types/fs-extra": "9.0.13",
"@types/node": "16.11.65",
"@types/prop-types": "15.7.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/services/dashboard/miskTab.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"slug": "dashboard",
"useWebpackBundleAnalyzer": false,
"useWebpackExternals": true,
"version": "0.5.0",
"version": "0.5.1",
"zipOnBuild": false,
"___DeprecatedKeys": "Any keys below this point in your miskTab.json are deprecated and can be safely removed.",
"rawTslint": {}
Expand Down
14 changes: 7 additions & 7 deletions examples/services/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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='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.5.0",
"@misk/core": "0.5.0",
"@misk/simpleredux": "0.5.0",
"@misk/common": "0.5.1",
"@misk/core": "0.5.1",
"@misk/simpleredux": "0.5.1",
"@blueprintjs/core": "4.11.3",
"@blueprintjs/datetime": "4.4.3",
"@blueprintjs/icons": "4.7.0",
Expand Down Expand Up @@ -51,10 +51,10 @@
"status-code-enum": "1.0.0"
},
"devDependencies": {
"@misk/cli": "0.5.0",
"@misk/dev": "0.5.0",
"@misk/prettier": "0.5.0",
"@misk/test": "0.5.0",
"@misk/cli": "0.5.1",
"@misk/dev": "0.5.1",
"@misk/prettier": "0.5.1",
"@misk/test": "0.5.1",
"@testing-library/dom": "8.19.0",
"@testing-library/react": "9.1.1",
"@types/history": "4.7.11",
Expand Down
2 changes: 1 addition & 1 deletion examples/tabs/palette-exemplar/miskTab.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"slug": "palette-exemplar",
"useWebpackBundleAnalyzer": false,
"useWebpackExternals": false,
"version": "0.5.0",
"version": "0.5.1",
"zipOnBuild": false,
"___DeprecatedKeys": "Any keys below this point in your miskTab.json are deprecated and can be safely removed.",
"rawTslint": {}
Expand Down
14 changes: 7 additions & 7 deletions examples/tabs/palette-exemplar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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='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.5.0",
"@misk/core": "0.5.0",
"@misk/simpleredux": "0.5.0",
"@misk/common": "0.5.1",
"@misk/core": "0.5.1",
"@misk/simpleredux": "0.5.1",
"@blueprintjs/core": "4.11.3",
"@blueprintjs/datetime": "4.4.3",
"@blueprintjs/icons": "4.7.0",
Expand Down Expand Up @@ -52,10 +52,10 @@
"status-code-enum": "1.0.0"
},
"devDependencies": {
"@misk/cli": "0.5.0",
"@misk/dev": "0.5.0",
"@misk/prettier": "0.5.0",
"@misk/test": "0.5.0",
"@misk/cli": "0.5.1",
"@misk/dev": "0.5.1",
"@misk/prettier": "0.5.1",
"@misk/test": "0.5.1",
"jest-emotion": "10.0.32",
"@testing-library/dom": "8.19.0",
"@testing-library/react": "9.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/tabs/palette-lts/miskTab.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"slug": "palette-lts",
"useWebpackBundleAnalyzer": false,
"useWebpackExternals": false,
"version": "0.5.0",
"version": "0.5.1",
"zipOnBuild": false,
"___DeprecatedKeys": "Any keys below this point in your miskTab.json are deprecated and can be safely removed.",
"rawTslint": {}
Expand Down
14 changes: 7 additions & 7 deletions examples/tabs/palette-lts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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='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.5.0",
"@misk/core": "0.5.0",
"@misk/simpleredux": "0.5.0",
"@misk/common": "0.5.1",
"@misk/core": "0.5.1",
"@misk/simpleredux": "0.5.1",
"@blueprintjs/core": "4.11.3",
"@blueprintjs/datetime": "4.4.3",
"@blueprintjs/icons": "4.7.0",
Expand Down Expand Up @@ -52,10 +52,10 @@
"status-code-enum": "1.0.0"
},
"devDependencies": {
"@misk/cli": "0.5.0",
"@misk/dev": "0.5.0",
"@misk/prettier": "0.5.0",
"@misk/test": "0.5.0",
"@misk/cli": "0.5.1",
"@misk/dev": "0.5.1",
"@misk/prettier": "0.5.1",
"@misk/test": "0.5.1",
"@testing-library/dom": "8.19.0",
"@testing-library/react": "9.1.1",
"@types/history": "4.7.11",
Expand Down
2 changes: 1 addition & 1 deletion examples/tabs/starter-basic/miskTab.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"slug": "starter-basic",
"useWebpackBundleAnalyzer": false,
"useWebpackExternals": false,
"version": "0.5.0",
"version": "0.5.1",
"zipOnBuild": true,
"___DeprecatedKeys": "Any keys below this point in your miskTab.json are deprecated and can be safely removed.",
"rawTslint": {}
Expand Down
16 changes: 8 additions & 8 deletions examples/tabs/starter-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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='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.5.0",
"@misk/common": "0.5.0",
"@misk/core": "0.5.0",
"@misk/simpleredux": "0.5.0",
"@misk/cli": "0.5.1",
"@misk/common": "0.5.1",
"@misk/core": "0.5.1",
"@misk/simpleredux": "0.5.1",
"@blueprintjs/core": "4.11.3",
"@blueprintjs/datetime": "4.4.3",
"@blueprintjs/icons": "4.7.0",
Expand Down Expand Up @@ -53,10 +53,10 @@
"status-code-enum": "1.0.0"
},
"devDependencies": {
"@misk/cli": "0.5.0",
"@misk/dev": "0.5.0",
"@misk/prettier": "0.5.0",
"@misk/test": "0.5.0",
"@misk/cli": "0.5.1",
"@misk/dev": "0.5.1",
"@misk/prettier": "0.5.1",
"@misk/test": "0.5.1",
"jest-emotion": "10.0.32",
"@testing-library/dom": "8.19.0",
"@testing-library/react": "9.1.1",
Expand Down
Binary file modified examples/tabs/starter-basic/starter-basic.tgz
Binary file not shown.
6 changes: 6 additions & 0 deletions packages/@misk/cli/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@misk/cli",
"entries": [
{
"version": "0.5.1",
"tag": "@misk/cli_v0.5.1",
"date": "Tue, 18 Oct 2022 00:14:38 GMT",
"comments": {}
},
{
"version": "0.5.0",
"tag": "@misk/cli_v0.5.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/@misk/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @misk/cli

This log was last generated on Mon, 17 Oct 2022 14:42:43 GMT and should not be manually modified.
This log was last generated on Tue, 18 Oct 2022 00:14:38 GMT and should not be manually modified.

## 0.5.1
Tue, 18 Oct 2022 00:14:38 GMT

_Version update only_

## 0.5.0
Mon, 17 Oct 2022 14:42:43 GMT
Expand Down
8 changes: 4 additions & 4 deletions packages/@misk/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@misk/cli",
"version": "0.5.0",
"version": "0.5.1",
"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)",
Expand Down Expand Up @@ -35,8 +35,8 @@
"test": "jest --passWithNoTests --maxWorkers=2"
},
"dependencies": {
"@misk/prettier": "0.5.0",
"@misk/test": "0.5.0",
"@misk/prettier": "0.5.1",
"@misk/test": "0.5.1",
"axios": "0.27.2",
"fs-extra": "10.1.0",
"klaw": "4.0.1",
Expand All @@ -52,7 +52,7 @@
"yargs": "17.6.0"
},
"devDependencies": {
"@misk/dev": "0.5.0",
"@misk/dev": "0.5.1",
"@testing-library/dom": "8.19.0",
"@testing-library/react": "9.1.1",
"@types/fs-extra": "9.0.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/cli/plop-templates/basic/miskTab.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"slug": "template-basic",
"useWebpackBundleAnalyzer": false,
"useWebpackExternals": true,
"version": "0.5.0",
"version": "0.5.1",
"zipOnBuild": false,
"___DeprecatedKeys": "Any keys below this point in your miskTab.json are deprecated and can be safely removed.",
"rawTslint": {}
Expand Down
Loading

0 comments on commit 84160a5

Please sign in to comment.