Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
KingOfTac committed Nov 1, 2024
1 parent 119ef00 commit 51234a2
Show file tree
Hide file tree
Showing 18 changed files with 146 additions and 54 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion examples/customize-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"start": "vite --open"
},
"dependencies": {
"@adaptive-web/adaptive-web-components": "0.8.0"
"@adaptive-web/adaptive-web-components": "0.8.1"
},
"devDependencies": {
"vite-plugin-svgo": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/use-adaptive-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"start": "vite --open"
},
"dependencies": {
"@adaptive-web/adaptive-web-components": "0.8.0"
"@adaptive-web/adaptive-web-components": "0.8.1"
},
"devDependencies": {
"vite-plugin-svgo": "^1.3.0",
Expand Down
54 changes: 27 additions & 27 deletions package-lock.json

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

15 changes: 15 additions & 0 deletions packages/adaptive-ui-designer-core/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@adaptive-web/adaptive-ui-designer-core",
"entries": [
{
"date": "Fri, 01 Nov 2024 01:04:24 GMT",
"tag": "@adaptive-web/adaptive-ui-designer-core_v0.4.1",
"version": "0.4.1",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@adaptive-web/adaptive-ui-designer-core",
"comment": "Bump @adaptive-web/adaptive-ui to v0.11.0",
"commit": "119ef0019bc0d8be77dad90a8bb17b9efdda94f4"
}
]
}
},
{
"date": "Fri, 25 Oct 2024 03:02:05 GMT",
"tag": "@adaptive-web/adaptive-ui-designer-core_v0.4.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/adaptive-ui-designer-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @adaptive-web/adaptive-ui-designer-core

This log was last generated on Fri, 25 Oct 2024 03:02:05 GMT and should not be manually modified.
This log was last generated on Fri, 01 Nov 2024 01:04:24 GMT and should not be manually modified.

<!-- Start content -->

## 0.4.1

Fri, 01 Nov 2024 01:04:24 GMT

### Patches

- Bump @adaptive-web/adaptive-ui to v0.11.0

## 0.4.0

Fri, 25 Oct 2024 03:02:05 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/adaptive-ui-designer-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adaptive-web/adaptive-ui-designer-core",
"version": "0.4.0",
"version": "0.4.1",
"description": "Core infrastructure for the Adaptive UI Designer",
"main": "dist/esm/index.js",
"exports": {
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/adaptive-web-community/adaptive-web-components#readme",
"dependencies": {
"@adaptive-web/adaptive-ui": "^0.10.0",
"@adaptive-web/adaptive-ui": "^0.11.0",
"@microsoft/fast-foundation": "^3.0.0-alpha.31"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/adaptive-ui-designer-figma-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@
"test": "npm run lint && npm run compile"
},
"dependencies": {
"@adaptive-web/adaptive-ui-designer-core": "^0.4.0",
"@adaptive-web/adaptive-ui-designer-figma": "^0.5.0",
"@adaptive-web/adaptive-web-components": "0.8.0",
"@adaptive-web/adaptive-ui-designer-core": "^0.4.1",
"@adaptive-web/adaptive-ui-designer-figma": "^0.5.1",
"@adaptive-web/adaptive-web-components": "0.8.1",
"@csstools/css-calc": "^1.1.1",
"@csstools/css-parser-algorithms": "^2.2.0",
"@csstools/css-tokenizer": "^2.1.1",
"change-case": "^5.4.4",
"culori": "^3.2.0"
},
"peerDependencies": {
"@adaptive-web/adaptive-ui": "0.10.0",
"@adaptive-web/adaptive-ui": "0.11.0",
"@microsoft/fast-element": "2.0.0-beta.26",
"@microsoft/fast-foundation": "3.0.0-alpha.31"
},
Expand Down
21 changes: 21 additions & 0 deletions packages/adaptive-ui-designer-figma/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@adaptive-web/adaptive-ui-designer-figma",
"entries": [
{
"date": "Fri, 01 Nov 2024 01:04:24 GMT",
"tag": "@adaptive-web/adaptive-ui-designer-figma_v0.5.1",
"version": "0.5.1",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@adaptive-web/adaptive-ui-designer-figma",
"comment": "Bump @adaptive-web/adaptive-ui to v0.11.0",
"commit": "119ef0019bc0d8be77dad90a8bb17b9efdda94f4"
},
{
"author": "beachball",
"package": "@adaptive-web/adaptive-ui-designer-figma",
"comment": "Bump @adaptive-web/adaptive-ui-designer-core to v0.4.1",
"commit": "119ef0019bc0d8be77dad90a8bb17b9efdda94f4"
}
]
}
},
{
"date": "Fri, 25 Oct 2024 03:02:05 GMT",
"tag": "@adaptive-web/adaptive-ui-designer-figma_v0.5.0",
Expand Down
11 changes: 10 additions & 1 deletion packages/adaptive-ui-designer-figma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @adaptive-web/adaptive-ui-designer-figma

This log was last generated on Fri, 25 Oct 2024 03:02:05 GMT and should not be manually modified.
This log was last generated on Fri, 01 Nov 2024 01:04:24 GMT and should not be manually modified.

<!-- Start content -->

## 0.5.1

Fri, 01 Nov 2024 01:04:24 GMT

### Patches

- Bump @adaptive-web/adaptive-ui to v0.11.0
- Bump @adaptive-web/adaptive-ui-designer-core to v0.4.1

## 0.5.0

Fri, 25 Oct 2024 03:02:05 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/adaptive-ui-designer-figma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adaptive-web/adaptive-ui-designer-figma",
"version": "0.5.0",
"version": "0.5.1",
"description": "Figma integration for Adaptive Web.",
"main": "./dist/lib/index.js",
"bin": {
Expand Down Expand Up @@ -39,8 +39,8 @@
"@types/inquirer": "^9.0.7"
},
"dependencies": {
"@adaptive-web/adaptive-ui": "^0.10.0",
"@adaptive-web/adaptive-ui-designer-core": "^0.4.0",
"@adaptive-web/adaptive-ui": "^0.11.0",
"@adaptive-web/adaptive-ui-designer-core": "^0.4.1",
"@types/ajv": "^1.0.0",
"ajv": "^8.13.0",
"change-case": "^5.4.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/adaptive-ui-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"test": "npm run lint && npm run build"
},
"dependencies": {
"@adaptive-web/adaptive-ui": "0.10.0",
"@adaptive-web/adaptive-web-components": "0.8.0",
"@adaptive-web/adaptive-ui": "0.11.0",
"@adaptive-web/adaptive-web-components": "0.8.1",
"@microsoft/fast-element": "2.0.0-beta.26",
"@microsoft/fast-foundation": "3.0.0-alpha.31",
"culori": "^3.2.0"
Expand Down
15 changes: 15 additions & 0 deletions packages/adaptive-ui/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@adaptive-web/adaptive-ui",
"entries": [
{
"date": "Fri, 01 Nov 2024 01:04:24 GMT",
"tag": "@adaptive-web/adaptive-ui_v0.11.0",
"version": "0.11.0",
"comments": {
"minor": [
{
"author": "47367562+bheston@users.noreply.github.com",
"package": "@adaptive-web/adaptive-ui",
"commit": "119ef0019bc0d8be77dad90a8bb17b9efdda94f4",
"comment": "AUI: Added parts support to anatomy import"
}
]
}
},
{
"date": "Fri, 25 Oct 2024 03:02:05 GMT",
"tag": "@adaptive-web/adaptive-ui_v0.10.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/adaptive-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @adaptive-web/adaptive-ui

This log was last generated on Fri, 25 Oct 2024 03:02:05 GMT and should not be manually modified.
This log was last generated on Fri, 01 Nov 2024 01:04:24 GMT and should not be manually modified.

<!-- Start content -->

## 0.11.0

Fri, 01 Nov 2024 01:04:24 GMT

### Minor changes

- AUI: Added parts support to anatomy import (47367562+bheston@users.noreply.github.com)

## 0.10.0

Fri, 25 Oct 2024 03:02:05 GMT
Expand Down
Loading

0 comments on commit 51234a2

Please sign in to comment.