Skip to content

Commit

Permalink
release: run changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
markacianfrani committed Nov 21, 2022
1 parent 431bd04 commit 69579fa
Show file tree
Hide file tree
Showing 20 changed files with 237 additions and 173 deletions.
8 changes: 0 additions & 8 deletions .changeset/angry-garlics-deliver.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/chilled-goats-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-actors-behave.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/flat-cups-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-kings-smell.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/nasty-oranges-greet.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/popular-ladybugs-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-horses-ring.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/warm-rice-divide.md

This file was deleted.

56 changes: 56 additions & 0 deletions packages/angular-workspace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
101 changes: 2 additions & 99 deletions packages/angular-workspace/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/angular-workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-workspace",
"version": "7.2.0",
"version": "7.3.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -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"
Expand Down
56 changes: 56 additions & 0 deletions packages/angular-workspace/projects/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading

0 comments on commit 69579fa

Please sign in to comment.