Skip to content

Commit 669eb7d

Browse files
[AWC] Release (#282)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1c3e934 commit 669eb7d

File tree

9 files changed

+22
-14
lines changed

9 files changed

+22
-14
lines changed

.changeset/neat-plants-spend.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/customize-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"start": "vite --open"
2525
},
2626
"dependencies": {
27-
"@adaptive-web/adaptive-web-components": "0.9.0"
27+
"@adaptive-web/adaptive-web-components": "0.9.1"
2828
},
2929
"devDependencies": {
3030
"vite-plugin-svgo": "^1.3.0",

examples/use-adaptive-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"start": "vite --open"
2525
},
2626
"dependencies": {
27-
"@adaptive-web/adaptive-web-components": "0.9.0"
27+
"@adaptive-web/adaptive-web-components": "0.9.1"
2828
},
2929
"devDependencies": {
3030
"vite-plugin-svgo": "^1.3.0",

packages/adaptive-ui-designer-figma-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"@adaptive-web/adaptive-ui-designer-core": "^0.6.0",
3939
"@adaptive-web/adaptive-ui-designer-figma": "^0.5.3",
40-
"@adaptive-web/adaptive-web-components": "0.9.0",
40+
"@adaptive-web/adaptive-web-components": "0.9.1",
4141
"@csstools/css-calc": "^1.1.1",
4242
"@csstools/css-parser-algorithms": "^2.2.0",
4343
"@csstools/css-tokenizer": "^2.1.1",
@@ -46,7 +46,7 @@
4646
"transformation-matrix": "^3.0.0"
4747
},
4848
"peerDependencies": {
49-
"@adaptive-web/adaptive-ui": "0.13.0",
49+
"@adaptive-web/adaptive-ui": "0.13.1",
5050
"@microsoft/fast-element": "2.0.0-beta.26",
5151
"@microsoft/fast-foundation": "3.0.0-alpha.31"
5252
},

packages/adaptive-ui-explorer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"test": "npm run lint && npm run build"
2929
},
3030
"dependencies": {
31-
"@adaptive-web/adaptive-ui": "0.13.0",
32-
"@adaptive-web/adaptive-web-components": "0.9.0",
31+
"@adaptive-web/adaptive-ui": "0.13.1",
32+
"@adaptive-web/adaptive-web-components": "0.9.1",
3333
"@microsoft/fast-element": "2.0.0-beta.26",
3434
"@microsoft/fast-foundation": "3.0.0-alpha.31",
3535
"culori": "^3.2.0"

packages/adaptive-ui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log - @adaptive-web/adaptive-ui
22

3+
## 0.13.1
4+
5+
### Patch Changes
6+
7+
- [#281](https://github.com/Adaptive-Web-Community/Adaptive-Web-Components/pull/281) [`1c3e934`](https://github.com/Adaptive-Web-Community/Adaptive-Web-Components/commit/1c3e9343950cbe716753927bedf15856a4b67935) Thanks [@bheston](https://github.com/bheston)! - Fixed an issue with overlay handling of transparent colors
8+
39
## 0.13.0
410

511
### Minor Changes

packages/adaptive-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adaptive-web/adaptive-ui",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "A collection of design utilities supporting basic styling and Adaptive UI",
55
"type": "module",
66
"sideEffects": false,

packages/adaptive-web-components/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log - @adaptive-web/adaptive-web-components
22

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1c3e934`](https://github.com/Adaptive-Web-Community/Adaptive-Web-Components/commit/1c3e9343950cbe716753927bedf15856a4b67935)]:
8+
- @adaptive-web/adaptive-ui@0.13.1
9+
310
## 0.9.0
411

512
### Minor Changes

packages/adaptive-web-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adaptive-web/adaptive-web-components",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Standards based, framework agnostic web components built using FAST.",
55
"type": "module",
66
"sideEffects": false,
@@ -38,7 +38,7 @@
3838
"test": "npm run lint && npm run build:tsc"
3939
},
4040
"dependencies": {
41-
"@adaptive-web/adaptive-ui": "0.13.0",
41+
"@adaptive-web/adaptive-ui": "0.13.1",
4242
"@microsoft/fast-element": "2.0.0-beta.26",
4343
"@microsoft/fast-foundation": "3.0.0-alpha.31",
4444
"@microsoft/fast-web-utilities": "6.0.0",

0 commit comments

Comments
 (0)