Skip to content

Commit

Permalink
[RELEASE] 0.1.5-38
Browse files Browse the repository at this point in the history
  • Loading branch information
adrw committed May 8, 2019
1 parent dd6c864 commit c91acf8
Show file tree
Hide file tree
Showing 15 changed files with 309 additions and 47 deletions.
296 changes: 279 additions & 17 deletions common/config/rush/shrinkwrap.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"definitionName": "lockStepVersion",
"policyName": "MiskWeb",
"version": "0.1.5-37",
"version": "0.1.5-38",
"nextBump": "prerelease"
}
// {
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 @@ -10,7 +10,7 @@
"relative_path_prefix": "",
"slug": "dashboard",
"useWebpackExternals": true,
"version": "latest",
"version": "0.1.5-38",
"zipOnBuild": false,
"___DeprecatedKeys": "Any keys below this point in your miskTab.json are deprecated and can be safely removed."
}
2 changes: 1 addition & 1 deletion examples/tabs/palette-exemplar/miskTab.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"relative_path_prefix": "",
"slug": "palette-exemplar",
"useWebpackExternals": true,
"version": "0.1.5-36",
"version": "0.1.5-38",
"zipOnBuild": true,
"___DeprecatedKeys": "Any keys below this point in your miskTab.json are deprecated and can be safely removed."
}
Binary file modified examples/tabs/palette-exemplar/palette-exemplar.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/tabs/palette/miskTab.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"relative_path_prefix": "_admin/",
"slug": "palette",
"useWebpackExternals": true,
"version": "0.1.5-36",
"version": "0.1.5-38",
"zipOnBuild": true,
"___DeprecatedKeys": "Any keys below this point in your miskTab.json are deprecated and can be safely removed."
}
12 changes: 6 additions & 6 deletions examples/tabs/palette/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,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.tgz' -czvf palette.tgz ./"
},
"dependencies": {
"@misk/common": "0.1.5-36",
"@misk/core": "0.1.5-36",
"@misk/simpleredux": "0.1.5-36",
"@misk/common": "0.1.5-38",
"@misk/core": "0.1.5-38",
"@misk/simpleredux": "0.1.5-38",
"@blueprintjs/core": "3.15.0",
"@blueprintjs/datetime": "3.8.0",
"@blueprintjs/icons": "3.7.0",
Expand Down Expand Up @@ -55,9 +55,9 @@
"styled-components": "4.2.0"
},
"devDependencies": {
"@misk/dev": "0.1.5-36",
"@misk/test": "0.1.5-36",
"@misk/tslint": "0.1.5-36",
"@misk/dev": "0.1.5-38",
"@misk/test": "0.1.5-38",
"@misk/tslint": "0.1.5-38",
"@types/history": "4.7.2",
"@types/jest": "24.0.11",
"@types/node": "11.13.1",
Expand Down
Binary file modified examples/tabs/palette/palette.tgz
Binary file not shown.
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.1.5-37",
"version": "0.1.5-38",
"license": "SEE LICENSE IN https://github.com/square/misk-web",
"description": "Misk-Web CLI Build Tool",
"author": "Square/Misk Authors (https://github.com/square/misk-web/graphs/contributors)",
Expand Down Expand Up @@ -32,7 +32,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@misk/test": "0.1.5-37",
"@misk/test": "0.1.5-38",
"axios": "0.18.0",
"dayjs": "1.8.12",
"fs-extra": "7.0.1",
Expand All @@ -48,14 +48,14 @@
"yargs": "13.2.2"
},
"devDependencies": {
"@misk/dev": "0.1.5-37",
"@misk/dev": "0.1.5-38",
"@types/jest": "24.0.11",
"jest": "24.7.1",
"jest-emotion": "10.0.10",
"jest-serializer-html": "6.0.0",
"react-testing-library": "6.1.2",
"ts-jest": "24.0.2",
"@misk/tslint": "0.1.5-37",
"@misk/tslint": "0.1.5-38",
"@types/fs-extra": "5.0.5",
"@types/klaw": "3.0.0",
"@types/lodash": "4.14.123",
Expand Down
6 changes: 3 additions & 3 deletions packages/@misk/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@misk/common",
"version": "0.1.5-37",
"version": "0.1.5-38",
"license": "SEE LICENSE IN https://github.com/square/misk-web",
"description": "Misk-Web Common Libraries, Styles",
"author": "Square/Misk Authors (https://github.com/square/misk-web/graphs/contributors)",
Expand Down Expand Up @@ -67,8 +67,8 @@
"styled-components": "4.2.0"
},
"devDependencies": {
"@misk/dev": "0.1.5-37",
"@misk/tslint": "0.1.5-37",
"@misk/dev": "0.1.5-38",
"@misk/tslint": "0.1.5-38",
"@types/history": "4.7.2",
"@types/lodash": "4.14.123",
"@types/node": "11.13.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/@misk/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@misk/core",
"version": "0.1.5-37",
"version": "0.1.5-38",
"license": "SEE LICENSE IN https://github.com/square/misk-web",
"description": "Misk-Web Core",
"author": "Square/Misk Authors (https://github.com/square/misk-web/graphs/contributors)",
Expand Down Expand Up @@ -33,8 +33,8 @@
"updateDevCache": "cd ..; ./updateLocalCache.sh"
},
"dependencies": {
"@misk/common": "0.1.5-37",
"@misk/simpleredux": "0.1.5-37",
"@misk/common": "0.1.5-38",
"@misk/simpleredux": "0.1.5-38",
"@blueprintjs/core": "3.15.0",
"@blueprintjs/datetime": "3.8.0",
"@blueprintjs/icons": "3.7.0",
Expand Down Expand Up @@ -67,15 +67,15 @@
"status-code-enum": "1.0.0"
},
"devDependencies": {
"@misk/dev": "0.1.5-37",
"@misk/test": "0.1.5-37",
"@misk/dev": "0.1.5-38",
"@misk/test": "0.1.5-38",
"@types/jest": "24.0.11",
"jest": "24.7.1",
"jest-emotion": "10.0.10",
"jest-serializer-html": "6.0.0",
"react-testing-library": "6.1.2",
"ts-jest": "24.0.2",
"@misk/tslint": "0.1.5-37",
"@misk/tslint": "0.1.5-38",
"@types/history": "4.7.2",
"@types/lodash": "4.14.123",
"@types/node": "11.13.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@misk/dev",
"version": "0.1.5-37",
"version": "0.1.5-38",
"license": "SEE LICENSE IN https://github.com/square/misk-web",
"description": "Misk-Web Build and Dev Tools",
"author": "Square/Misk Authors (https://github.com/square/misk-web/graphs/contributors)",
Expand Down
8 changes: 4 additions & 4 deletions packages/@misk/simpleredux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@misk/simpleredux",
"version": "0.1.5-37",
"version": "0.1.5-38",
"license": "SEE LICENSE IN https://github.com/square/misk-web",
"description": "Misk-Web SimpleRedux",
"author": "Square/Misk Authors (https://github.com/square/misk-web/graphs/contributors)",
Expand Down Expand Up @@ -33,7 +33,7 @@
"updateDevCache": "cd ..; ./updateLocalCache.sh"
},
"dependencies": {
"@misk/common": "0.1.5-37",
"@misk/common": "0.1.5-38",
"@blueprintjs/core": "3.15.0",
"@blueprintjs/datetime": "3.8.0",
"@blueprintjs/icons": "3.7.0",
Expand Down Expand Up @@ -65,8 +65,8 @@
"styled-components": "4.2.0"
},
"devDependencies": {
"@misk/dev": "0.1.5-37",
"@misk/tslint": "0.1.5-37",
"@misk/dev": "0.1.5-38",
"@misk/tslint": "0.1.5-38",
"@types/history": "4.7.2",
"@types/lodash": "4.14.123",
"@types/node": "11.13.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@misk/test",
"version": "0.1.5-37",
"version": "0.1.5-38",
"license": "SEE LICENSE IN https://github.com/square/misk-web",
"description": "Misk-Web Test",
"author": "Square/Misk Authors (https://github.com/square/misk-web/graphs/contributors)",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/tslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@misk/tslint",
"version": "0.1.5-37",
"version": "0.1.5-38",
"license": "SEE LICENSE IN https://github.com/square/misk-web",
"description": "Misk-Web TsLint",
"author": "Square/Misk Authors (https://github.com/square/misk-web/graphs/contributors)",
Expand Down

0 comments on commit c91acf8

Please sign in to comment.