Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Console Log #245

Merged
merged 2 commits into from Mar 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Expand Up @@ -12,7 +12,7 @@
{
"definitionName": "lockStepVersion",
"policyName": "MiskWeb",
"version": "0.1.5-15",
"version": "0.1.5-16",
"nextBump": "prerelease"
}
// {
Expand Down
10 changes: 5 additions & 5 deletions examples/tabs/palette-exemplar/package.json
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-exemplar.tgz' -czvf palette-exemplar.tgz ./"
},
"dependencies": {
"@misk/common": "0.1.5-15",
"@misk/core": "0.1.5-15",
"@misk/simpleredux": "0.1.5-15",
"@misk/common": "0.1.5-16",
"@misk/core": "0.1.5-16",
"@misk/simpleredux": "0.1.5-16",
"@blueprintjs/core": "^3.9.0",
"@blueprintjs/datetime": "^3.4.0",
"@blueprintjs/icons": "^3.3.0",
Expand Down Expand Up @@ -55,8 +55,8 @@
"styled-components": "^4.1.2"
},
"devDependencies": {
"@misk/dev": "0.1.5-15",
"@misk/tslint": "0.1.5-15",
"@misk/dev": "0.1.5-16",
"@misk/tslint": "0.1.5-16",
"@types/history": "^4.7.2",
"@types/node": "^10.12.18",
"@types/react": "^16.7.18",
Expand Down
Binary file modified examples/tabs/palette-exemplar/palette-exemplar.tgz
Binary file not shown.

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions examples/tabs/palette/package.json
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-15",
"@misk/core": "0.1.5-15",
"@misk/simpleredux": "0.1.5-15",
"@misk/common": "0.1.5-16",
"@misk/core": "0.1.5-16",
"@misk/simpleredux": "0.1.5-16",
"@blueprintjs/core": "^3.9.0",
"@blueprintjs/datetime": "^3.4.0",
"@blueprintjs/icons": "^3.3.0",
Expand Down Expand Up @@ -55,8 +55,8 @@
"styled-components": "^4.1.2"
},
"devDependencies": {
"@misk/dev": "0.1.5-15",
"@misk/tslint": "0.1.5-15",
"@misk/dev": "0.1.5-16",
"@misk/tslint": "0.1.5-16",
"@types/history": "^4.7.2",
"@types/node": "^10.12.18",
"@types/react": "^16.7.18",
Expand Down
Binary file modified examples/tabs/palette/palette.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions packages/@misk/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@misk/cli",
"version": "0.1.5-15",
"version": "0.1.5-16",
"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 @@ -28,8 +28,8 @@
"yargs": "^12.0.4"
},
"devDependencies": {
"@misk/dev": "0.1.5-15",
"@misk/tslint": "0.1.5-15",
"@misk/dev": "0.1.5-16",
"@misk/tslint": "0.1.5-16",
"@types/fs-extra": "^5.0.4",
"@types/klaw": "^3.0.0",
"@types/lodash": "^4.14.121",
Expand Down
20 changes: 10 additions & 10 deletions packages/@misk/cli/src/utils/changelog.ts
@@ -1,7 +1,7 @@
export enum MiskVersion {
"latest" = "0.1.5-15",
"alpha" = "0.1.5-15",
"v015_15" = "0.1.5-15",
"latest" = "0.1.5-16",
"alpha" = "0.1.5-16",
"v015_16" = "0.1.5-16",
"v015_14" = "0.1.5-14",
"v015_13" = "0.1.5-13",
"v015_11" = "0.1.5-11",
Expand Down Expand Up @@ -110,13 +110,13 @@ export const getPackageVersion = (
}

export const MiskTabVersions: IMiskTabVersions = {
[MiskVersion.v015_15]: {
[MiskPkg.cli]: `${[MiskVersion.v015_15]}`,
[MiskPkg.common]: `${[MiskVersion.v015_15]}`,
[MiskPkg.core]: `${[MiskVersion.v015_15]}`,
[MiskPkg.dev]: `${[MiskVersion.v015_15]}`,
[MiskPkg.simpleredux]: `${[MiskVersion.v015_15]}`,
[MiskPkg.tslint]: `${[MiskVersion.v015_15]}`,
[MiskVersion.v015_16]: {
[MiskPkg.cli]: `${[MiskVersion.v015_16]}`,
[MiskPkg.common]: `${[MiskVersion.v015_16]}`,
[MiskPkg.core]: `${[MiskVersion.v015_16]}`,
[MiskPkg.dev]: `${[MiskVersion.v015_16]}`,
[MiskPkg.simpleredux]: `${[MiskVersion.v015_16]}`,
[MiskPkg.tslint]: `${[MiskVersion.v015_16]}`,
date: "2019-03-14",
notes: "SimpleNetworks: Return full AxiosResponse."
},
Expand Down
6 changes: 3 additions & 3 deletions packages/@misk/common/package.json
@@ -1,6 +1,6 @@
{
"name": "@misk/common",
"version": "0.1.5-15",
"version": "0.1.5-16",
"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 @@ -65,8 +65,8 @@
"styled-components": "^4.1.2"
},
"devDependencies": {
"@misk/dev": "0.1.5-15",
"@misk/tslint": "0.1.5-15",
"@misk/dev": "0.1.5-16",
"@misk/tslint": "0.1.5-16",
"@types/history": "^4.7.2",
"@types/lodash": "^4.14.121",
"@types/node": "^10.12.18",
Expand Down
8 changes: 4 additions & 4 deletions packages/@misk/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@misk/core",
"version": "0.1.5-15",
"version": "0.1.5-16",
"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,7 +33,7 @@
"updateDevCache": "cd ..; ./updateLocalCache.sh"
},
"dependencies": {
"@misk/common": "0.1.5-15",
"@misk/common": "0.1.5-16",
"@blueprintjs/core": "^3.9.0",
"@blueprintjs/datetime": "^3.4.0",
"@blueprintjs/icons": "^3.3.0",
Expand Down Expand Up @@ -65,8 +65,8 @@
"styled-components": "^4.1.2"
},
"devDependencies": {
"@misk/dev": "0.1.5-15",
"@misk/tslint": "0.1.5-15",
"@misk/dev": "0.1.5-16",
"@misk/tslint": "0.1.5-16",
"@types/history": "^4.7.2",
"@types/lodash": "^4.14.121",
"@types/node": "^10.12.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/dev/package.json
@@ -1,6 +1,6 @@
{
"name": "@misk/dev",
"version": "0.1.5-15",
"version": "0.1.5-16",
"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
@@ -1,6 +1,6 @@
{
"name": "@misk/simpleredux",
"version": "0.1.5-15",
"version": "0.1.5-16",
"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-15",
"@misk/common": "0.1.5-16",
"@blueprintjs/core": "^3.9.0",
"@blueprintjs/datetime": "^3.4.0",
"@blueprintjs/icons": "^3.3.0",
Expand Down Expand Up @@ -65,8 +65,8 @@
"styled-components": "^4.1.2"
},
"devDependencies": {
"@misk/dev": "0.1.5-15",
"@misk/tslint": "0.1.5-15",
"@misk/dev": "0.1.5-16",
"@misk/tslint": "0.1.5-16",
"@types/history": "^4.7.2",
"@types/lodash": "^4.14.121",
"@types/node": "^10.12.18",
Expand Down
1 change: 0 additions & 1 deletion packages/@misk/simpleredux/src/simpleNetwork.ts
Expand Up @@ -310,7 +310,6 @@ const ActionTypeToAxiosCall: { [key: string]: any } = {
}

const responseAndData = (response: AxiosResponse) => {
console.log(response)
const data =
typeof response.data === "string" ? { data: response.data } : response.data
return { ...response, ...data }
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/tslint/package.json
@@ -1,6 +1,6 @@
{
"name": "@misk/tslint",
"version": "0.1.5-15",
"version": "0.1.5-16",
"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