Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
markacianfrani committed Jul 6, 2022
1 parent 1248534 commit 1774056
Show file tree
Hide file tree
Showing 14 changed files with 171 additions and 32 deletions.
8 changes: 7 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"gold-wasps-fry",
"gorgeous-papayas-own",
"happy-foxes-bathe",
"heavy-ducks-pump",
"khaki-snails-buy",
"late-windows-design",
"little-books-push",
Expand All @@ -33,16 +34,21 @@
"neat-mirrors-end",
"old-ravens-love",
"polite-pandas-smile",
"polite-spoons-attack",
"quick-numbers-deliver",
"quiet-mangos-behave",
"rich-cats-fry",
"rude-chicken-mate",
"seven-bananas-swim",
"shiny-ties-tease",
"six-frogs-remember",
"slow-apples-build",
"strange-pianos-taste",
"strong-radios-cover",
"tasty-yaks-pretend",
"wicked-queens-cheer",
"wise-drinks-compare",
"young-mayflies-love"
"young-mayflies-love",
"young-zoos-train"
]
}
23 changes: 23 additions & 0 deletions packages/angular-workspace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @astrouxds/angular

## 7.0.0-beta.3

### Major Changes

- a7296b6b: Our /dist/custom-elements build has been removed in favor of a faster treeshakeable /dist/components build. We anticipate very few people are using this build. To check if your project is affected, you can do a global find for 'astro-web-components/dist/custom-elements' in your project. If you are using this build, switch to 'astro-web-components/dist/loader' instead.
- 27b72893: Modal has been removed. It has been renamed to Dialog to align with our Design System naming and shares the exact same API as Modal.

Migration: You can do a global find/replace on your project for:

`rux-modal` -> `rux-dialog`
`ruxmodalclosed` -> `ruxdialogclosed`
`ruxmodalopened` -> `ruxdialogopened`

### Patch Changes

- Updated dependencies [a7296b6b]
- Updated dependencies [f9b842f7]
- Updated dependencies [3c0cd2b8]
- Updated dependencies [f9b842f7]
- Updated dependencies [f9b842f7]
- Updated dependencies [27b72893]
- @astrouxds/astro-web-components@7.0.0-beta.3

## 7.0.0-beta.2

### Major Changes
Expand Down
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.0.0-beta.2",
"version": "7.0.0-beta.3",
"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.0.0-beta.0",
"@astrouxds/astro-web-components": "^7.0.0-beta.3",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
Expand Down
35 changes: 35 additions & 0 deletions packages/angular-workspace/projects/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# @astrouxds/angular

## 7.0.0-beta.3

### Major Changes

- a7296b6b: Our /dist/custom-elements build has been removed in favor of a faster treeshakeable /dist/components build. We anticipate very few people are using this build. To check if your project is affected, you can do a global find for 'astro-web-components/dist/custom-elements' in your project. If you are using this build, switch to 'astro-web-components/dist/loader' instead.
- 27b72893: Modal has been removed. It has been renamed to Dialog to align with our Design System naming and shares the exact same API as Modal.

Migration: You can do a global find/replace on your project for:

`rux-modal` -> `rux-dialog`
`ruxmodalclosed` -> `ruxdialogclosed`
`ruxmodalopened` -> `ruxdialogopened`

### Minor Changes

- f9b842f7: Modal is now deprecated and will be removed in 7.0. It is being renamed to Dialog to align with our Design System naming and which shares the exact same API as Modal. It is recommended that you migrate to Dialog before 7.0. You can do a global find/replace on your project for:

`rux-modal` -> `rux-dialog`
`ruxmodalclosed` -> `ruxdialogclosed`
`ruxmodalopened` -> `ruxdialogopened`

- 3c0cd2b8: Updates help text to use text-secondary to align with design

### Patch Changes

- f9b842f7: Fixed an issue with modal emitting an extra 'ruxmodalclosed' event when closed by an off click.
- f9b842f7: Fixed an issue where rux-tab border would not style correctly when rux-tabs was set to small.
- Updated dependencies [a7296b6b]
- Updated dependencies [f9b842f7]
- Updated dependencies [3c0cd2b8]
- Updated dependencies [f9b842f7]
- Updated dependencies [f9b842f7]
- Updated dependencies [27b72893]
- @astrouxds/astro-web-components@7.0.0-beta.3

## 7.0.0-beta.2

### Major 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.0-beta.2",
"version": "7.0.0-beta.3",
"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.0-beta.0",
"@astrouxds/astro-web-components": "^7.0.0-beta.3",
"tslib": "^2.3.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
//@ts-nocheck
//@ts-nocheck
//@ts-nocheck
//@ts-nocheck
//@ts-nocheck
//@ts-nocheck
//@ts-nocheck
//@ts-nocheck
//@ts-nocheck
//@ts-nocheck
//@ts-nocheck
//@ts-nocheck
//@ts-nocheck

import * as d from './proxies';

export const DIRECTIVES = [
Expand Down Expand Up @@ -1088,7 +1075,6 @@ export const DIRECTIVES = [
d.RuxMenu,
d.RuxMenuItem,
d.RuxMenuItemDivider,
d.RuxModal,
d.RuxMonitoringIcon,
d.RuxMonitoringProgressIcon,
d.RuxNotification,
Expand Down
28 changes: 28 additions & 0 deletions packages/astro-uxds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @astrouxds/astrouxds

## 7.0.0-beta.3

### Major Changes

- a7296b6b: Our /dist/custom-elements build has been removed in favor of a faster treeshakeable /dist/components build. We anticipate very few people are using this build. To check if your project is affected, you can do a global find for 'astro-web-components/dist/custom-elements' in your project. If you are using this build, switch to 'astro-web-components/dist/loader' instead.
- 27b72893: Modal has been removed. It has been renamed to Dialog to align with our Design System naming and shares the exact same API as Modal.

Migration: You can do a global find/replace on your project for:

`rux-modal` -> `rux-dialog`
`ruxmodalclosed` -> `ruxdialogclosed`
`ruxmodalopened` -> `ruxdialogopened`

### Minor Changes

- f9b842f7: Modal is now deprecated and will be removed in 7.0. It is being renamed to Dialog to align with our Design System naming and which shares the exact same API as Modal. It is recommended that you migrate to Dialog before 7.0. You can do a global find/replace on your project for:

`rux-modal` -> `rux-dialog`
`ruxmodalclosed` -> `ruxdialogclosed`
`ruxmodalopened` -> `ruxdialogopened`

- 3c0cd2b8: Updates help text to use text-secondary to align with design

### Patch Changes

- f9b842f7: Fixed an issue with modal emitting an extra 'ruxmodalclosed' event when closed by an off click.
- f9b842f7: Fixed an issue where rux-tab border would not style correctly when rux-tabs was set to small.

## 7.0.0-beta.2

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

## 7.0.0-beta.3

### Major Changes

- a7296b6b: Our /dist/custom-elements build has been removed in favor of a faster treeshakeable /dist/components build. We anticipate very few people are using this build. To check if your project is affected, you can do a global find for 'astro-web-components/dist/custom-elements' in your project. If you are using this build, switch to 'astro-web-components/dist/loader' instead.
- 27b72893: Modal has been removed. It has been renamed to Dialog to align with our Design System naming and shares the exact same API as Modal.

Migration: You can do a global find/replace on your project for:

`rux-modal` -> `rux-dialog`
`ruxmodalclosed` -> `ruxdialogclosed`
`ruxmodalopened` -> `ruxdialogopened`

### Minor Changes

- f9b842f7: Modal is now deprecated and will be removed in 7.0. It is being renamed to Dialog to align with our Design System naming and which shares the exact same API as Modal. It is recommended that you migrate to Dialog before 7.0. You can do a global find/replace on your project for:

`rux-modal` -> `rux-dialog`
`ruxmodalclosed` -> `ruxdialogclosed`
`ruxmodalopened` -> `ruxdialogopened`

- 3c0cd2b8: Updates help text to use text-secondary to align with design

### Patch Changes

- f9b842f7: Fixed an issue with modal emitting an extra 'ruxmodalclosed' event when closed by an off click.
- f9b842f7: Fixed an issue where rux-tab border would not style correctly when rux-tabs was set to small.
- Updated dependencies [a7296b6b]
- Updated dependencies [f9b842f7]
- Updated dependencies [3c0cd2b8]
- Updated dependencies [f9b842f7]
- Updated dependencies [f9b842f7]
- Updated dependencies [27b72893]
- @astrouxds/astro-web-components@7.0.0-beta.3

## 7.0.0-beta.2

### Major 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.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Astro Web Components React Wrapper",
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,7 +41,7 @@
"typescript": "^4.6.3"
},
"dependencies": {
"@astrouxds/astro-web-components": "^7.0.0-beta.2"
"@astrouxds/astro-web-components": "^7.0.0-beta.3"
},
"peerDependencies": {
"react": ">=17.0.0",
Expand Down
28 changes: 28 additions & 0 deletions packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @astrouxds/astro-web-components

## 7.0.0-beta.3

### Major Changes

- a7296b6b: Our /dist/custom-elements build has been removed in favor of a faster treeshakeable /dist/components build. We anticipate very few people are using this build. To check if your project is affected, you can do a global find for 'astro-web-components/dist/custom-elements' in your project. If you are using this build, switch to 'astro-web-components/dist/loader' instead.
- 27b72893: Modal has been removed. It has been renamed to Dialog to align with our Design System naming and shares the exact same API as Modal.

Migration: You can do a global find/replace on your project for:

`rux-modal` -> `rux-dialog`
`ruxmodalclosed` -> `ruxdialogclosed`
`ruxmodalopened` -> `ruxdialogopened`

### Minor Changes

- f9b842f7: Modal is now deprecated and will be removed in 7.0. It is being renamed to Dialog to align with our Design System naming and which shares the exact same API as Modal. It is recommended that you migrate to Dialog before 7.0. You can do a global find/replace on your project for:

`rux-modal` -> `rux-dialog`
`ruxmodalclosed` -> `ruxdialogclosed`
`ruxmodalopened` -> `ruxdialogopened`

- 3c0cd2b8: Updates help text to use text-secondary to align with design

### Patch Changes

- f9b842f7: Fixed an issue with modal emitting an extra 'ruxmodalclosed' event when closed by an off click.
- f9b842f7: Fixed an issue where rux-tab border would not style correctly when rux-tabs was set to small.

## 7.0.0-beta.2

### Major Changes
Expand Down
3 changes: 1 addition & 2 deletions 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.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Astro Web Components",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand All @@ -22,7 +22,6 @@
"icons.generate": "node src/utils/generate-icons.js",
"lint.js": "eslint src/**/*{.ts,.tsx}",
"lint.css": "stylelint \"src/components/**/*.scss\" --fix",
"prepack": "npm run build",
"prettier": "prettier --write --loglevel warn .",
"start.stencil": "stencil build --dev --watch --serve",
"start.storybook": "start-storybook -p 6006",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,9 @@ The Astro UXDS Notification Banner hides from view using absolute positioning in

## CSS Custom Properties

| Name | Description |
| --------------------------- | ---------------------------------------- |
| `--height` | the Notification's height |
| `--notification-text-color` | [DEPRECATED] The notification text color |
| Name | Description |
| ---------- | ------------------------- |
| `--height` | the Notification's height |


## Dependencies
Expand Down
8 changes: 4 additions & 4 deletions packages/web-components/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ export const config: Config = {
'../angular-workspace/projects/angular/src/directives/proxies-list.ts',
valueAccessorConfigs: angularValueAccessorBindings,
}),
angularProxiesListIgnore({
proxiesListFile:
'../../angular-workspace/projects/angular/src/directives/proxies-list.ts',
}),
// angularProxiesListIgnore({
// proxiesListFile:
// '../../angular-workspace/projects/angular/src/directives/proxies-list.ts',
// }),
{
type: 'dist',
esmLoaderPath: '../loader',
Expand Down

0 comments on commit 1774056

Please sign in to comment.