Skip to content

Commit

Permalink
release: changesets and build
Browse files Browse the repository at this point in the history
  • Loading branch information
markacianfrani committed Oct 27, 2022
1 parent b8b9be3 commit 2e4b5bd
Show file tree
Hide file tree
Showing 20 changed files with 91 additions and 41 deletions.
9 changes: 0 additions & 9 deletions .changeset/twenty-humans-teach.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/violet-knives-attack.md

This file was deleted.

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

## 7.1.1

### Patch Changes

#### Classification Marking

- An invalid `classification` now correctly displays "Unclassified".

#### Web Components

- Fixed an issue where `font-size`, `line-height`, and `text-align` properties when set on parent elements would incorrectly override component styles.

## 7.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/angular-workspace/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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-workspace",
"version": "7.1.0",
"version": "7.1.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -23,7 +23,7 @@
"@angular/platform-browser": "~13.2.0",
"@angular/platform-browser-dynamic": "~13.2.0",
"@angular/router": "~13.2.0",
"@astrouxds/astro-web-components": "^7.1.0",
"@astrouxds/astro-web-components": "^7.1.1",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
Expand Down
12 changes: 12 additions & 0 deletions packages/angular-workspace/projects/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @astrouxds/angular

## 7.1.1

### Patch Changes

#### Classification Marking

- An invalid `classification` now correctly displays "Unclassified".

#### Web Components

- Fixed an issue where `font-size`, `line-height`, and `text-align` properties when set on parent elements would incorrectly override component styles.

## 7.1.0

### Minor 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.1.0",
"version": "7.1.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.1.0",
"@astrouxds/astro-web-components": "^7.1.1",
"tslib": "^2.3.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
//@ts-nocheck
//@ts-nocheck
//@ts-nocheck
//@ts-nocheck

import * as d from './proxies';

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

## 7.1.1

### Patch Changes

#### Classification Marking

- An invalid `classification` now correctly displays "Unclassified".

#### Web Components

- Fixed an issue where `font-size`, `line-height`, and `text-align` properties when set on parent elements would incorrectly override component styles.

## 7.1.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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>October 13, 2022</time></th>
<th colspan="3">Astro {{ meta.version }} - Updated <time>October 27, 2022</time></th>
</tr>
</thead>
<tbody>
Expand All @@ -25,13 +25,13 @@ Astro represents a collection of artifacts including, but not limited to, guidan
</tr>
<tr>
<td>Figma Dark Theme Library</td>
<td class="tabular">7.0.1</td>
<td class="tabular">7.0.1 -&gt; <b>7.0.2</b></td>
<td><a href="https://www.figma.com/community/file/1157371532469023309">Release Notes</a></td>
</tr>
<tr>
<td>Web Components</td>
<td class="tabular">7.0.2 -&gt; <b>7.1.0</b></td>
<td><a href="https://github.com/RocketCommunicationsInc/astro/releases/tag/v7.1.0">Release Notes</a></td>
<td class="tabular">7.1.0 -&gt; <b>7.1.1</b></td>
<td><a href="https://github.com/RocketCommunicationsInc/astro/releases/tag/v7.1.1">Release Notes</a></td>
</tr>
<tr>
<td>EGS Design Compliance</td>
Expand Down
4 changes: 2 additions & 2 deletions packages/astro-uxds/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/astro-uxds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-website",
"version": "7.1.0",
"version": "7.1.1",
"private": true,
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @astrouxds/react

## 7.1.1

### Patch Changes

#### Classification Marking

- An invalid `classification` now correctly displays "Unclassified".

#### Web Components

- Fixed an issue where `font-size`, `line-height`, and `text-align` properties when set on parent elements would incorrectly override component styles.

## 7.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/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/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@astrouxds/react",
"sideEffects": false,
"version": "7.1.0",
"version": "7.1.1",
"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.1.0"
"@astrouxds/astro-web-components": "^7.1.1"
},
"peerDependencies": {
"react": ">=17.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @astrouxds/astro-web-components

## 7.1.1

### Patch Changes

#### Classification Marking

- An invalid `classification` now correctly displays "Unclassified".

#### Web Components

- Fixed an issue where `font-size`, `line-height`, and `text-align` properties when set on parent elements would incorrectly override component styles.

## 7.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/web-components/package-lock.json

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

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.1.0",
"version": "7.1.1",
"description": "Astro Web Components",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/web-components/src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12117,6 +12117,10 @@ export namespace Components {
"label"?: string;
}
interface RuxPopUp {
/**
* When provided, will close the pop-up when a single selection is made.
*/
"closeOnSelect": boolean;
/**
* Closes the pop up and returns false.
*/
Expand Down Expand Up @@ -32580,6 +32584,10 @@ declare namespace LocalJSX {
"onRux-option-group-changed"?: (event: RuxOptionGroupCustomEvent<void>) => void;
}
interface RuxPopUp {
/**
* When provided, will close the pop-up when a single selection is made.
*/
"closeOnSelect"?: boolean;
/**
* Emits when the pop up has closed.
*/
Expand Down

0 comments on commit 2e4b5bd

Please sign in to comment.