Skip to content

Commit

Permalink
[RELEASE] 0.3.3
Browse files Browse the repository at this point in the history
I also released 0.3.2, but it had a bug too. (Should use pre-release versions for testing.)
  • Loading branch information
r3mariano authored and Ricardo Mariano committed Aug 5, 2021
1 parent 9477253 commit 7ea8a1e
Show file tree
Hide file tree
Showing 38 changed files with 281 additions and 92 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.3.3
Thu, 05 Aug 2021 05:38:01 GMT

Bug fixes for the 0.3.1 release.

## 0.3.1
Thu, 05 Aug 2021 04:40:22 GMT

Expand Down
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.3.1",
"version": "0.3.3",
"nextBump": "patch" // Manual stable releases
}
// {
Expand Down
10 changes: 5 additions & 5 deletions examples/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "misk-web-examples-data",
"version": "0.3.1",
"version": "0.3.2",
"license": "SEE LICENSE IN https://github.com/cashapp/misk-web",
"main": "src/index.ts",
"scripts": {
Expand All @@ -15,14 +15,14 @@
"prepare": "npm run-script build"
},
"dependencies": {
"@misk/core": "0.3.1",
"@misk/core": "0.3.3",
"fs-extra": "9.1.0"
},
"devDependencies": {
"@misk/dev": "0.3.1",
"@misk/prettier": "0.3.1",
"@misk/dev": "0.3.3",
"@misk/prettier": "0.3.3",
"@types/fs-extra": "9.0.12",
"@misk/tslint": "0.3.1",
"@misk/tslint": "0.3.3",
"@types/node": "14.17.6",
"@types/prop-types": "15.7.3",
"@types/react": "16.14.11",
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 @@ -12,7 +12,7 @@
"slug": "dashboard",
"useWebpackBundleAnalyzer": false,
"useWebpackExternals": true,
"version": "0.3.1",
"version": "0.3.3",
"zipOnBuild": false,
"___DeprecatedKeys": "Any keys below this point in your miskTab.json are deprecated and can be safely removed."
}
18 changes: 9 additions & 9 deletions examples/services/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "misk-web-tab-dashboard",
"version": "0.3.1",
"version": "0.3.2",
"license": "SEE LICENSE IN https://github.com/cashapp/misk-web",
"main": "src/index.tsx",
"scripts": {
Expand All @@ -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.3.1",
"@misk/core": "0.3.1",
"@misk/simpleredux": "0.3.1",
"@misk/common": "0.3.3",
"@misk/core": "0.3.3",
"@misk/simpleredux": "0.3.3",
"@blueprintjs/core": "3.19.1",
"@blueprintjs/datetime": "3.13.0",
"@blueprintjs/icons": "3.13.0",
Expand Down Expand Up @@ -53,11 +53,11 @@
"styled-components": "4.4.1"
},
"devDependencies": {
"@misk/cli": "0.3.1",
"@misk/dev": "0.3.1",
"@misk/prettier": "0.3.1",
"@misk/test": "0.3.1",
"@misk/tslint": "0.3.1",
"@misk/cli": "0.3.3",
"@misk/dev": "0.3.3",
"@misk/prettier": "0.3.3",
"@misk/test": "0.3.3",
"@misk/tslint": "0.3.3",
"@testing-library/dom": "7.2.2",
"@testing-library/react": "9.1.1",
"@types/history": "4.7.5",
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 @@ -12,7 +12,7 @@
"slug": "palette-exemplar",
"useWebpackBundleAnalyzer": false,
"useWebpackExternals": false,
"version": "0.3.1",
"version": "0.3.3",
"zipOnBuild": false,
"___DeprecatedKeys": "Any keys below this point in your miskTab.json are deprecated and can be safely removed."
}
18 changes: 9 additions & 9 deletions examples/tabs/palette-exemplar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "misk-web-tab-palette-exemplar",
"version": "0.3.1",
"version": "0.3.2",
"license": "SEE LICENSE IN https://github.com/cashapp/misk-web",
"main": "src/index.tsx",
"scripts": {
Expand All @@ -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.3.1",
"@misk/core": "0.3.1",
"@misk/simpleredux": "0.3.1",
"@misk/common": "0.3.3",
"@misk/core": "0.3.3",
"@misk/simpleredux": "0.3.3",
"@blueprintjs/core": "3.19.1",
"@blueprintjs/datetime": "3.13.0",
"@blueprintjs/icons": "3.13.0",
Expand Down Expand Up @@ -54,12 +54,12 @@
"styled-components": "4.4.1"
},
"devDependencies": {
"@misk/cli": "0.3.1",
"@misk/dev": "0.3.1",
"@misk/prettier": "0.3.1",
"@misk/test": "0.3.1",
"@misk/cli": "0.3.3",
"@misk/dev": "0.3.3",
"@misk/prettier": "0.3.3",
"@misk/test": "0.3.3",
"jest-emotion": "10.0.14",
"@misk/tslint": "0.3.1",
"@misk/tslint": "0.3.3",
"@testing-library/dom": "7.2.2",
"@testing-library/react": "9.1.1",
"@types/history": "4.7.5",
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 @@ -12,7 +12,7 @@
"slug": "palette-lts",
"useWebpackBundleAnalyzer": false,
"useWebpackExternals": false,
"version": "0.3.1",
"version": "0.3.3",
"zipOnBuild": false,
"___DeprecatedKeys": "Any keys below this point in your miskTab.json are deprecated and can be safely removed."
}
18 changes: 9 additions & 9 deletions examples/tabs/palette-lts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "misk-web-tab-palette-lts",
"version": "0.3.1",
"version": "0.3.2",
"license": "SEE LICENSE IN https://github.com/cashapp/misk-web",
"main": "src/index.tsx",
"scripts": {
Expand All @@ -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.3.1",
"@misk/core": "0.3.1",
"@misk/simpleredux": "0.3.1",
"@misk/common": "0.3.3",
"@misk/core": "0.3.3",
"@misk/simpleredux": "0.3.3",
"@blueprintjs/core": "3.19.1",
"@blueprintjs/datetime": "3.13.0",
"@blueprintjs/icons": "3.13.0",
Expand Down Expand Up @@ -54,11 +54,11 @@
"styled-components": "4.4.1"
},
"devDependencies": {
"@misk/cli": "0.3.1",
"@misk/dev": "0.3.1",
"@misk/prettier": "0.3.1",
"@misk/test": "0.3.1",
"@misk/tslint": "0.3.1",
"@misk/cli": "0.3.3",
"@misk/dev": "0.3.3",
"@misk/prettier": "0.3.3",
"@misk/test": "0.3.3",
"@misk/tslint": "0.3.3",
"@testing-library/dom": "7.2.2",
"@testing-library/react": "9.1.1",
"@types/history": "4.7.5",
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 @@ -12,7 +12,7 @@
"slug": "starter-basic",
"useWebpackBundleAnalyzer": false,
"useWebpackExternals": false,
"version": "0.3.1",
"version": "0.3.3",
"zipOnBuild": true,
"___DeprecatedKeys": "Any keys below this point in your miskTab.json are deprecated and can be safely removed."
}
18 changes: 9 additions & 9 deletions examples/tabs/starter-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "misk-web-tab-starter-basic",
"version": "0.3.1",
"version": "0.3.2",
"license": "SEE LICENSE IN https://github.com/cashapp/misk-web",
"main": "src/index.tsx",
"scripts": {
Expand All @@ -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.3.1",
"@misk/common": "0.3.1",
"@misk/core": "0.3.1",
"@misk/simpleredux": "0.3.1",
"@misk/cli": "0.3.3",
"@misk/common": "0.3.3",
"@misk/core": "0.3.3",
"@misk/simpleredux": "0.3.3",
"@blueprintjs/core": "3.19.1",
"@blueprintjs/datetime": "3.13.0",
"@blueprintjs/icons": "3.13.0",
Expand Down Expand Up @@ -55,11 +55,11 @@
"styled-components": "4.4.1"
},
"devDependencies": {
"@misk/dev": "0.3.1",
"@misk/prettier": "0.3.1",
"@misk/test": "0.3.1",
"@misk/dev": "0.3.3",
"@misk/prettier": "0.3.3",
"@misk/test": "0.3.3",
"jest-emotion": "10.0.14",
"@misk/tslint": "0.3.1",
"@misk/tslint": "0.3.3",
"@testing-library/dom": "7.2.2",
"@testing-library/react": "9.1.1",
"@types/history": "4.7.5",
Expand Down
Binary file modified examples/tabs/starter-basic/starter-basic.tgz
Binary file not shown.
12 changes: 12 additions & 0 deletions packages/@misk/cli/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@misk/cli",
"entries": [
{
"version": "0.3.3",
"tag": "@misk/cli_v0.3.3",
"date": "Thu, 05 Aug 2021 05:54:19 GMT",
"comments": {}
},
{
"version": "0.3.2",
"tag": "@misk/cli_v0.3.2",
"date": "Thu, 05 Aug 2021 05:38:01 GMT",
"comments": {}
},
{
"version": "0.3.1",
"tag": "@misk/cli_v0.3.1",
Expand Down
12 changes: 11 additions & 1 deletion packages/@misk/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log - @misk/cli

This log was last generated on Thu, 05 Aug 2021 04:40:22 GMT and should not be manually modified.
This log was last generated on Thu, 05 Aug 2021 05:54:19 GMT and should not be manually modified.

## 0.3.3
Thu, 05 Aug 2021 05:54:19 GMT

_Version update only_

## 0.3.2
Thu, 05 Aug 2021 05:38:01 GMT

_Version update only_

## 0.3.1
Thu, 05 Aug 2021 04:40:22 GMT
Expand Down
10 changes: 5 additions & 5 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.3.1",
"version": "0.3.3",
"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 @@ -34,8 +34,8 @@
"test": "jest --passWithNoTests --maxWorkers=2"
},
"dependencies": {
"@misk/prettier": "0.3.1",
"@misk/test": "0.3.1",
"@misk/prettier": "0.3.3",
"@misk/test": "0.3.3",
"axios": "0.21.1",
"dayjs": "1.8.26",
"fs-extra": "9.1.0",
Expand All @@ -52,8 +52,8 @@
"yargs": "15.3.1"
},
"devDependencies": {
"@misk/dev": "0.3.1",
"@misk/tslint": "0.3.1",
"@misk/dev": "0.3.3",
"@misk/tslint": "0.3.3",
"@testing-library/dom": "7.2.2",
"@testing-library/react": "9.1.1",
"@types/fs-extra": "9.0.12",
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 @@ -12,7 +12,7 @@
"slug": "template-basic",
"useWebpackBundleAnalyzer": false,
"useWebpackExternals": true,
"version": "0.3.1",
"version": "0.3.3",
"zipOnBuild": false,
"___DeprecatedKeys": "Any keys below this point in your miskTab.json are deprecated and can be safely removed."
}
18 changes: 9 additions & 9 deletions packages/@misk/cli/plop-templates/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "misk-web-tab-template-basic",
"version": "0.3.1",
"version": "0.3.2",
"license": "SEE LICENSE IN https://github.com/cashapp/misk-web",
"main": "src/index.tsx",
"scripts": {
Expand All @@ -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='template-basic.tgz' -czvf template-basic.tgz ./"
},
"dependencies": {
"@misk/cli": "0.3.1",
"@misk/common": "0.3.1",
"@misk/core": "0.3.1",
"@misk/simpleredux": "0.3.1",
"@misk/cli": "0.3.3",
"@misk/common": "0.3.3",
"@misk/core": "0.3.3",
"@misk/simpleredux": "0.3.3",
"@blueprintjs/core": "3.19.1",
"@blueprintjs/datetime": "3.13.0",
"@blueprintjs/icons": "3.13.0",
Expand Down Expand Up @@ -55,11 +55,11 @@
"styled-components": "4.4.1"
},
"devDependencies": {
"@misk/dev": "0.3.1",
"@misk/prettier": "0.3.1",
"@misk/test": "0.3.1",
"@misk/dev": "0.3.3",
"@misk/prettier": "0.3.3",
"@misk/test": "0.3.3",
"jest-emotion": "10.0.14",
"@misk/tslint": "0.3.1",
"@misk/tslint": "0.3.3",
"@testing-library/dom": "7.2.2",
"@testing-library/react": "9.1.1",
"@types/history": "4.7.5",
Expand Down
12 changes: 12 additions & 0 deletions packages/@misk/common/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@misk/common",
"entries": [
{
"version": "0.3.3",
"tag": "@misk/common_v0.3.3",
"date": "Thu, 05 Aug 2021 05:54:19 GMT",
"comments": {}
},
{
"version": "0.3.2",
"tag": "@misk/common_v0.3.2",
"date": "Thu, 05 Aug 2021 05:38:01 GMT",
"comments": {}
},
{
"version": "0.3.1",
"tag": "@misk/common_v0.3.1",
Expand Down
14 changes: 13 additions & 1 deletion packages/@misk/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Change Log - @misk/common

This log was last generated on Thu, 05 Aug 2021 04:40:22 GMT and should not be manually modified.
This log was last generated on Thu, 05 Aug 2021 05:54:19 GMT and should not be manually modified.

## 0.3.3

Thu, 05 Aug 2021 05:54:19 GMT

_Version update only_

## 0.3.2

Thu, 05 Aug 2021 05:38:01 GMT

_Version update only_

## 0.3.1

Expand Down
Loading

0 comments on commit 7ea8a1e

Please sign in to comment.