Skip to content

Commit

Permalink
release: changeset version
Browse files Browse the repository at this point in the history
  • Loading branch information
markacianfrani committed May 12, 2022
1 parent 32950c6 commit ae6c9de
Show file tree
Hide file tree
Showing 17 changed files with 134 additions and 54 deletions.
8 changes: 0 additions & 8 deletions .changeset/brown-panthers-study.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/polite-peas-smell.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/strange-crabs-taste.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/twenty-toes-sniff.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/wet-buckets-smoke.md

This file was deleted.

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

## 6.7.0

### Minor Changes

#### Tree Node

- added nowrap/overflow hidden to prevent overflow with long names

#### Modal

- Added a new `dialog` shadow part attached to the native dialog element.

### Patch Changes

#### Tabs

- fixed issue where styles were not properly shadow dom encapsulated

#### Modal

- Removed the fix height on the dialog element that was preventing a long modal message.

#### Tree

- fixed regression where border styles were not being applied

#### Push Button

- fixed the hover styling

## 6.6.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrouxds/angular",
"version": "6.6.0",
"version": "6.7.0",
"description": "Astro Web Components Angular Wrapper",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"dist/"
],
"dependencies": {
"@astrouxds/astro-web-components": "^6.6.0",
"@astrouxds/astro-web-components": "^6.7.0",
"tslib": "^1.9.3"
},
"peerDependencies": {
Expand Down
30 changes: 30 additions & 0 deletions packages/astro-uxds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @astrouxds/astrouxds

## 6.7.0

### Minor Changes

#### Tree Node

- added nowrap/overflow hidden to prevent overflow with long names

#### Modal

- Added a new `dialog` shadow part attached to the native dialog element.

### Patch Changes

#### Tabs

- fixed issue where styles were not properly shadow dom encapsulated

#### Modal

- Removed the fix height on the dialog element that was preventing a long modal message.

#### Tree

- fixed regression where border styles were not being applied

#### Push Button

- fixed the hover styling

## 6.6.0

### Minor Changes
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": "6.6.0",
"version": "6.7.0",
"private": true,
"repository": {
"type": "git",
Expand Down
30 changes: 30 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @astrouxds/react

## 6.7.0

### Minor Changes

#### Tree Node

- added nowrap/overflow hidden to prevent overflow with long names

#### Modal

- Added a new `dialog` shadow part attached to the native dialog element.

### Patch Changes

#### Tabs

- fixed issue where styles were not properly shadow dom encapsulated

#### Modal

- Removed the fix height on the dialog element that was preventing a long modal message.

#### Tree

- fixed regression where border styles were not being applied

#### Push Button

- fixed the hover styling

## 6.6.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": "6.6.0",
"version": "6.7.0",
"description": "Astro Web Components React Wrapper",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,7 +42,7 @@
"typescript": "^3.3.4000"
},
"dependencies": {
"@astrouxds/astro-web-components": "^6.6.0"
"@astrouxds/astro-web-components": "^6.7.0"
},
"peerDependencies": {
"react": ">=17.0.0",
Expand Down
30 changes: 30 additions & 0 deletions packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @astrouxds/astro-web-components

## 6.7.0

### Minor Changes

#### Tree Node

- added nowrap/overflow hidden to prevent overflow with long names

#### Modal

- Added a new `dialog` shadow part attached to the native dialog element.

### Patch Changes

#### Tabs

- fixed issue where styles were not properly shadow dom encapsulated

#### Modal

- Removed the fix height on the dialog element that was preventing a long modal message.

#### Tree

- fixed regression where border styles were not being applied

#### Push Button

- fixed the hover styling

## 6.6.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": "6.6.0",
"version": "6.7.0",
"description": "Astro Web Components",
"main": "dist/index.cjs.js",
"module": "dist/custom-elements/index.js",
Expand Down

0 comments on commit ae6c9de

Please sign in to comment.