Skip to content

Commit

Permalink
release: run build
Browse files Browse the repository at this point in the history
  • Loading branch information
markacianfrani committed Oct 7, 2022
1 parent 2a8762a commit a68aa55
Show file tree
Hide file tree
Showing 12 changed files with 78 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/polite-pianos-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-plants-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-moons-suffer.md

This file was deleted.

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

## 7.0.2

### Patch Changes

#### Checkbox

- Fixed visual regression on disabled state

#### Pop Up

- Fixed an issue where Pop Ups would not overlay correctly.

#### Text Area

- Reverted a 7.0 change to the component's internals that prevented users from being able to control the height of the element or disable resizing.

## 7.0.1

### Patch Changes
Expand Down
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.0.1",
"version": "7.0.2",
"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.0.1",
"@astrouxds/astro-web-components": "^7.0.2",
"tslib": "^2.3.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
//@ts-nocheck
//@ts-nocheck
//@ts-nocheck
//@ts-nocheck
//@ts-nocheck

import * as d from './proxies';

Expand Down
16 changes: 16 additions & 0 deletions packages/astro-uxds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @astrouxds/astrouxds

## 7.0.2

### Patch Changes

#### Checkbox

- Fixed visual regression on disabled state

#### Pop Up

- Fixed an issue where Pop Ups would not overlay correctly.

#### Text Area

- Reverted a 7.0 change to the component's internals that prevented users from being able to control the height of the element or disable resizing.

## 7.0.1

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/astro-uxds/_content/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Astro represents a collection of artifacts including, but not limited to, guidan
<table class="release-table release-table--current-version">
<thead>
<tr>
<th colspan="3">Astro {{ meta.version }} - Updated <time>September 29, 2022</time></th>
<th colspan="3">Astro {{ meta.version }} - Updated <time>October 07, 2022</time></th>
</tr>
</thead>
<tbody>
Expand All @@ -25,18 +25,18 @@ Astro represents a collection of artifacts including, but not limited to, guidan
</tr>
<tr>
<td>Figma Dark Theme Library</td>
<td class="tabular">6.2.0 -&gt; <b>7.0.0</b></td>
<td><a href="https://www.figma.com/community/file/1014254163928270411">Release Notes</a></td>
<td class="tabular">7.0.0</td>
<td>No Changes</td>
</tr>
<tr>
<td>Web Components</td>
<td class="tabular">6.14.0 -&gt; <b>7.0.0</b></td>
<td><a href="https://github.com/RocketCommunicationsInc/astro/releases/tag/v7.0.0">Release Notes</a></td>
<td class="tabular">7.0.1 -&gt; <b>7.0.2</b></td>
<td><a href="https://github.com/RocketCommunicationsInc/astro/releases/tag/v7.0.2">Release Notes</a></td>
</tr>
<tr>
<td>EGS Design Compliance</td>
<td class="tabular">6.1.0 -&gt; <b>6.2.0</b></td>
<td></td>
<td class="tabular">6.2.0</td>
<td>No Changes</td>
</tr>
</tbody>
</table>
Expand Down
16 changes: 16 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @astrouxds/react

## 7.0.2

### Patch Changes

#### Checkbox

- Fixed visual regression on disabled state

#### Pop Up

- Fixed an issue where Pop Ups would not overlay correctly.

#### Text Area

- Reverted a 7.0 change to the component's internals that prevented users from being able to control the height of the element or disable resizing.

## 7.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@astrouxds/react",
"sideEffects": false,
"version": "7.0.1",
"version": "7.0.2",
"description": "Astro Web Components React Wrapper",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
"typescript": "^4.6.3"
},
"dependencies": {
"@astrouxds/astro-web-components": "^7.0.1"
"@astrouxds/astro-web-components": "^7.0.2"
},
"peerDependencies": {
"react": ">=17.0.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @astrouxds/astro-web-components

## 7.0.2

### Patch Changes

#### Checkbox

- Fixed visual regression on disabled state

#### Pop Up

- Fixed an issue where Pop Ups would not overlay correctly.

#### Text Area

- Reverted a 7.0 change to the component's internals that prevented users from being able to control the height of the element or disable resizing.

## 7.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrouxds/astro-web-components",
"version": "7.0.1",
"version": "7.0.2",
"description": "Astro Web Components",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down

0 comments on commit a68aa55

Please sign in to comment.