Skip to content

Commit 25c77b5

Browse files
Version Packages
1 parent 89c6be7 commit 25c77b5

File tree

5 files changed

+19
-11
lines changed

5 files changed

+19
-11
lines changed

.changeset/mighty-emus-stare.md

-6
This file was deleted.

packages/angular-workspace/projects/angular/CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,28 @@
11
# @astrouxds/angular
22

3+
## 7.24.2
4+
5+
### Patch Changes
6+
7+
- 89c6be77: Rux-accordion css fix for new Chrome version
8+
- Updated dependencies [89c6be77]
9+
- @astrouxds/astro-web-components@7.24.2
10+
311
## 7.24.1
412

513
### Patch Changes
614

715
#### Accordion
816

9-
- CSS fix for accordion-item for Chrome version 131.0.6778.70.
17+
- CSS fix for accordion-item for Chrome version 131.0.6778.70.
1018

1119
## 7.24.0
1220

1321
### Minor Changes
1422

1523
#### Input
1624

17-
- Added minlength and maxlength props
25+
- Added minlength and maxlength props
1826

1927
## 7.23.0
2028

packages/angular-workspace/projects/angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@astrouxds/angular",
3-
"version": "7.24.1",
3+
"version": "7.24.2",
44
"description": "Astro Web Components Angular Wrapper",
55
"license": "MIT",
66
"repository": {
@@ -12,7 +12,7 @@
1212
"@angular/core": ">=12.0.0"
1313
},
1414
"dependencies": {
15-
"@astrouxds/astro-web-components": "^7.24.1",
15+
"@astrouxds/astro-web-components": "^7.24.2",
1616
"tslib": "^2.4.1"
1717
}
1818
}

packages/web-components/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @astrouxds/astro-web-components
22

3+
## 7.24.2
4+
5+
### Patch Changes
6+
7+
- 89c6be77: Rux-accordion css fix for new Chrome version
8+
39
## 7.24.1
410

511
### Patch Changes

packages/web-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@astrouxds/astro-web-components",
3-
"version": "7.24.1",
3+
"version": "7.24.2",
44
"description": "Astro Web Components",
55
"homepage": "https://astro-components.netlify.app/?path=/story/astro-uxds-welcome-start-here--page",
66
"repository": {

0 commit comments

Comments
 (0)