Skip to content

Commit 11a1427

Browse files
Version Packages
1 parent 44237a2 commit 11a1427

File tree

15 files changed

+86
-35
lines changed

15 files changed

+86
-35
lines changed

.changeset/strong-ravens-build.md

-11
This file was deleted.

packages/angular-workspace/CHANGELOG.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,33 @@
11
# @astrouxds/angular
22

3+
## 7.24.0
4+
5+
### Minor Changes
6+
7+
- 44237a22: Added minlength and maxlength to rux-input
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [44237a22]
12+
- @astrouxds/astro-web-components@7.24.0
13+
314
## 7.23.0
415

516
### Minor Changes
617

718
#### Tabs
819

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

1122
### Patch Changes
1223

1324
#### Button
1425

15-
- Fixed button bug when clicking and dragging over an icon-only, borderless button
26+
- Fixed button bug when clicking and dragging over an icon-only, borderless button
1627

1728
#### Input
1829

19-
- Fixed an issue causing caret navigation to appear innappropriately within input
30+
- Fixed an issue causing caret navigation to appear innappropriately within input
2031

2132
## 7.22.1
2233

packages/angular-workspace/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-workspace",
3-
"version": "7.23.0",
3+
"version": "7.24.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -24,7 +24,7 @@
2424
"@angular/platform-browser": "~13.2.7",
2525
"@angular/platform-browser-dynamic": "~13.2.7",
2626
"@angular/router": "~13.2.7",
27-
"@astrouxds/astro-web-components": "^7.23.0",
27+
"@astrouxds/astro-web-components": "^7.24.0",
2828
"rxjs": "~7.5.7",
2929
"tslib": "^2.4.1",
3030
"zone.js": "~0.11.8"

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

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,33 @@
11
# @astrouxds/angular
22

3+
## 7.24.0
4+
5+
### Minor Changes
6+
7+
- 44237a22: Added minlength and maxlength to rux-input
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [44237a22]
12+
- @astrouxds/astro-web-components@7.24.0
13+
314
## 7.23.0
415

516
### Minor Changes
617

718
#### Tabs
819

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

1122
### Patch Changes
1223

1324
#### Button
1425

15-
- Fixed button bug when clicking and dragging over an icon-only, borderless button
26+
- Fixed button bug when clicking and dragging over an icon-only, borderless button
1627

1728
#### Input
1829

19-
- Fixed an issue causing caret navigation to appear innappropriately within input
30+
- Fixed an issue causing caret navigation to appear innappropriately within input
2031

2132
## 7.22.1
2233

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.23.0",
3+
"version": "7.24.0",
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.23.0",
15+
"@astrouxds/astro-web-components": "^7.24.0",
1616
"tslib": "^2.4.1"
1717
}
1818
}

packages/framework-testing/astro-angular/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# astro-angular
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 44237a22: Added minlength and maxlength to rux-input
8+
39
## 0.3.1
410

511
### Patch Changes

packages/framework-testing/astro-angular/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-angular",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"scripts": {
55
"postinstall": "npm link @astrouxds/astro-web-components @astrouxds/angular",
66
"ng": "ng",
@@ -27,8 +27,8 @@
2727
"@angular-devkit/build-angular": "^16.0.0",
2828
"@angular/cli": "~16.0.0",
2929
"@angular/compiler-cli": "^16.0.0",
30-
"@astrouxds/angular": "^7.22.2",
31-
"@astrouxds/astro-web-components": "^7.23.0",
30+
"@astrouxds/angular": "^7.24.0",
31+
"@astrouxds/astro-web-components": "^7.24.0",
3232
"@astrouxds/tailwind": "^1.0.0-beta.1",
3333
"@types/jasmine": "~4.3.0",
3434
"autoprefixer": "^10.4.14",

packages/framework-testing/astro-react/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# astro-react
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 44237a22: Added minlength and maxlength to rux-input
8+
39
## 0.3.1
410

511
### Patch Changes

packages/framework-testing/astro-react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "astro-react",
33
"private": true,
4-
"version": "0.3.1",
4+
"version": "0.4.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -14,8 +14,8 @@
1414
"react-dom": "^18.2.0"
1515
},
1616
"devDependencies": {
17-
"@astrouxds/astro-web-components": "^7.23.0",
18-
"@astrouxds/react": "^7.22.2",
17+
"@astrouxds/astro-web-components": "^7.24.0",
18+
"@astrouxds/react": "^7.24.0",
1919
"@astrouxds/tailwind": "^1.0.0-beta.1",
2020
"@types/react": "^18.0.37",
2121
"@types/react-dom": "^18.0.11",

packages/framework-testing/astro-vue/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# astro-vue
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 44237a22: Added minlength and maxlength to rux-input
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [44237a22]
12+
- @astrouxds/astro-web-components@7.24.0
13+
314
## 0.3.1
415

516
### Patch Changes

packages/framework-testing/astro-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "astro-vue",
33
"private": true,
4-
"version": "0.3.1",
4+
"version": "0.4.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vue-tsc && vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@astrouxds/astro-web-components": "^7.23.0",
12+
"@astrouxds/astro-web-components": "^7.24.0",
1313
"vue": "^3.2.47"
1414
},
1515
"devDependencies": {

packages/react/CHANGELOG.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,33 @@
11
# @astrouxds/react
22

3+
## 7.24.0
4+
5+
### Minor Changes
6+
7+
- 44237a22: Added minlength and maxlength to rux-input
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [44237a22]
12+
- @astrouxds/astro-web-components@7.24.0
13+
314
## 7.23.0
415

516
### Minor Changes
617

718
#### Tabs
819

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

1122
### Patch Changes
1223

1324
#### Button
1425

15-
- Fixed button bug when clicking and dragging over an icon-only, borderless button
26+
- Fixed button bug when clicking and dragging over an icon-only, borderless button
1627

1728
#### Input
1829

19-
- Fixed an issue causing caret navigation to appear innappropriately within input
30+
- Fixed an issue causing caret navigation to appear innappropriately within input
2031

2132
## 7.22.1
2233

packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrouxds/react",
33
"sideEffects": false,
4-
"version": "7.23.0",
4+
"version": "7.24.0",
55
"description": "Astro Web Components React Wrapper",
66
"repository": {
77
"type": "git",
@@ -40,7 +40,7 @@
4040
"typescript": "^4.9.3"
4141
},
4242
"dependencies": {
43-
"@astrouxds/astro-web-components": "^7.23.0"
43+
"@astrouxds/astro-web-components": "^7.24.0"
4444
},
4545
"peerDependencies": {
4646
"react": ">=17.0.0",

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.0
4+
5+
### Minor Changes
6+
7+
- 44237a22: Added minlength and maxlength to rux-input
8+
39
## 7.23.0
410

511
### Minor 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.23.0",
3+
"version": "7.24.0",
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)