From 69579fa6a06ce632bc21e13f23d7c761da4d7c46 Mon Sep 17 00:00:00 2001 From: Mark Anthony Cianfrani Date: Mon, 21 Nov 2022 11:02:13 -0500 Subject: [PATCH] release: run changeset --- .changeset/angry-garlics-deliver.md | 8 -- .changeset/chilled-goats-argue.md | 8 -- .changeset/eighty-actors-behave.md | 5 - .changeset/flat-cups-sit.md | 8 -- .changeset/heavy-kings-smell.md | 5 - .changeset/nasty-oranges-greet.md | 8 -- .changeset/popular-ladybugs-jam.md | 8 -- .changeset/tasty-horses-ring.md | 5 - .changeset/warm-rice-divide.md | 8 -- packages/angular-workspace/CHANGELOG.md | 56 ++++++++++ packages/angular-workspace/package-lock.json | 101 +----------------- packages/angular-workspace/package.json | 4 +- .../projects/angular/CHANGELOG.md | 56 ++++++++++ .../projects/angular/package-lock.json | 4 +- .../projects/angular/package.json | 4 +- packages/react/CHANGELOG.md | 56 ++++++++++ packages/react/package-lock.json | 4 +- packages/react/package.json | 4 +- packages/web-components/CHANGELOG.md | 56 ++++++++++ packages/web-components/package.json | 2 +- 20 files changed, 237 insertions(+), 173 deletions(-) delete mode 100644 .changeset/angry-garlics-deliver.md delete mode 100644 .changeset/chilled-goats-argue.md delete mode 100644 .changeset/eighty-actors-behave.md delete mode 100644 .changeset/flat-cups-sit.md delete mode 100644 .changeset/heavy-kings-smell.md delete mode 100644 .changeset/nasty-oranges-greet.md delete mode 100644 .changeset/popular-ladybugs-jam.md delete mode 100644 .changeset/tasty-horses-ring.md delete mode 100644 .changeset/warm-rice-divide.md diff --git a/.changeset/angry-garlics-deliver.md b/.changeset/angry-garlics-deliver.md deleted file mode 100644 index 940bed653..000000000 --- a/.changeset/angry-garlics-deliver.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@astrouxds/astro-web-components": patch -"angular-workspace": patch -"@astrouxds/angular": patch -"@astrouxds/react": patch ---- - -Added `cursor: pointer` to enabled rux-tabs. diff --git a/.changeset/chilled-goats-argue.md b/.changeset/chilled-goats-argue.md deleted file mode 100644 index cde84246b..000000000 --- a/.changeset/chilled-goats-argue.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@astrouxds/astro-web-components": patch -"angular-workspace": patch -"@astrouxds/angular": patch -"@astrouxds/react": patch ---- - -`rux-option` and `rux-option-group` now reflect the `title` attribute if it is provided. diff --git a/.changeset/eighty-actors-behave.md b/.changeset/eighty-actors-behave.md deleted file mode 100644 index d17519b64..000000000 --- a/.changeset/eighty-actors-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrouxds/astro-web-components": minor ---- - -Fixing an issue where wrapping rux-monitoring-icon and rux-monitoring-progress-icon in display: grid was causing layout shift, along with an issue where the cursor: pointer attribute on rux-push-button was misplaced." diff --git a/.changeset/flat-cups-sit.md b/.changeset/flat-cups-sit.md deleted file mode 100644 index 8aa760d12..000000000 --- a/.changeset/flat-cups-sit.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@astrouxds/astro-web-components": patch -"angular-workspace": patch -"@astrouxds/angular": patch -"@astrouxds/react": patch ---- - -Fixed an issue where the `strategy` prop of `rux-pop-up` was not applying correctly. diff --git a/.changeset/heavy-kings-smell.md b/.changeset/heavy-kings-smell.md deleted file mode 100644 index 85a85a234..000000000 --- a/.changeset/heavy-kings-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrouxds/astro-web-components": patch ---- - -rux-notification: fix a bug where message prop was not showing if another slot was slotted in the component diff --git a/.changeset/nasty-oranges-greet.md b/.changeset/nasty-oranges-greet.md deleted file mode 100644 index 932951c54..000000000 --- a/.changeset/nasty-oranges-greet.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@astrouxds/astro-web-components": patch -"angular-workspace": patch -"@astrouxds/angular": patch -"@astrouxds/react": patch ---- - -Fixed an issue where the `message` prop of `rux-dialog` would not appear if being used with slots for header or footer. diff --git a/.changeset/popular-ladybugs-jam.md b/.changeset/popular-ladybugs-jam.md deleted file mode 100644 index 8e866a1cd..000000000 --- a/.changeset/popular-ladybugs-jam.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@astrouxds/astro-web-components": patch -"angular-workspace": patch -"@astrouxds/angular": patch -"@astrouxds/react": patch ---- - -Fixed some styling issues on rux-select where the border color would still change on hover when rux-select was disabled. Added correct curors to rux-select. diff --git a/.changeset/tasty-horses-ring.md b/.changeset/tasty-horses-ring.md deleted file mode 100644 index b314dda15..000000000 --- a/.changeset/tasty-horses-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrouxds/astro-web-components": minor ---- - -Rux-status when no default status was supplied showed up as blank, now if no status is supplied it will default to 'normal' diff --git a/.changeset/warm-rice-divide.md b/.changeset/warm-rice-divide.md deleted file mode 100644 index d27acbd88..000000000 --- a/.changeset/warm-rice-divide.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@astrouxds/astro-web-components": patch -"angular-workspace": patch -"@astrouxds/angular": patch -"@astrouxds/react": patch ---- - -Added a `cursor: pointer` to an enabled rux-segmented-button. diff --git a/packages/angular-workspace/CHANGELOG.md b/packages/angular-workspace/CHANGELOG.md index 8b332a0ea..4fd20dfdd 100644 --- a/packages/angular-workspace/CHANGELOG.md +++ b/packages/angular-workspace/CHANGELOG.md @@ -1,5 +1,61 @@ # @astrouxds/angular +## 7.3.0 + +### Minor Changes + +#### Option + +- The `title` attribute will now reflect to the Shadow DOM + +#### Option Group + +- The `title` attribute will now reflect to the Shadow DOM + +#### Status + +- The `status` property now defaults to `normal`. + +#### Tabs + +- Added `cursor: pointer` style. + +### Patch Changes + +#### Monitoring Icon + +- Fixed layout shift when using `display: grid` + +#### Monitoring Progress Icon + +- Fixed layout shift when using `display: grid` + +#### Push Button + +- Fixed issue with `cursor: pointer` + +#### Pop Up + +- Fixed an issue where the `strategy` prop of `rux-pop-up` was not applying correctly. + +#### Notification + +- Fixed a bug where message prop was not showing if another slot was slotted in the component. + +#### Dialog + +- Fixed an issue where the `message` prop would not appear if being used with slots for header or footer. + +#### Select + +- Fixed some styling issues on where the border color would still change on hover when disabled. + +- Added correct cursors. + +#### Segmented Button + +- Added a `cursor: pointer` when enabled. + ## 7.2.0 ### Minor Changes diff --git a/packages/angular-workspace/package-lock.json b/packages/angular-workspace/package-lock.json index 441ac1dc9..7dbe49fec 100644 --- a/packages/angular-workspace/package-lock.json +++ b/packages/angular-workspace/package-lock.json @@ -1,11 +1,11 @@ { "name": "angular-workspace", - "version": "7.2.0", + "version": "7.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "7.2.0", + "version": "7.3.0", "dependencies": { "@angular/animations": "~13.2.0", "@angular/common": "~13.2.0", @@ -15,7 +15,6 @@ "@angular/platform-browser": "~13.2.0", "@angular/platform-browser-dynamic": "~13.2.0", "@angular/router": "~13.2.0", - "@astrouxds/astro-web-components": "^7.2.0", "rxjs": "~7.5.0", "tslib": "^2.3.0", "zone.js": "~0.11.4" @@ -628,17 +627,6 @@ "dev": true, "license": "Apache-2.0" }, - "node_modules/@astrouxds/astro-web-components": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@astrouxds/astro-web-components/-/astro-web-components-7.2.0.tgz", - "integrity": "sha512-3l4JNn1sRCUz9m8UlTMA2eYcOlF7Pe73AysXONZ67TYeCwtRTtBfV1DUNytm8BEpsjGqpbyYOmzeb0Tu67hFKQ==", - "dependencies": { - "@floating-ui/dom": "~1.0.1", - "@stencil/core": "~2.18.0", - "date-fns": "~2.21.1", - "date-fns-tz": "~1.3.3" - } - }, "node_modules/@babel/code-frame": { "version": "7.16.7", "dev": true, @@ -2200,19 +2188,6 @@ "node": ">=10.0.0" } }, - "node_modules/@floating-ui/core": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.0.2.tgz", - "integrity": "sha512-Skfy0YS3NJ5nV9us0uuPN0HDk1Q4edljaOhRBJGDWs9EBa7ZVMYBHRFlhLvvmwEoaIM9BlH6QJFn9/uZg0bACg==" - }, - "node_modules/@floating-ui/dom": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.0.6.tgz", - "integrity": "sha512-kt/tg1oip9OAH1xjCTcx1OpcUpu9rjDw3GKJ/rEhUqhO7QyJWfrHU0DpLTNsH67+JyFL5Kv9X1utsXwKFVtyEQ==", - "dependencies": { - "@floating-ui/core": "^1.0.2" - } - }, "node_modules/@gar/promisify": { "version": "1.1.3", "dev": true, @@ -2502,18 +2477,6 @@ "yarn": ">= 1.13.0" } }, - "node_modules/@stencil/core": { - "version": "2.18.1", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.18.1.tgz", - "integrity": "sha512-/fXkh1lwZ+X9JQCw50mPjhBogzEHOBvVC5pLoDLZqodVYK0DGWILM2YLV4dcIUBNEK8/HMDpO/Rq81/rS3mNOw==", - "bin": { - "stencil": "bin/stencil" - }, - "engines": { - "node": ">=12.10.0", - "npm": ">=6.0.0" - } - }, "node_modules/@tootallnate/once": { "version": "1.1.2", "dev": true, @@ -4306,26 +4269,6 @@ "dev": true, "license": "MIT" }, - "node_modules/date-fns": { - "version": "2.21.3", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.21.3.tgz", - "integrity": "sha512-HeYdzCaFflc1i4tGbj7JKMjM4cKGYoyxwcIIkHzNgCkX8xXDNJDZXgDDVchIWpN4eQc3lH37WarduXFZJOtxfw==", - "engines": { - "node": ">=0.11" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/date-fns" - } - }, - "node_modules/date-fns-tz": { - "version": "1.3.7", - "resolved": "https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-1.3.7.tgz", - "integrity": "sha512-1t1b8zyJo+UI8aR+g3iqr5fkUHWpd58VBx8J/ZSQ+w7YrGlw80Ag4sA86qkfCXRBLmMc4I2US+aPMd4uKvwj5g==", - "peerDependencies": { - "date-fns": ">=2.0.0" - } - }, "node_modules/date-format": { "version": "4.0.11", "dev": true, @@ -11231,17 +11174,6 @@ "version": "0.10.1", "dev": true }, - "@astrouxds/astro-web-components": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@astrouxds/astro-web-components/-/astro-web-components-7.2.0.tgz", - "integrity": "sha512-3l4JNn1sRCUz9m8UlTMA2eYcOlF7Pe73AysXONZ67TYeCwtRTtBfV1DUNytm8BEpsjGqpbyYOmzeb0Tu67hFKQ==", - "requires": { - "@floating-ui/dom": "~1.0.1", - "@stencil/core": "~2.18.0", - "date-fns": "~2.21.1", - "date-fns-tz": "~1.3.3" - } - }, "@babel/code-frame": { "version": "7.16.7", "dev": true, @@ -12187,19 +12119,6 @@ "version": "0.5.6", "dev": true }, - "@floating-ui/core": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.0.2.tgz", - "integrity": "sha512-Skfy0YS3NJ5nV9us0uuPN0HDk1Q4edljaOhRBJGDWs9EBa7ZVMYBHRFlhLvvmwEoaIM9BlH6QJFn9/uZg0bACg==" - }, - "@floating-ui/dom": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.0.6.tgz", - "integrity": "sha512-kt/tg1oip9OAH1xjCTcx1OpcUpu9rjDw3GKJ/rEhUqhO7QyJWfrHU0DpLTNsH67+JyFL5Kv9X1utsXwKFVtyEQ==", - "requires": { - "@floating-ui/core": "^1.0.2" - } - }, "@gar/promisify": { "version": "1.1.3", "dev": true @@ -12387,11 +12306,6 @@ "jsonc-parser": "3.0.0" } }, - "@stencil/core": { - "version": "2.18.1", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.18.1.tgz", - "integrity": "sha512-/fXkh1lwZ+X9JQCw50mPjhBogzEHOBvVC5pLoDLZqodVYK0DGWILM2YLV4dcIUBNEK8/HMDpO/Rq81/rS3mNOw==" - }, "@tootallnate/once": { "version": "1.1.2", "dev": true @@ -13586,17 +13500,6 @@ "version": "1.0.1", "dev": true }, - "date-fns": { - "version": "2.21.3", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.21.3.tgz", - "integrity": "sha512-HeYdzCaFflc1i4tGbj7JKMjM4cKGYoyxwcIIkHzNgCkX8xXDNJDZXgDDVchIWpN4eQc3lH37WarduXFZJOtxfw==" - }, - "date-fns-tz": { - "version": "1.3.7", - "resolved": "https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-1.3.7.tgz", - "integrity": "sha512-1t1b8zyJo+UI8aR+g3iqr5fkUHWpd58VBx8J/ZSQ+w7YrGlw80Ag4sA86qkfCXRBLmMc4I2US+aPMd4uKvwj5g==", - "requires": {} - }, "date-format": { "version": "4.0.11", "dev": true diff --git a/packages/angular-workspace/package.json b/packages/angular-workspace/package.json index 80c4dcce3..46b4696ce 100644 --- a/packages/angular-workspace/package.json +++ b/packages/angular-workspace/package.json @@ -1,6 +1,6 @@ { "name": "angular-workspace", - "version": "7.2.0", + "version": "7.3.0", "scripts": { "ng": "ng", "start": "ng serve", @@ -23,7 +23,7 @@ "@angular/platform-browser": "~13.2.0", "@angular/platform-browser-dynamic": "~13.2.0", "@angular/router": "~13.2.0", - "@astrouxds/astro-web-components": "^7.2.0", + "@astrouxds/astro-web-components": "^7.3.0", "rxjs": "~7.5.0", "tslib": "^2.3.0", "zone.js": "~0.11.4" diff --git a/packages/angular-workspace/projects/angular/CHANGELOG.md b/packages/angular-workspace/projects/angular/CHANGELOG.md index e728d50d5..1ca727ab5 100644 --- a/packages/angular-workspace/projects/angular/CHANGELOG.md +++ b/packages/angular-workspace/projects/angular/CHANGELOG.md @@ -1,5 +1,61 @@ # @astrouxds/angular +## 7.3.0 + +### Minor Changes + +#### Option + +- The `title` attribute will now reflect to the Shadow DOM + +#### Option Group + +- The `title` attribute will now reflect to the Shadow DOM + +#### Status + +- The `status` property now defaults to `normal`. + +#### Tabs + +- Added `cursor: pointer` style. + +### Patch Changes + +#### Monitoring Icon + +- Fixed layout shift when using `display: grid` + +#### Monitoring Progress Icon + +- Fixed layout shift when using `display: grid` + +#### Push Button + +- Fixed issue with `cursor: pointer` + +#### Pop Up + +- Fixed an issue where the `strategy` prop of `rux-pop-up` was not applying correctly. + +#### Notification + +- Fixed a bug where message prop was not showing if another slot was slotted in the component. + +#### Dialog + +- Fixed an issue where the `message` prop would not appear if being used with slots for header or footer. + +#### Select + +- Fixed some styling issues on where the border color would still change on hover when disabled. + +- Added correct cursors. + +#### Segmented Button + +- Added a `cursor: pointer` when enabled. + ## 7.2.0 ### Minor Changes diff --git a/packages/angular-workspace/projects/angular/package-lock.json b/packages/angular-workspace/projects/angular/package-lock.json index 9dc92e603..707445ac3 100644 --- a/packages/angular-workspace/projects/angular/package-lock.json +++ b/packages/angular-workspace/projects/angular/package-lock.json @@ -1,12 +1,12 @@ { "name": "@astrouxds/angular", - "version": "7.1.1", + "version": "7.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@astrouxds/angular", - "version": "7.1.1", + "version": "7.2.0", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/packages/angular-workspace/projects/angular/package.json b/packages/angular-workspace/projects/angular/package.json index 1fbad095e..0b5405835 100644 --- a/packages/angular-workspace/projects/angular/package.json +++ b/packages/angular-workspace/projects/angular/package.json @@ -1,6 +1,6 @@ { "name": "@astrouxds/angular", - "version": "7.2.0", + "version": "7.2.1", "description": "Astro Web Components Angular Wrapper", "license": "MIT", "repository": { @@ -12,7 +12,7 @@ "@angular/core": ">=12.0.0" }, "dependencies": { - "@astrouxds/astro-web-components": "^7.2.0", + "@astrouxds/astro-web-components": "^7.3.0", "tslib": "^2.3.0" } } diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 31038f3a2..ba6c953de 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,61 @@ # @astrouxds/react +## 7.3.0 + +### Minor Changes + +#### Option + +- The `title` attribute will now reflect to the Shadow DOM + +#### Option Group + +- The `title` attribute will now reflect to the Shadow DOM + +#### Status + +- The `status` property now defaults to `normal`. + +#### Tabs + +- Added `cursor: pointer` style. + +### Patch Changes + +#### Monitoring Icon + +- Fixed layout shift when using `display: grid` + +#### Monitoring Progress Icon + +- Fixed layout shift when using `display: grid` + +#### Push Button + +- Fixed issue with `cursor: pointer` + +#### Pop Up + +- Fixed an issue where the `strategy` prop of `rux-pop-up` was not applying correctly. + +#### Notification + +- Fixed a bug where message prop was not showing if another slot was slotted in the component. + +#### Dialog + +- Fixed an issue where the `message` prop would not appear if being used with slots for header or footer. + +#### Select + +- Fixed some styling issues on where the border color would still change on hover when disabled. + +- Added correct cursors. + +#### Segmented Button + +- Added a `cursor: pointer` when enabled. + ## 7.2.0 ### Minor Changes diff --git a/packages/react/package-lock.json b/packages/react/package-lock.json index 96fd8a885..1b0de3696 100644 --- a/packages/react/package-lock.json +++ b/packages/react/package-lock.json @@ -1,12 +1,12 @@ { "name": "@astrouxds/react", - "version": "7.1.1", + "version": "7.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@astrouxds/react", - "version": "7.1.1", + "version": "7.3.0", "devDependencies": { "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.1.0", diff --git a/packages/react/package.json b/packages/react/package.json index c25b26da2..5d6270763 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@astrouxds/react", "sideEffects": false, - "version": "7.2.0", + "version": "7.3.0", "description": "Astro Web Components React Wrapper", "repository": { "type": "git", @@ -40,7 +40,7 @@ "typescript": "^4.6.3" }, "dependencies": { - "@astrouxds/astro-web-components": "^7.2.0" + "@astrouxds/astro-web-components": "^7.3.0" }, "peerDependencies": { "react": ">=17.0.0", diff --git a/packages/web-components/CHANGELOG.md b/packages/web-components/CHANGELOG.md index 9e6ae82d1..faabc4328 100644 --- a/packages/web-components/CHANGELOG.md +++ b/packages/web-components/CHANGELOG.md @@ -1,5 +1,61 @@ # @astrouxds/astro-web-components +## 7.3.0 + +### Minor Changes + +#### Option + +- The `title` attribute will now reflect to the Shadow DOM + +#### Option Group + +- The `title` attribute will now reflect to the Shadow DOM + +#### Status + +- The `status` property now defaults to `normal`. + +#### Tabs + +- Added `cursor: pointer` style. + +### Patch Changes + +#### Monitoring Icon + +- Fixed layout shift when using `display: grid` + +#### Monitoring Progress Icon + +- Fixed layout shift when using `display: grid` + +#### Push Button + +- Fixed issue with `cursor: pointer` + +#### Pop Up + +- Fixed an issue where the `strategy` prop of `rux-pop-up` was not applying correctly. + +#### Notification + +- Fixed a bug where message prop was not showing if another slot was slotted in the component. + +#### Dialog + +- Fixed an issue where the `message` prop would not appear if being used with slots for header or footer. + +#### Select + +- Fixed some styling issues on where the border color would still change on hover when disabled. + +- Added correct cursors. + +#### Segmented Button + +- Added a `cursor: pointer` when enabled. + ## 7.2.0 ### Minor Changes diff --git a/packages/web-components/package.json b/packages/web-components/package.json index e0c1686c3..bcf0be050 100644 --- a/packages/web-components/package.json +++ b/packages/web-components/package.json @@ -1,6 +1,6 @@ { "name": "@astrouxds/astro-web-components", - "version": "7.2.0", + "version": "7.3.0", "description": "Astro Web Components", "main": "dist/index.cjs.js", "module": "dist/index.js",