Skip to content

Commit 718ccbe

Browse files
Version Packages
1 parent d9290a2 commit 718ccbe

File tree

13 files changed

+55
-23
lines changed

13 files changed

+55
-23
lines changed

.changeset/ten-dolphins-leave.md

-10
This file was deleted.

packages/angular-workspace/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# @astrouxds/angular
22

3+
## 7.25.2
4+
5+
### Patch Changes
6+
7+
- 4a5755ea: Backlog of neglected dependabot prs
8+
- Updated dependencies [4a5755ea]
9+
- @astrouxds/astro-web-components@7.25.2
10+
311
## 7.25.1
412

513
### Patch Changes
614

7-
- 05969436: Correcting background value of rux-ruler to be a token so it works in light and dark themes.
15+
- 05969436: Correcting background value of rux-ruler to be a token so it works in light and dark themes.
816

917
## 7.25.0
1018

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.25.1",
3+
"version": "7.25.2",
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.25.1",
27+
"@astrouxds/astro-web-components": "^7.25.2",
2828
"rxjs": "~7.5.7",
2929
"tslib": "^2.4.1",
3030
"zone.js": "~0.11.8"

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

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @astrouxds/angular
22

3+
## 7.25.2
4+
5+
### Patch Changes
6+
7+
- 4a5755ea: Backlog of neglected dependabot prs
8+
- Updated dependencies [4a5755ea]
9+
- @astrouxds/astro-web-components@7.25.2
10+
311
## 7.25.0
412

513
### Minor Changes

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.25.1",
3+
"version": "7.25.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.25.1",
15+
"@astrouxds/astro-web-components": "^7.25.2",
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.5.1
4+
5+
### Patch Changes
6+
7+
- 4a5755ea: Backlog of neglected dependabot prs
8+
39
## 0.5.0
410

511
### Minor 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.5.0",
3+
"version": "0.5.1",
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.25.1",
31-
"@astrouxds/astro-web-components": "^7.25.1",
30+
"@astrouxds/angular": "^7.25.2",
31+
"@astrouxds/astro-web-components": "^7.25.2",
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.5.1
4+
5+
### Patch Changes
6+
7+
- 4a5755ea: Backlog of neglected dependabot prs
8+
39
## 0.5.0
410

511
### Minor Changes

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "astro-react",
33
"private": true,
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -14,7 +14,7 @@
1414
"react-dom": "^18.2.0"
1515
},
1616
"devDependencies": {
17-
"@astrouxds/astro-web-components": "^7.25.1",
17+
"@astrouxds/astro-web-components": "^7.25.2",
1818
"@astrouxds/react": "^7.25.1",
1919
"@astrouxds/tailwind": "^1.0.0-beta.1",
2020
"@types/react": "^18.0.37",

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

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

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- 4a5755ea: Backlog of neglected dependabot prs
8+
- Updated dependencies [4a5755ea]
9+
- @astrouxds/astro-web-components@7.25.2
10+
311
## 0.5.0
412

513
### Minor 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.5.0",
4+
"version": "0.5.1",
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.25.1",
12+
"@astrouxds/astro-web-components": "^7.25.2",
1313
"vue": "^3.2.47"
1414
},
1515
"devDependencies": {

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.25.2
4+
5+
### Patch Changes
6+
7+
- 4a5755ea: Backlog of neglected dependabot prs
8+
39
## 7.25.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.25.1",
3+
"version": "7.25.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)