From 7ef8abbd7148ae3bbdcebd12d1948e6779a142bc Mon Sep 17 00:00:00 2001 From: Guilherme Gazzo Date: Mon, 26 Apr 2021 16:41:57 -0300 Subject: [PATCH 1/2] Update cd.yml --- .github/workflows/cd.yml | 2 +- .../css-in-js/logicalProperties/package.json | 2 +- packages/css-in-js/package.json | 6 +- packages/emitter/package.json | 4 +- packages/eslint-config-alt/package.json | 2 +- packages/fuselage-hooks/package.json | 6 +- packages/fuselage-polyfills/package.json | 4 +- packages/fuselage-tokens/package.json | 4 +- packages/fuselage-ui-kit/package.json | 14 +-- packages/fuselage/package.json | 16 +-- packages/icons/package.json | 4 +- packages/memo/package.json | 4 +- packages/mp3-encoder/package.json | 4 +- packages/prettier-config/package.json | 2 +- packages/string-helpers/package.json | 4 +- packages/ui-kit/package.json | 4 +- scripts/package.json | 4 +- yarn.lock | 102 +++++++++--------- 18 files changed, 94 insertions(+), 94 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 7a0243d74a..bf330d83ca 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -77,7 +77,7 @@ jobs: if: github.ref == 'refs/heads/master' env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - run: yarn lerna publish --no-verify-access --canary --preid dev --dist-tag next --yes + - run: yarn lerna publish from-package --no-verify-access --canary --preid dev --dist-tag next --yes if: github.ref == 'refs/heads/develop' env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/packages/css-in-js/logicalProperties/package.json b/packages/css-in-js/logicalProperties/package.json index 5dc82364aa..affbea7b2e 100644 --- a/packages/css-in-js/logicalProperties/package.json +++ b/packages/css-in-js/logicalProperties/package.json @@ -3,4 +3,4 @@ "private": true, "main": "../dist/logicalProperties.js", "module": "../dist/logicalProperties.module.js" -} +} \ No newline at end of file diff --git a/packages/css-in-js/package.json b/packages/css-in-js/package.json index b6c6449655..598bbb233f 100644 --- a/packages/css-in-js/package.json +++ b/packages/css-in-js/package.json @@ -39,8 +39,8 @@ "docs": "documentation readme 'src/{,**/!(__mocks__)/**/}!(*.spec).ts' --parse-extension=ts --section='API Reference' --readme-file README.md" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "workspace:packages/eslint-config-alt", - "@rocket.chat/prettier-config": "workspace:packages/prettier-config", + "@rocket.chat/eslint-config-alt": "^0.23.0", + "@rocket.chat/prettier-config": "^0.23.0", "@rollup/plugin-commonjs": "^17.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^11.0.1", @@ -62,7 +62,7 @@ }, "dependencies": { "@emotion/hash": "^0.8.0", - "@rocket.chat/memo": "workspace:packages/memo", + "@rocket.chat/memo": "^0.23.0", "stylis": "^4.0.6" } } diff --git a/packages/emitter/package.json b/packages/emitter/package.json index 95b2096ffc..fbef261883 100644 --- a/packages/emitter/package.json +++ b/packages/emitter/package.json @@ -45,8 +45,8 @@ "devDependencies": { "@microsoft/api-documenter": "^7.12.1", "@microsoft/api-extractor": "^7.12.1", - "@rocket.chat/eslint-config-alt": "workspace:packages/eslint-config-alt", - "@rocket.chat/prettier-config": "workspace:packages/prettier-config", + "@rocket.chat/eslint-config-alt": "^0.23.0", + "@rocket.chat/prettier-config": "^0.23.0", "@rollup/plugin-commonjs": "^17.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^11.0.1", diff --git a/packages/eslint-config-alt/package.json b/packages/eslint-config-alt/package.json index dbc27bcf78..2a5160439f 100644 --- a/packages/eslint-config-alt/package.json +++ b/packages/eslint-config-alt/package.json @@ -39,7 +39,7 @@ "devDependencies": { "@babel/eslint-parser": "^7.13.14", "@rocket.chat/eslint-config": "^0.4.0", - "@rocket.chat/prettier-config": "workspace:packages/prettier-config", + "@rocket.chat/prettier-config": "^0.23.0", "eslint": "^7.24.0", "lint-staged": "^10.5.4", "prettier": "^2.2.1" diff --git a/packages/fuselage-hooks/package.json b/packages/fuselage-hooks/package.json index 58810bdaa1..436ea8ede3 100644 --- a/packages/fuselage-hooks/package.json +++ b/packages/fuselage-hooks/package.json @@ -50,9 +50,9 @@ "devDependencies": { "@microsoft/api-documenter": "^7.8.21", "@microsoft/api-extractor": "^7.9.2", - "@rocket.chat/eslint-config-alt": "workspace:packages/eslint-config-alt", - "@rocket.chat/fuselage-tokens": "workspace:packages/fuselage-tokens", - "@rocket.chat/prettier-config": "workspace:packages/prettier-config", + "@rocket.chat/eslint-config-alt": "^0.23.0", + "@rocket.chat/fuselage-tokens": "^0.23.0", + "@rocket.chat/prettier-config": "^0.23.0", "@rollup/plugin-commonjs": "^15.1.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^9.0.0", diff --git a/packages/fuselage-polyfills/package.json b/packages/fuselage-polyfills/package.json index 0e2b987dc9..6b2ea8c3e0 100644 --- a/packages/fuselage-polyfills/package.json +++ b/packages/fuselage-polyfills/package.json @@ -29,8 +29,8 @@ "new-event-polyfill": "^1.0.1" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "workspace:packages/eslint-config-alt", - "@rocket.chat/prettier-config": "workspace:packages/prettier-config", + "@rocket.chat/eslint-config-alt": "^0.23.0", + "@rocket.chat/prettier-config": "^0.23.0", "eslint": "^7.24.0", "lint-staged": "^10.5.4", "prettier": "^2.2.1" diff --git a/packages/fuselage-tokens/package.json b/packages/fuselage-tokens/package.json index fcfe317567..9259b8a4a9 100644 --- a/packages/fuselage-tokens/package.json +++ b/packages/fuselage-tokens/package.json @@ -39,8 +39,8 @@ "lint-staged": "lint-staged" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "workspace:packages/eslint-config-alt", - "@rocket.chat/prettier-config": "workspace:packages/prettier-config", + "@rocket.chat/eslint-config-alt": "^0.23.0", + "@rocket.chat/prettier-config": "^0.23.0", "eslint": "^7.24.0", "eslint-config-prettier": "^8.2.0", "eslint-plugin-import": "^2.22.1", diff --git a/packages/fuselage-ui-kit/package.json b/packages/fuselage-ui-kit/package.json index 40ea1f572f..f3455a08f2 100644 --- a/packages/fuselage-ui-kit/package.json +++ b/packages/fuselage-ui-kit/package.json @@ -58,13 +58,13 @@ "@babel/preset-env": "^7.11.5", "@babel/preset-react": "^7.10.4", "@rocket.chat/apps-engine": "^1.17.0", - "@rocket.chat/eslint-config-alt": "workspace:packages/eslint-config-alt", - "@rocket.chat/fuselage": "workspace:packages/fuselage", - "@rocket.chat/fuselage-hooks": "workspace:packages/fuselage-hooks", - "@rocket.chat/fuselage-polyfills": "workspace:packages/fuselage-polyfills", - "@rocket.chat/icons": "workspace:packages/icons", - "@rocket.chat/prettier-config": "workspace:packages/prettier-config", - "@rocket.chat/ui-kit": "workspace:packages/ui-kit", + "@rocket.chat/eslint-config-alt": "^0.23.0", + "@rocket.chat/fuselage": "^0.23.0", + "@rocket.chat/fuselage-hooks": "^0.23.0", + "@rocket.chat/fuselage-polyfills": "^0.23.0", + "@rocket.chat/icons": "^0.23.0", + "@rocket.chat/prettier-config": "^0.23.0", + "@rocket.chat/ui-kit": "^0.23.0", "@storybook/addon-essentials": "^6.1.11", "@storybook/addons": "^6.1.11", "@storybook/react": "^6.1.11", diff --git a/packages/fuselage/package.json b/packages/fuselage/package.json index ccb264b64e..bbca462241 100644 --- a/packages/fuselage/package.json +++ b/packages/fuselage/package.json @@ -57,9 +57,9 @@ "react-dom": "^17.0.2" }, "dependencies": { - "@rocket.chat/css-in-js": "workspace:packages/css-in-js", - "@rocket.chat/fuselage-tokens": "workspace:packages/fuselage-tokens", - "@rocket.chat/memo": "workspace:packages/memo", + "@rocket.chat/css-in-js": "^0.23.0", + "@rocket.chat/fuselage-tokens": "^0.23.0", + "@rocket.chat/memo": "^0.23.0", "invariant": "^2.2.4", "react-keyed-flatten-children": "^1.3.0" }, @@ -71,11 +71,11 @@ "@babel/preset-env": "^7.11.5", "@babel/preset-react": "^7.10.4", "@rocket.chat/eslint-config": "^0.4.0", - "@rocket.chat/eslint-config-alt": "workspace:packages/eslint-config-alt", - "@rocket.chat/fuselage-hooks": "workspace:packages/fuselage-hooks", - "@rocket.chat/fuselage-polyfills": "workspace:packages/fuselage-polyfills", - "@rocket.chat/icons": "workspace:packages/icons", - "@rocket.chat/prettier-config": "workspace:packages/prettier-config", + "@rocket.chat/eslint-config-alt": "^0.23.0", + "@rocket.chat/fuselage-hooks": "^0.23.0", + "@rocket.chat/fuselage-polyfills": "^0.23.0", + "@rocket.chat/icons": "^0.23.0", + "@rocket.chat/prettier-config": "^0.23.0", "@storybook/addon-essentials": "^6.1.11", "@storybook/addon-jest": "^6.1.11", "@storybook/addon-links": "^6.1.11", diff --git a/packages/icons/package.json b/packages/icons/package.json index 436d4dbe1d..84dae7c3b0 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -29,8 +29,8 @@ "lint-staged": "lint-staged" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "workspace:packages/eslint-config-alt", - "@rocket.chat/prettier-config": "workspace:packages/prettier-config", + "@rocket.chat/eslint-config-alt": "^0.23.0", + "@rocket.chat/prettier-config": "^0.23.0", "eslint": "^7.24.0", "glob": "^7.1.6", "lint-staged": "^10.5.4", diff --git a/packages/memo/package.json b/packages/memo/package.json index 30a3e8b9b9..2ee4befa94 100644 --- a/packages/memo/package.json +++ b/packages/memo/package.json @@ -38,8 +38,8 @@ "url": "https://github.com/RocketChat/Rocket.Chat.Fuselage/issues" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "workspace:packages/eslint-config-alt", - "@rocket.chat/prettier-config": "workspace:packages/prettier-config", + "@rocket.chat/eslint-config-alt": "^0.23.0", + "@rocket.chat/prettier-config": "^0.23.0", "eslint": "^7.18.0", "eslint-config-prettier": "^7.2.0", "eslint-plugin-import": "^2.22.1", diff --git a/packages/mp3-encoder/package.json b/packages/mp3-encoder/package.json index 0f4aa2d14c..8207d16018 100644 --- a/packages/mp3-encoder/package.json +++ b/packages/mp3-encoder/package.json @@ -48,8 +48,8 @@ "@babel/plugin-transform-runtime": "^7.12.10", "@babel/preset-env": "^7.12.11", "@babel/preset-typescript": "^7.12.7", - "@rocket.chat/eslint-config-alt": "workspace:packages/eslint-config-alt", - "@rocket.chat/prettier-config": "workspace:packages/prettier-config", + "@rocket.chat/eslint-config-alt": "^0.23.0", + "@rocket.chat/prettier-config": "^0.23.0", "@rollup/plugin-commonjs": "^17.0.0", "@rollup/plugin-node-resolve": "^11.0.1", "@rollup/plugin-typescript": "^8.1.0", diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 153895b708..667ac0f74e 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -38,7 +38,7 @@ }, "devDependencies": { "@rocket.chat/eslint-config": "^0.4.0", - "@rocket.chat/eslint-config-alt": "workspace:packages/eslint-config-alt", + "@rocket.chat/eslint-config-alt": "^0.23.0", "eslint": "^7.24.0", "eslint-config-prettier": "^8.2.0", "eslint-plugin-import": "^2.22.1", diff --git a/packages/string-helpers/package.json b/packages/string-helpers/package.json index 13e2f818e1..379fbc0402 100644 --- a/packages/string-helpers/package.json +++ b/packages/string-helpers/package.json @@ -48,8 +48,8 @@ "url": "https://github.com/RocketChat/Rocket.Chat.Fuselage/issues" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "workspace:packages/eslint-config-alt", - "@rocket.chat/prettier-config": "workspace:packages/prettier-config", + "@rocket.chat/eslint-config-alt": "^0.23.0", + "@rocket.chat/prettier-config": "^0.23.0", "@types/jest": "^26.0.22", "downlevel-dts": "^0.7.0", "eslint": "^7.24.0", diff --git a/packages/ui-kit/package.json b/packages/ui-kit/package.json index d09e102e4d..d13f64cefd 100644 --- a/packages/ui-kit/package.json +++ b/packages/ui-kit/package.json @@ -39,8 +39,8 @@ "@babel/eslint-parser": "^7.12.1", "@babel/plugin-transform-runtime": "^7.12.10", "@babel/preset-env": "^7.12.11", - "@rocket.chat/eslint-config-alt": "workspace:packages/eslint-config-alt", - "@rocket.chat/prettier-config": "workspace:packages/prettier-config", + "@rocket.chat/eslint-config-alt": "^0.23.0", + "@rocket.chat/prettier-config": "^0.23.0", "@types/jest": "^26.0.22", "babel-loader": "^8.1.0", "documentation": "^13.2.1", diff --git a/scripts/package.json b/scripts/package.json index c11b1177b6..2f12044123 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -11,8 +11,8 @@ "lint-fix": "eslint --fix ." }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "workspace:packages/eslint-config-alt", - "@rocket.chat/prettier-config": "workspace:packages/prettier-config", + "@rocket.chat/eslint-config-alt": "^0.23.0", + "@rocket.chat/prettier-config": "^0.23.0", "@types/node": "^14.14.41", "@typescript-eslint/parser": "^4.22.0", "eslint": "^7.24.0", diff --git a/yarn.lock b/yarn.lock index 9ed317f4d3..99775cfba2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3975,14 +3975,14 @@ __metadata: languageName: node linkType: hard -"@rocket.chat/css-in-js@workspace:packages/css-in-js": +"@rocket.chat/css-in-js@^0.23.0, @rocket.chat/css-in-js@workspace:packages/css-in-js": version: 0.0.0-use.local resolution: "@rocket.chat/css-in-js@workspace:packages/css-in-js" dependencies: "@emotion/hash": ^0.8.0 - "@rocket.chat/eslint-config-alt": "workspace:packages/eslint-config-alt" - "@rocket.chat/memo": "workspace:packages/memo" - "@rocket.chat/prettier-config": "workspace:packages/prettier-config" + "@rocket.chat/eslint-config-alt": ^0.23.0 + "@rocket.chat/memo": ^0.23.0 + "@rocket.chat/prettier-config": ^0.23.0 "@rollup/plugin-commonjs": ^17.0.0 "@rollup/plugin-json": ^4.1.0 "@rollup/plugin-node-resolve": ^11.0.1 @@ -4008,8 +4008,8 @@ __metadata: dependencies: "@microsoft/api-documenter": ^7.12.1 "@microsoft/api-extractor": ^7.12.1 - "@rocket.chat/eslint-config-alt": "workspace:packages/eslint-config-alt" - "@rocket.chat/prettier-config": "workspace:packages/prettier-config" + "@rocket.chat/eslint-config-alt": ^0.23.0 + "@rocket.chat/prettier-config": ^0.23.0 "@rollup/plugin-commonjs": ^17.0.0 "@rollup/plugin-json": ^4.1.0 "@rollup/plugin-node-resolve": ^11.0.1 @@ -4029,13 +4029,13 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/eslint-config-alt@workspace:packages/eslint-config-alt": +"@rocket.chat/eslint-config-alt@^0.23.0, @rocket.chat/eslint-config-alt@workspace:packages/eslint-config-alt": version: 0.0.0-use.local resolution: "@rocket.chat/eslint-config-alt@workspace:packages/eslint-config-alt" dependencies: "@babel/eslint-parser": ^7.13.14 "@rocket.chat/eslint-config": ^0.4.0 - "@rocket.chat/prettier-config": "workspace:packages/prettier-config" + "@rocket.chat/prettier-config": ^0.23.0 "@typescript-eslint/eslint-plugin": ^4.22.0 "@typescript-eslint/parser": ^4.22.0 eslint: ^7.24.0 @@ -4066,15 +4066,15 @@ __metadata: languageName: node linkType: hard -"@rocket.chat/fuselage-hooks@workspace:packages/fuselage-hooks": +"@rocket.chat/fuselage-hooks@^0.23.0, @rocket.chat/fuselage-hooks@workspace:packages/fuselage-hooks": version: 0.0.0-use.local resolution: "@rocket.chat/fuselage-hooks@workspace:packages/fuselage-hooks" dependencies: "@microsoft/api-documenter": ^7.8.21 "@microsoft/api-extractor": ^7.9.2 - "@rocket.chat/eslint-config-alt": "workspace:packages/eslint-config-alt" - "@rocket.chat/fuselage-tokens": "workspace:packages/fuselage-tokens" - "@rocket.chat/prettier-config": "workspace:packages/prettier-config" + "@rocket.chat/eslint-config-alt": ^0.23.0 + "@rocket.chat/fuselage-tokens": ^0.23.0 + "@rocket.chat/prettier-config": ^0.23.0 "@rollup/plugin-commonjs": ^15.1.0 "@rollup/plugin-json": ^4.1.0 "@rollup/plugin-node-resolve": ^9.0.0 @@ -4106,13 +4106,13 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/fuselage-polyfills@workspace:packages/fuselage-polyfills": +"@rocket.chat/fuselage-polyfills@^0.23.0, @rocket.chat/fuselage-polyfills@workspace:packages/fuselage-polyfills": version: 0.0.0-use.local resolution: "@rocket.chat/fuselage-polyfills@workspace:packages/fuselage-polyfills" dependencies: "@juggle/resize-observer": ^3.2.0 - "@rocket.chat/eslint-config-alt": "workspace:packages/eslint-config-alt" - "@rocket.chat/prettier-config": "workspace:packages/prettier-config" + "@rocket.chat/eslint-config-alt": ^0.23.0 + "@rocket.chat/prettier-config": ^0.23.0 clipboard-polyfill: ^3.0.1 element-closest-polyfill: ^1.0.2 eslint: ^7.24.0 @@ -4124,12 +4124,12 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/fuselage-tokens@workspace:packages/fuselage-tokens": +"@rocket.chat/fuselage-tokens@^0.23.0, @rocket.chat/fuselage-tokens@workspace:packages/fuselage-tokens": version: 0.0.0-use.local resolution: "@rocket.chat/fuselage-tokens@workspace:packages/fuselage-tokens" dependencies: - "@rocket.chat/eslint-config-alt": "workspace:packages/eslint-config-alt" - "@rocket.chat/prettier-config": "workspace:packages/prettier-config" + "@rocket.chat/eslint-config-alt": ^0.23.0 + "@rocket.chat/prettier-config": ^0.23.0 eslint: ^7.24.0 eslint-config-prettier: ^8.2.0 eslint-plugin-import: ^2.22.1 @@ -4151,13 +4151,13 @@ __metadata: "@babel/preset-env": ^7.11.5 "@babel/preset-react": ^7.10.4 "@rocket.chat/apps-engine": ^1.17.0 - "@rocket.chat/eslint-config-alt": "workspace:packages/eslint-config-alt" - "@rocket.chat/fuselage": "workspace:packages/fuselage" - "@rocket.chat/fuselage-hooks": "workspace:packages/fuselage-hooks" - "@rocket.chat/fuselage-polyfills": "workspace:packages/fuselage-polyfills" - "@rocket.chat/icons": "workspace:packages/icons" - "@rocket.chat/prettier-config": "workspace:packages/prettier-config" - "@rocket.chat/ui-kit": "workspace:packages/ui-kit" + "@rocket.chat/eslint-config-alt": ^0.23.0 + "@rocket.chat/fuselage": ^0.23.0 + "@rocket.chat/fuselage-hooks": ^0.23.0 + "@rocket.chat/fuselage-polyfills": ^0.23.0 + "@rocket.chat/icons": ^0.23.0 + "@rocket.chat/prettier-config": ^0.23.0 + "@rocket.chat/ui-kit": ^0.23.0 "@storybook/addon-essentials": ^6.1.11 "@storybook/addons": ^6.1.11 "@storybook/react": ^6.1.11 @@ -4188,7 +4188,7 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/fuselage@workspace:packages/fuselage": +"@rocket.chat/fuselage@^0.23.0, @rocket.chat/fuselage@workspace:packages/fuselage": version: 0.0.0-use.local resolution: "@rocket.chat/fuselage@workspace:packages/fuselage" dependencies: @@ -4198,15 +4198,15 @@ __metadata: "@babel/plugin-transform-runtime": ^7.11.5 "@babel/preset-env": ^7.11.5 "@babel/preset-react": ^7.10.4 - "@rocket.chat/css-in-js": "workspace:packages/css-in-js" + "@rocket.chat/css-in-js": ^0.23.0 "@rocket.chat/eslint-config": ^0.4.0 - "@rocket.chat/eslint-config-alt": "workspace:packages/eslint-config-alt" - "@rocket.chat/fuselage-hooks": "workspace:packages/fuselage-hooks" - "@rocket.chat/fuselage-polyfills": "workspace:packages/fuselage-polyfills" - "@rocket.chat/fuselage-tokens": "workspace:packages/fuselage-tokens" - "@rocket.chat/icons": "workspace:packages/icons" - "@rocket.chat/memo": "workspace:packages/memo" - "@rocket.chat/prettier-config": "workspace:packages/prettier-config" + "@rocket.chat/eslint-config-alt": ^0.23.0 + "@rocket.chat/fuselage-hooks": ^0.23.0 + "@rocket.chat/fuselage-polyfills": ^0.23.0 + "@rocket.chat/fuselage-tokens": ^0.23.0 + "@rocket.chat/icons": ^0.23.0 + "@rocket.chat/memo": ^0.23.0 + "@rocket.chat/prettier-config": ^0.23.0 "@storybook/addon-essentials": ^6.1.11 "@storybook/addon-jest": ^6.1.11 "@storybook/addon-links": ^6.1.11 @@ -4265,12 +4265,12 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/icons@workspace:packages/icons": +"@rocket.chat/icons@^0.23.0, @rocket.chat/icons@workspace:packages/icons": version: 0.0.0-use.local resolution: "@rocket.chat/icons@workspace:packages/icons" dependencies: - "@rocket.chat/eslint-config-alt": "workspace:packages/eslint-config-alt" - "@rocket.chat/prettier-config": "workspace:packages/prettier-config" + "@rocket.chat/eslint-config-alt": ^0.23.0 + "@rocket.chat/prettier-config": ^0.23.0 eslint: ^7.24.0 glob: ^7.1.6 lint-staged: ^10.5.4 @@ -4287,12 +4287,12 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/memo@workspace:packages/memo": +"@rocket.chat/memo@^0.23.0, @rocket.chat/memo@workspace:packages/memo": version: 0.0.0-use.local resolution: "@rocket.chat/memo@workspace:packages/memo" dependencies: - "@rocket.chat/eslint-config-alt": "workspace:packages/eslint-config-alt" - "@rocket.chat/prettier-config": "workspace:packages/prettier-config" + "@rocket.chat/eslint-config-alt": ^0.23.0 + "@rocket.chat/prettier-config": ^0.23.0 eslint: ^7.18.0 eslint-config-prettier: ^7.2.0 eslint-plugin-import: ^2.22.1 @@ -4313,8 +4313,8 @@ __metadata: "@babel/plugin-transform-runtime": ^7.12.10 "@babel/preset-env": ^7.12.11 "@babel/preset-typescript": ^7.12.7 - "@rocket.chat/eslint-config-alt": "workspace:packages/eslint-config-alt" - "@rocket.chat/prettier-config": "workspace:packages/prettier-config" + "@rocket.chat/eslint-config-alt": ^0.23.0 + "@rocket.chat/prettier-config": ^0.23.0 "@rollup/plugin-commonjs": ^17.0.0 "@rollup/plugin-node-resolve": ^11.0.1 "@rollup/plugin-typescript": ^8.1.0 @@ -4330,12 +4330,12 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/prettier-config@workspace:packages/prettier-config": +"@rocket.chat/prettier-config@^0.23.0, @rocket.chat/prettier-config@workspace:packages/prettier-config": version: 0.0.0-use.local resolution: "@rocket.chat/prettier-config@workspace:packages/prettier-config" dependencies: "@rocket.chat/eslint-config": ^0.4.0 - "@rocket.chat/eslint-config-alt": "workspace:packages/eslint-config-alt" + "@rocket.chat/eslint-config-alt": ^0.23.0 eslint: ^7.24.0 eslint-config-prettier: ^8.2.0 eslint-plugin-import: ^2.22.1 @@ -4351,8 +4351,8 @@ __metadata: version: 0.0.0-use.local resolution: "@rocket.chat/string-helpers@workspace:packages/string-helpers" dependencies: - "@rocket.chat/eslint-config-alt": "workspace:packages/eslint-config-alt" - "@rocket.chat/prettier-config": "workspace:packages/prettier-config" + "@rocket.chat/eslint-config-alt": ^0.23.0 + "@rocket.chat/prettier-config": ^0.23.0 "@types/jest": ^26.0.22 downlevel-dts: ^0.7.0 eslint: ^7.24.0 @@ -4367,7 +4367,7 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/ui-kit@workspace:packages/ui-kit": +"@rocket.chat/ui-kit@^0.23.0, @rocket.chat/ui-kit@workspace:packages/ui-kit": version: 0.0.0-use.local resolution: "@rocket.chat/ui-kit@workspace:packages/ui-kit" dependencies: @@ -4375,8 +4375,8 @@ __metadata: "@babel/eslint-parser": ^7.12.1 "@babel/plugin-transform-runtime": ^7.12.10 "@babel/preset-env": ^7.12.11 - "@rocket.chat/eslint-config-alt": "workspace:packages/eslint-config-alt" - "@rocket.chat/prettier-config": "workspace:packages/prettier-config" + "@rocket.chat/eslint-config-alt": ^0.23.0 + "@rocket.chat/prettier-config": ^0.23.0 "@types/jest": ^26.0.22 babel-loader: ^8.1.0 documentation: ^13.2.1 @@ -22075,8 +22075,8 @@ resolve@~1.17.0: version: 0.0.0-use.local resolution: "scripts@workspace:scripts" dependencies: - "@rocket.chat/eslint-config-alt": "workspace:packages/eslint-config-alt" - "@rocket.chat/prettier-config": "workspace:packages/prettier-config" + "@rocket.chat/eslint-config-alt": ^0.23.0 + "@rocket.chat/prettier-config": ^0.23.0 "@types/node": ^14.14.41 "@typescript-eslint/parser": ^4.22.0 eslint: ^7.24.0 From 1e508a8a0420d2ae145c693af80828336bf0772e Mon Sep 17 00:00:00 2001 From: Guilherme Gazzo Date: Tue, 27 Apr 2021 22:07:46 -0300 Subject: [PATCH 2/2] v0.24.0 --- CHANGELOG.md | 29 ++++++++++++++++++++++++ lerna.json | 2 +- packages/css-in-js/CHANGELOG.md | 11 +++++++++ packages/css-in-js/package.json | 8 +++---- packages/emitter/CHANGELOG.md | 11 +++++++++ packages/emitter/package.json | 6 ++--- packages/eslint-config-alt/CHANGELOG.md | 8 +++++++ packages/eslint-config-alt/package.json | 4 ++-- packages/fuselage-hooks/CHANGELOG.md | 11 +++++++++ packages/fuselage-hooks/package.json | 8 +++---- packages/fuselage-polyfills/CHANGELOG.md | 8 +++++++ packages/fuselage-polyfills/package.json | 6 ++--- packages/fuselage-tokens/CHANGELOG.md | 8 +++++++ packages/fuselage-tokens/package.json | 6 ++--- packages/fuselage-ui-kit/CHANGELOG.md | 11 +++++++++ packages/fuselage-ui-kit/package.json | 16 ++++++------- packages/fuselage/CHANGELOG.md | 29 ++++++++++++++++++++++++ packages/fuselage/package.json | 18 +++++++-------- packages/icons/CHANGELOG.md | 8 +++++++ packages/icons/package.json | 6 ++--- packages/memo/CHANGELOG.md | 11 +++++++++ packages/memo/package.json | 6 ++--- packages/mp3-encoder/CHANGELOG.md | 11 +++++++++ packages/mp3-encoder/package.json | 6 ++--- packages/prettier-config/CHANGELOG.md | 8 +++++++ packages/prettier-config/package.json | 4 ++-- packages/string-helpers/CHANGELOG.md | 11 +++++++++ packages/string-helpers/package.json | 6 ++--- packages/ui-kit/CHANGELOG.md | 11 +++++++++ packages/ui-kit/package.json | 6 ++--- scripts/CHANGELOG.md | 8 +++++++ scripts/package.json | 7 +++--- 32 files changed, 252 insertions(+), 57 deletions(-) create mode 100644 packages/eslint-config-alt/CHANGELOG.md create mode 100644 packages/prettier-config/CHANGELOG.md create mode 100644 packages/string-helpers/CHANGELOG.md create mode 100644 scripts/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a40a7e0c7..3bea031493 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.24.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.23.0...v0.24.0) (2021-04-28) + + +### Bug Fixes + +* Add more props to Throbber type definition ([#429](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/429)) ([2516d42](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2516d42bcf9c87ed5d51bdfbe149b1ef65d61ab0)) +* Change highlighted style ([#422](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/422)) ([245de4f](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/245de4f0777dc6143e6faf50a1d398d359f247b0)) +* Hollow shapes for status ([#430](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/430)) ([bc29d2d](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/bc29d2de260439263cba413ada13bb77f6b557c9)) +* Modal close button size ([#420](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/420)) ([6279f69](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/6279f69af48329bb6908a9f428b942b1f961c892)) +* MultiSelect close on click when opened ([#418](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/418)) ([1e4b30b](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/1e4b30bac334e7ecc10840be84c69c015660f29c)) +* Pagination and Select prop types ([#436](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/436)) ([0461f41](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/0461f41c8676c4d90ecc28a26939b206802721e0)) +* Prefer null over undefined on BoxTransforms ([#426](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/426)) ([9cba6b8](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/9cba6b802b0250d0d6704bfccc96bd7ca62cc5e6)) +* Remove reference to inexistent interface ([#424](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/424)) ([dcf43c2](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/dcf43c232fd9b01161b76883b85a01356c80e774)) +* Select option don't toggle on clicking the close icon ([#417](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/417)) ([4401d94](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/4401d94be1f93e192f89c433efb53ba3b1840fc4)) +* Set highlighted class to Sidebar.Item.Icon ([#433](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/433)) ([b550f49](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/b550f4944a11aae34608d0e7dc112de21594eaa3)) +* Status bullet sizing ([#440](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/440)) ([f70156e](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/f70156ed3adc534865c841e19f115704232d860f)) +* Tabs design update ([#427](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/427)) ([a34c7cd](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/a34c7cd9a873b4568bd3e099155c32f743e5c599)) +* Typings for ProgressBar ([#438](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/438)) ([6ea5648](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/6ea56486164a01b100b5941976902341daeb61dd)) + + +### Features + +* [@rocket](https://github.com/rocket).chat/string-helpers ([#431](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/431)) ([2509d6a](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2509d6acdbe5ec8b216e8d4430373797c5f5dfe2)) +* Tabs Design Margin ([#437](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/437)) ([c92386f](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/c92386f6eee7cbe2b1df8053369f7856b74d8c95)) + + + + + # [0.23.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.22.0...v0.23.0) (2021-04-01) diff --git a/lerna.json b/lerna.json index 5602bcd99a..27574fed3f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.23.0", + "version": "0.24.0", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/packages/css-in-js/CHANGELOG.md b/packages/css-in-js/CHANGELOG.md index e89fadb4bb..07506984b7 100644 --- a/packages/css-in-js/CHANGELOG.md +++ b/packages/css-in-js/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.24.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.23.0...v0.24.0) (2021-04-28) + + +### Features + +* [@rocket](https://github.com/rocket).chat/string-helpers ([#431](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/431)) ([2509d6a](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2509d6acdbe5ec8b216e8d4430373797c5f5dfe2)) + + + + + # [0.23.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.22.0...v0.23.0) (2021-04-01) diff --git a/packages/css-in-js/package.json b/packages/css-in-js/package.json index 598bbb233f..f52afd3941 100644 --- a/packages/css-in-js/package.json +++ b/packages/css-in-js/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/css-in-js", - "version": "0.23.0", + "version": "0.24.0", "description": "Toolset to transpile and use CSS on runtime", "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", "author": { @@ -39,8 +39,8 @@ "docs": "documentation readme 'src/{,**/!(__mocks__)/**/}!(*.spec).ts' --parse-extension=ts --section='API Reference' --readme-file README.md" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "^0.23.0", - "@rocket.chat/prettier-config": "^0.23.0", + "@rocket.chat/eslint-config-alt": "^0.24.0", + "@rocket.chat/prettier-config": "^0.24.0", "@rollup/plugin-commonjs": "^17.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^11.0.1", @@ -62,7 +62,7 @@ }, "dependencies": { "@emotion/hash": "^0.8.0", - "@rocket.chat/memo": "^0.23.0", + "@rocket.chat/memo": "^0.24.0", "stylis": "^4.0.6" } } diff --git a/packages/emitter/CHANGELOG.md b/packages/emitter/CHANGELOG.md index fa85729be2..a2b956ace4 100644 --- a/packages/emitter/CHANGELOG.md +++ b/packages/emitter/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.24.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.23.0...v0.24.0) (2021-04-28) + + +### Features + +* [@rocket](https://github.com/rocket).chat/string-helpers ([#431](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/431)) ([2509d6a](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2509d6acdbe5ec8b216e8d4430373797c5f5dfe2)) + + + + + # [0.23.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.22.0...v0.23.0) (2021-04-01) diff --git a/packages/emitter/package.json b/packages/emitter/package.json index fbef261883..bbfcc2e418 100644 --- a/packages/emitter/package.json +++ b/packages/emitter/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/emitter", - "version": "0.23.0", + "version": "0.24.0", "description": "Event Emitter by Rocket.Chat", "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", "author": { @@ -45,8 +45,8 @@ "devDependencies": { "@microsoft/api-documenter": "^7.12.1", "@microsoft/api-extractor": "^7.12.1", - "@rocket.chat/eslint-config-alt": "^0.23.0", - "@rocket.chat/prettier-config": "^0.23.0", + "@rocket.chat/eslint-config-alt": "^0.24.0", + "@rocket.chat/prettier-config": "^0.24.0", "@rollup/plugin-commonjs": "^17.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^11.0.1", diff --git a/packages/eslint-config-alt/CHANGELOG.md b/packages/eslint-config-alt/CHANGELOG.md new file mode 100644 index 0000000000..898cc86b75 --- /dev/null +++ b/packages/eslint-config-alt/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.24.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.23.0...v0.24.0) (2021-04-28) + +**Note:** Version bump only for package @rocket.chat/eslint-config-alt diff --git a/packages/eslint-config-alt/package.json b/packages/eslint-config-alt/package.json index 2a5160439f..a8699187d1 100644 --- a/packages/eslint-config-alt/package.json +++ b/packages/eslint-config-alt/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/eslint-config-alt", "description": "ESLint configuration for Rocket.Chat repositories", - "version": "0.23.0", + "version": "0.24.0", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" @@ -39,7 +39,7 @@ "devDependencies": { "@babel/eslint-parser": "^7.13.14", "@rocket.chat/eslint-config": "^0.4.0", - "@rocket.chat/prettier-config": "^0.23.0", + "@rocket.chat/prettier-config": "^0.24.0", "eslint": "^7.24.0", "lint-staged": "^10.5.4", "prettier": "^2.2.1" diff --git a/packages/fuselage-hooks/CHANGELOG.md b/packages/fuselage-hooks/CHANGELOG.md index 26b3cb80d8..8ce9f809fb 100644 --- a/packages/fuselage-hooks/CHANGELOG.md +++ b/packages/fuselage-hooks/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.24.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.23.0...v0.24.0) (2021-04-28) + + +### Features + +* [@rocket](https://github.com/rocket).chat/string-helpers ([#431](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/431)) ([2509d6a](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2509d6acdbe5ec8b216e8d4430373797c5f5dfe2)) + + + + + # [0.23.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.22.0...v0.23.0) (2021-04-01) diff --git a/packages/fuselage-hooks/package.json b/packages/fuselage-hooks/package.json index 436ea8ede3..530521bafe 100644 --- a/packages/fuselage-hooks/package.json +++ b/packages/fuselage-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage-hooks", - "version": "0.23.0", + "version": "0.24.0", "description": "React hooks for Fuselage, Rocket.Chat's design system and UI toolkit", "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", "author": { @@ -50,9 +50,9 @@ "devDependencies": { "@microsoft/api-documenter": "^7.8.21", "@microsoft/api-extractor": "^7.9.2", - "@rocket.chat/eslint-config-alt": "^0.23.0", - "@rocket.chat/fuselage-tokens": "^0.23.0", - "@rocket.chat/prettier-config": "^0.23.0", + "@rocket.chat/eslint-config-alt": "^0.24.0", + "@rocket.chat/fuselage-tokens": "^0.24.0", + "@rocket.chat/prettier-config": "^0.24.0", "@rollup/plugin-commonjs": "^15.1.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^9.0.0", diff --git a/packages/fuselage-polyfills/CHANGELOG.md b/packages/fuselage-polyfills/CHANGELOG.md index 64003fa544..e035fb2546 100644 --- a/packages/fuselage-polyfills/CHANGELOG.md +++ b/packages/fuselage-polyfills/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.24.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.23.0...v0.24.0) (2021-04-28) + +**Note:** Version bump only for package @rocket.chat/fuselage-polyfills + + + + + # [0.23.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.22.0...v0.23.0) (2021-04-01) **Note:** Version bump only for package @rocket.chat/fuselage-polyfills diff --git a/packages/fuselage-polyfills/package.json b/packages/fuselage-polyfills/package.json index 6b2ea8c3e0..abb96feef5 100644 --- a/packages/fuselage-polyfills/package.json +++ b/packages/fuselage-polyfills/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage-polyfills", - "version": "0.23.0", + "version": "0.24.0", "description": "A bundle of useful poly/ponyfills used by fuselage", "author": { "name": "Rocket.Chat", @@ -29,8 +29,8 @@ "new-event-polyfill": "^1.0.1" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "^0.23.0", - "@rocket.chat/prettier-config": "^0.23.0", + "@rocket.chat/eslint-config-alt": "^0.24.0", + "@rocket.chat/prettier-config": "^0.24.0", "eslint": "^7.24.0", "lint-staged": "^10.5.4", "prettier": "^2.2.1" diff --git a/packages/fuselage-tokens/CHANGELOG.md b/packages/fuselage-tokens/CHANGELOG.md index 905393a4d6..3875871332 100644 --- a/packages/fuselage-tokens/CHANGELOG.md +++ b/packages/fuselage-tokens/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.24.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.23.0...v0.24.0) (2021-04-28) + +**Note:** Version bump only for package @rocket.chat/fuselage-tokens + + + + + # [0.23.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.22.0...v0.23.0) (2021-04-01) diff --git a/packages/fuselage-tokens/package.json b/packages/fuselage-tokens/package.json index 9259b8a4a9..37438362c4 100644 --- a/packages/fuselage-tokens/package.json +++ b/packages/fuselage-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage-tokens", - "version": "0.23.0", + "version": "0.24.0", "description": "Design tokens for Fuselage, Rocket.Chat's design system", "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", "author": { @@ -39,8 +39,8 @@ "lint-staged": "lint-staged" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "^0.23.0", - "@rocket.chat/prettier-config": "^0.23.0", + "@rocket.chat/eslint-config-alt": "^0.24.0", + "@rocket.chat/prettier-config": "^0.24.0", "eslint": "^7.24.0", "eslint-config-prettier": "^8.2.0", "eslint-plugin-import": "^2.22.1", diff --git a/packages/fuselage-ui-kit/CHANGELOG.md b/packages/fuselage-ui-kit/CHANGELOG.md index caeff6608c..3435a13780 100644 --- a/packages/fuselage-ui-kit/CHANGELOG.md +++ b/packages/fuselage-ui-kit/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.24.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.23.0...v0.24.0) (2021-04-28) + + +### Features + +* [@rocket](https://github.com/rocket).chat/string-helpers ([#431](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/431)) ([2509d6a](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2509d6acdbe5ec8b216e8d4430373797c5f5dfe2)) + + + + + # [0.23.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.22.0...v0.23.0) (2021-04-01) diff --git a/packages/fuselage-ui-kit/package.json b/packages/fuselage-ui-kit/package.json index f3455a08f2..2926df8d88 100644 --- a/packages/fuselage-ui-kit/package.json +++ b/packages/fuselage-ui-kit/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage-ui-kit", - "version": "0.23.0", + "version": "0.24.0", "description": "UiKit elements for Rocket.Chat Apps built under Fuselage design system", "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", "author": { @@ -58,13 +58,13 @@ "@babel/preset-env": "^7.11.5", "@babel/preset-react": "^7.10.4", "@rocket.chat/apps-engine": "^1.17.0", - "@rocket.chat/eslint-config-alt": "^0.23.0", - "@rocket.chat/fuselage": "^0.23.0", - "@rocket.chat/fuselage-hooks": "^0.23.0", - "@rocket.chat/fuselage-polyfills": "^0.23.0", - "@rocket.chat/icons": "^0.23.0", - "@rocket.chat/prettier-config": "^0.23.0", - "@rocket.chat/ui-kit": "^0.23.0", + "@rocket.chat/eslint-config-alt": "^0.24.0", + "@rocket.chat/fuselage": "^0.24.0", + "@rocket.chat/fuselage-hooks": "^0.24.0", + "@rocket.chat/fuselage-polyfills": "^0.24.0", + "@rocket.chat/icons": "^0.24.0", + "@rocket.chat/prettier-config": "^0.24.0", + "@rocket.chat/ui-kit": "^0.24.0", "@storybook/addon-essentials": "^6.1.11", "@storybook/addons": "^6.1.11", "@storybook/react": "^6.1.11", diff --git a/packages/fuselage/CHANGELOG.md b/packages/fuselage/CHANGELOG.md index fbaa1fa76c..b46355aea5 100644 --- a/packages/fuselage/CHANGELOG.md +++ b/packages/fuselage/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.24.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.23.0...v0.24.0) (2021-04-28) + + +### Bug Fixes + +* Add more props to Throbber type definition ([#429](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/429)) ([2516d42](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2516d42bcf9c87ed5d51bdfbe149b1ef65d61ab0)) +* Change highlighted style ([#422](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/422)) ([245de4f](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/245de4f0777dc6143e6faf50a1d398d359f247b0)) +* Hollow shapes for status ([#430](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/430)) ([bc29d2d](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/bc29d2de260439263cba413ada13bb77f6b557c9)) +* Modal close button size ([#420](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/420)) ([6279f69](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/6279f69af48329bb6908a9f428b942b1f961c892)) +* MultiSelect close on click when opened ([#418](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/418)) ([1e4b30b](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/1e4b30bac334e7ecc10840be84c69c015660f29c)) +* Pagination and Select prop types ([#436](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/436)) ([0461f41](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/0461f41c8676c4d90ecc28a26939b206802721e0)) +* Prefer null over undefined on BoxTransforms ([#426](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/426)) ([9cba6b8](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/9cba6b802b0250d0d6704bfccc96bd7ca62cc5e6)) +* Remove reference to inexistent interface ([#424](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/424)) ([dcf43c2](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/dcf43c232fd9b01161b76883b85a01356c80e774)) +* Select option don't toggle on clicking the close icon ([#417](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/417)) ([4401d94](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/4401d94be1f93e192f89c433efb53ba3b1840fc4)) +* Set highlighted class to Sidebar.Item.Icon ([#433](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/433)) ([b550f49](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/b550f4944a11aae34608d0e7dc112de21594eaa3)) +* Status bullet sizing ([#440](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/440)) ([f70156e](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/f70156ed3adc534865c841e19f115704232d860f)) +* Tabs design update ([#427](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/427)) ([a34c7cd](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/a34c7cd9a873b4568bd3e099155c32f743e5c599)) +* Typings for ProgressBar ([#438](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/438)) ([6ea5648](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/6ea56486164a01b100b5941976902341daeb61dd)) + + +### Features + +* [@rocket](https://github.com/rocket).chat/string-helpers ([#431](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/431)) ([2509d6a](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2509d6acdbe5ec8b216e8d4430373797c5f5dfe2)) +* Tabs Design Margin ([#437](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/437)) ([c92386f](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/c92386f6eee7cbe2b1df8053369f7856b74d8c95)) + + + + + # [0.23.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.22.0...v0.23.0) (2021-04-01) diff --git a/packages/fuselage/package.json b/packages/fuselage/package.json index bbca462241..6be30488ed 100644 --- a/packages/fuselage/package.json +++ b/packages/fuselage/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage", - "version": "0.23.0", + "version": "0.24.0", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" @@ -57,9 +57,9 @@ "react-dom": "^17.0.2" }, "dependencies": { - "@rocket.chat/css-in-js": "^0.23.0", - "@rocket.chat/fuselage-tokens": "^0.23.0", - "@rocket.chat/memo": "^0.23.0", + "@rocket.chat/css-in-js": "^0.24.0", + "@rocket.chat/fuselage-tokens": "^0.24.0", + "@rocket.chat/memo": "^0.24.0", "invariant": "^2.2.4", "react-keyed-flatten-children": "^1.3.0" }, @@ -71,11 +71,11 @@ "@babel/preset-env": "^7.11.5", "@babel/preset-react": "^7.10.4", "@rocket.chat/eslint-config": "^0.4.0", - "@rocket.chat/eslint-config-alt": "^0.23.0", - "@rocket.chat/fuselage-hooks": "^0.23.0", - "@rocket.chat/fuselage-polyfills": "^0.23.0", - "@rocket.chat/icons": "^0.23.0", - "@rocket.chat/prettier-config": "^0.23.0", + "@rocket.chat/eslint-config-alt": "^0.24.0", + "@rocket.chat/fuselage-hooks": "^0.24.0", + "@rocket.chat/fuselage-polyfills": "^0.24.0", + "@rocket.chat/icons": "^0.24.0", + "@rocket.chat/prettier-config": "^0.24.0", "@storybook/addon-essentials": "^6.1.11", "@storybook/addon-jest": "^6.1.11", "@storybook/addon-links": "^6.1.11", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 821211842a..79e6dfbdcb 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.24.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.23.0...v0.24.0) (2021-04-28) + +**Note:** Version bump only for package @rocket.chat/icons + + + + + # [0.23.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.22.0...v0.23.0) (2021-04-01) diff --git a/packages/icons/package.json b/packages/icons/package.json index 84dae7c3b0..838ea5c9ff 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/icons", - "version": "0.23.0", + "version": "0.24.0", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" @@ -29,8 +29,8 @@ "lint-staged": "lint-staged" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "^0.23.0", - "@rocket.chat/prettier-config": "^0.23.0", + "@rocket.chat/eslint-config-alt": "^0.24.0", + "@rocket.chat/prettier-config": "^0.24.0", "eslint": "^7.24.0", "glob": "^7.1.6", "lint-staged": "^10.5.4", diff --git a/packages/memo/CHANGELOG.md b/packages/memo/CHANGELOG.md index 3aac768224..69c4c09deb 100644 --- a/packages/memo/CHANGELOG.md +++ b/packages/memo/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.24.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.23.0...v0.24.0) (2021-04-28) + + +### Features + +* [@rocket](https://github.com/rocket).chat/string-helpers ([#431](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/431)) ([2509d6a](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2509d6acdbe5ec8b216e8d4430373797c5f5dfe2)) + + + + + # [0.23.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.22.0...v0.23.0) (2021-04-01) diff --git a/packages/memo/package.json b/packages/memo/package.json index 2ee4befa94..044ba4813b 100644 --- a/packages/memo/package.json +++ b/packages/memo/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/memo", - "version": "0.23.0", + "version": "0.24.0", "description": "Memoization utilities", "keywords": [ "memoize" @@ -38,8 +38,8 @@ "url": "https://github.com/RocketChat/Rocket.Chat.Fuselage/issues" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "^0.23.0", - "@rocket.chat/prettier-config": "^0.23.0", + "@rocket.chat/eslint-config-alt": "^0.24.0", + "@rocket.chat/prettier-config": "^0.24.0", "eslint": "^7.18.0", "eslint-config-prettier": "^7.2.0", "eslint-plugin-import": "^2.22.1", diff --git a/packages/mp3-encoder/CHANGELOG.md b/packages/mp3-encoder/CHANGELOG.md index 1a8f89dc2e..cb138cd61a 100644 --- a/packages/mp3-encoder/CHANGELOG.md +++ b/packages/mp3-encoder/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.24.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.23.0...v0.24.0) (2021-04-28) + + +### Features + +* [@rocket](https://github.com/rocket).chat/string-helpers ([#431](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/431)) ([2509d6a](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2509d6acdbe5ec8b216e8d4430373797c5f5dfe2)) + + + + + # [0.23.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.22.0...v0.23.0) (2021-04-01) diff --git a/packages/mp3-encoder/package.json b/packages/mp3-encoder/package.json index 8207d16018..91aea1f73e 100644 --- a/packages/mp3-encoder/package.json +++ b/packages/mp3-encoder/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/mp3-encoder", - "version": "0.23.0", + "version": "0.24.0", "description": "A LAME encoder to be used in web workers", "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", "author": { @@ -48,8 +48,8 @@ "@babel/plugin-transform-runtime": "^7.12.10", "@babel/preset-env": "^7.12.11", "@babel/preset-typescript": "^7.12.7", - "@rocket.chat/eslint-config-alt": "^0.23.0", - "@rocket.chat/prettier-config": "^0.23.0", + "@rocket.chat/eslint-config-alt": "^0.24.0", + "@rocket.chat/prettier-config": "^0.24.0", "@rollup/plugin-commonjs": "^17.0.0", "@rollup/plugin-node-resolve": "^11.0.1", "@rollup/plugin-typescript": "^8.1.0", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md new file mode 100644 index 0000000000..b0c89e6506 --- /dev/null +++ b/packages/prettier-config/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.24.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.23.0...v0.24.0) (2021-04-28) + +**Note:** Version bump only for package @rocket.chat/prettier-config diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 667ac0f74e..9ff1da8b32 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/prettier-config", "description": "Prettier configuration for Rocket.Chat repositories", - "version": "0.23.0", + "version": "0.24.0", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" @@ -38,7 +38,7 @@ }, "devDependencies": { "@rocket.chat/eslint-config": "^0.4.0", - "@rocket.chat/eslint-config-alt": "^0.23.0", + "@rocket.chat/eslint-config-alt": "^0.24.0", "eslint": "^7.24.0", "eslint-config-prettier": "^8.2.0", "eslint-plugin-import": "^2.22.1", diff --git a/packages/string-helpers/CHANGELOG.md b/packages/string-helpers/CHANGELOG.md new file mode 100644 index 0000000000..b4e17481a6 --- /dev/null +++ b/packages/string-helpers/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.24.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.23.0...v0.24.0) (2021-04-28) + + +### Features + +* [@rocket](https://github.com/rocket).chat/string-helpers ([#431](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/431)) ([2509d6a](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2509d6acdbe5ec8b216e8d4430373797c5f5dfe2)) diff --git a/packages/string-helpers/package.json b/packages/string-helpers/package.json index 379fbc0402..7c2d83452a 100644 --- a/packages/string-helpers/package.json +++ b/packages/string-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/string-helpers", - "version": "0.23.0", + "version": "0.24.0", "description": "Helper functions for string manipulation", "keywords": [ "string", @@ -48,8 +48,8 @@ "url": "https://github.com/RocketChat/Rocket.Chat.Fuselage/issues" }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "^0.23.0", - "@rocket.chat/prettier-config": "^0.23.0", + "@rocket.chat/eslint-config-alt": "^0.24.0", + "@rocket.chat/prettier-config": "^0.24.0", "@types/jest": "^26.0.22", "downlevel-dts": "^0.7.0", "eslint": "^7.24.0", diff --git a/packages/ui-kit/CHANGELOG.md b/packages/ui-kit/CHANGELOG.md index e3492ccf94..5dab89ef0f 100644 --- a/packages/ui-kit/CHANGELOG.md +++ b/packages/ui-kit/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.24.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.23.0...v0.24.0) (2021-04-28) + + +### Features + +* [@rocket](https://github.com/rocket).chat/string-helpers ([#431](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/431)) ([2509d6a](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2509d6acdbe5ec8b216e8d4430373797c5f5dfe2)) + + + + + # [0.23.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.22.0...v0.23.0) (2021-04-01) diff --git a/packages/ui-kit/package.json b/packages/ui-kit/package.json index d13f64cefd..1258f4382e 100644 --- a/packages/ui-kit/package.json +++ b/packages/ui-kit/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-kit", - "version": "0.23.0", + "version": "0.24.0", "description": "Interactive UI elements for Rocket.Chat Apps", "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", "author": { @@ -39,8 +39,8 @@ "@babel/eslint-parser": "^7.12.1", "@babel/plugin-transform-runtime": "^7.12.10", "@babel/preset-env": "^7.12.11", - "@rocket.chat/eslint-config-alt": "^0.23.0", - "@rocket.chat/prettier-config": "^0.23.0", + "@rocket.chat/eslint-config-alt": "^0.24.0", + "@rocket.chat/prettier-config": "^0.24.0", "@types/jest": "^26.0.22", "babel-loader": "^8.1.0", "documentation": "^13.2.1", diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md new file mode 100644 index 0000000000..5b97f497c1 --- /dev/null +++ b/scripts/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.24.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.23.0...v0.24.0) (2021-04-28) + +**Note:** Version bump only for package scripts diff --git a/scripts/package.json b/scripts/package.json index 2f12044123..fd06093da8 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -11,8 +11,8 @@ "lint-fix": "eslint --fix ." }, "devDependencies": { - "@rocket.chat/eslint-config-alt": "^0.23.0", - "@rocket.chat/prettier-config": "^0.23.0", + "@rocket.chat/eslint-config-alt": "^0.24.0", + "@rocket.chat/prettier-config": "^0.24.0", "@types/node": "^14.14.41", "@typescript-eslint/parser": "^4.22.0", "eslint": "^7.24.0", @@ -21,5 +21,6 @@ "prettier": "^2.2.1", "ts-node": "^9.1.1", "typescript": "^4.2.4" - } + }, + "version": "0.24.0" }