Skip to content

Commit

Permalink
chore: bump, changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
micahjones13 committed Sep 30, 2024
1 parent 6b6b003 commit a9c4b31
Show file tree
Hide file tree
Showing 21 changed files with 112 additions and 209 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-items-unite.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/mighty-forks-knock.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/slow-schools-grow.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/swift-pans-chew.md

This file was deleted.

24 changes: 21 additions & 3 deletions packages/angular-workspace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @astrouxds/angular

## 7.23.0

### Minor Changes

#### Tabs

- Added a new 'actions' slot to allow for tab actions on individual tabs (such as closing a tab), without firing off the `ruxselected` event.

### Patch Changes

#### Button

- Fixed button bug when clicking and dragging over an icon-only, borderless button

#### Input

- Fixed an issue causing caret navigation to appear innappropriately within input

## 7.22.1

### Patch Changes
Expand All @@ -14,21 +32,21 @@

#### Toast

- Added a new status prop and the ability to resize toast close icon via the new iconSize CSS prop.
- Added a new status prop and the ability to resize toast close icon via the new iconSize CSS prop.

## 7.21.0

### Minor Changes

#### Timeline

- Updated timeline to support Month and Week intervals for displaying data and allow zoom to be < 1
- Updated timeline to support Month and Week intervals for displaying data and allow zoom to be < 1

### Patch Changes

#### Pop Up

- Resolved console log error
- Resolved console log error

## 7.20.0

Expand Down
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.22.1",
"version": "7.23.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -24,7 +24,7 @@
"@angular/platform-browser": "~13.2.7",
"@angular/platform-browser-dynamic": "~13.2.7",
"@angular/router": "~13.2.7",
"@astrouxds/astro-web-components": "^7.22.1",
"@astrouxds/astro-web-components": "^7.23.0",
"rxjs": "~7.5.7",
"tslib": "^2.4.1",
"zone.js": "~0.11.8"
Expand Down
18 changes: 18 additions & 0 deletions packages/angular-workspace/projects/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @astrouxds/angular

## 7.23.0

### Minor Changes

#### Tabs

- Added a new 'actions' slot to allow for tab actions on individual tabs (such as closing a tab), without firing off the `ruxselected` event.

### Patch Changes

#### Button

- Fixed button bug when clicking and dragging over an icon-only, borderless button

#### Input

- Fixed an issue causing caret navigation to appear innappropriately within input

## 7.22.1

### Patch Changes
Expand Down

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/projects/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrouxds/angular",
"version": "7.22.1",
"version": "7.23.0",
"description": "Astro Web Components Angular Wrapper",
"license": "MIT",
"repository": {
Expand All @@ -12,7 +12,7 @@
"@angular/core": ">=12.0.0"
},
"dependencies": {
"@astrouxds/astro-web-components": "^7.22.1",
"@astrouxds/astro-web-components": "^7.23.0",
"tslib": "^2.4.1"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck

import * as d from './proxies';

Expand Down
7 changes: 7 additions & 0 deletions packages/framework-testing/astro-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# astro-angular

## 0.3.1

### Patch Changes

- d1cb7d94: Fixed button bug when clicking and dragging over an icon-only, borderless button
- 4c4e3bc8: Added missing footer slot documentation to storybook

## 0.3.0

### Minor Changes
Expand Down
153 changes: 0 additions & 153 deletions packages/framework-testing/astro-angular/package-lock.json

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

Loading

0 comments on commit a9c4b31

Please sign in to comment.