Skip to content

Commit

Permalink
chore: build, changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
micahjones13 committed May 2, 2024
1 parent a66af7f commit 260becb
Show file tree
Hide file tree
Showing 15 changed files with 767 additions and 1,271 deletions.
7 changes: 0 additions & 7 deletions .changeset/five-snails-call.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/angular-workspace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @astrouxds/angular

## 7.22.1

### Patch Changes

#### Select

- Fixed an issue with selects value sometimes not being an array in a multi select

## 7.22.0

### Minor Changes
Expand Down
117 changes: 2 additions & 115 deletions packages/angular-workspace/package-lock.json

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

10 changes: 9 additions & 1 deletion packages/angular-workspace/projects/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# @astrouxds/angular

## 7.22.1

### Patch Changes

#### Select

- Fixed an issue with selects value sometimes not being an array in a multi select

## 7.22.0

### Minor Changes

#### 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.

### Patch Changes

Expand Down
4 changes: 2 additions & 2 deletions packages/angular-workspace/projects/angular/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/projects/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrouxds/angular",
"version": "7.22.0",
"version": "7.22.1",
"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.0",
"@astrouxds/astro-web-components": "^7.22.1",
"tslib": "^2.4.1"
}
}
Loading

0 comments on commit 260becb

Please sign in to comment.