Skip to content

Commit 069752e

Browse files
authored
Users/kingoftac/trusted publishing (#278)
* remove proof html workflow as it never runs on any files * replace beachball with changeset / update config and workflows * change changelog formatter and fix ignored packages * migrate beachball change files * yaml formatting * update docs * switch validate workflow back to using npm install
1 parent 0db6459 commit 069752e

File tree

53 files changed

+2287
-824
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+2287
-824
lines changed

.changeset/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changesets
2+
3+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4+
with multi-package repos, or single-package repos to help you version and publish your code. You can
5+
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
6+
7+
We have a quick list of common questions to get you started engaging with this project in
8+
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)

.changeset/blue-cycles-return.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
"@adaptive-web/adaptive-ui": patch
3+
---
4+
Bump glob from 10.3.12 to 10.5.0

.changeset/brave-windows-scream.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
"@adaptive-web/adaptive-ui": patch
3+
---
4+
Add full tests for Color and Swatch classes

.changeset/config.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3+
"changelog": "@changesets/changelog-github",
4+
"commit": false,
5+
"fixed": [],
6+
"linked": [],
7+
"access": "public",
8+
"baseBranch": "origin/main",
9+
"updateInternalDependencies": "patch",
10+
"ignore": [
11+
"@adaptive-web/example-customize-component",
12+
"@adaptive-web/example-use-adaptive-components",
13+
"@adaptive-web/adaptive-ui-designer-figma-plugin",
14+
"@adaptive-web/adaptive-ui-explorer"
15+
]
16+
}

.changeset/empty-phones-punch.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
"@adaptive-web/adaptive-ui": patch
3+
---
4+
Added support for generated type scale token values

.changeset/forty-cars-rule.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
"@adaptive-web/adaptive-ui-designer-core": patch
3+
---
4+
Improve tracking of applied plugin data

.changeset/giant-horses-boil.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
"@adaptive-web/adaptive-ui": patch
3+
---
4+
Fix a style generation bug on placement of state selector

.changeset/itchy-onions-arrive.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
"@adaptive-web/adaptive-ui": patch
3+
---
4+
Rename fillColor to colorContext

.changeset/itchy-pears-attack.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
"@adaptive-web/adaptive-ui-designer-core": patch
3+
---
4+
Add subtle inverse recipes to Designer plugin

.changeset/modern-wolves-smash.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
"@adaptive-web/adaptive-ui-designer-core": patch
3+
---
4+
Add legacy alias tokens for updated typography tokens

0 commit comments

Comments
 (0)