Skip to content

Commit

Permalink
chore: release 10.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and mumanity committed Oct 10, 2024
1 parent 31235da commit 75daa06
Show file tree
Hide file tree
Showing 34 changed files with 461 additions and 214 deletions.
32 changes: 16 additions & 16 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"packages/components": "10.12.2",
"packages/core": "10.12.2",
"packages/dashboard": "10.12.2",
"packages/doc-site": "10.12.2",
"packages/core-util": "10.12.2",
"packages/react-components": "10.12.2",
"packages/related-table": "10.12.2",
"packages/scene-composer": "10.12.2",
"packages/source-iotsitewise": "10.12.2",
"packages/source-iottwinmaker": "10.12.2",
".": "10.12.2",
"configuration/jest-config": "10.12.2",
"packages/testing-util": "10.12.2",
"configuration/ts-config": "10.12.2",
"configuration/eslint-config": "10.12.2",
"packages/tools-iottwinmaker": "10.12.2"
"packages/components": "10.13.0",
"packages/core": "10.13.0",
"packages/dashboard": "10.13.0",
"packages/doc-site": "10.13.0",
"packages/core-util": "10.13.0",
"packages/react-components": "10.13.0",
"packages/related-table": "10.13.0",
"packages/scene-composer": "10.13.0",
"packages/source-iotsitewise": "10.13.0",
"packages/source-iottwinmaker": "10.13.0",
".": "10.13.0",
"configuration/jest-config": "10.13.0",
"packages/testing-util": "10.13.0",
"configuration/ts-config": "10.13.0",
"configuration/eslint-config": "10.13.0",
"packages/tools-iottwinmaker": "10.13.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.13.0](https://github.com/awslabs/iot-app-kit/compare/root-v10.12.2...root-v10.13.0) (2024-10-10)


### Features

* **draco:** setup support for draco compressed files ([cc0d4e4](https://github.com/awslabs/iot-app-kit/commit/cc0d4e4a74232c856100a6781354342a669f5fd0))


### Bug Fixes

* **imports:** move luxon dependency to right package ([31235da](https://github.com/awslabs/iot-app-kit/commit/31235da4b31e49ec0fc0f1ec21f649cf7af7e253))

## [10.12.2](https://github.com/awslabs/iot-app-kit/compare/root-v10.12.1...root-v10.12.2) (2024-09-17)


Expand Down
7 changes: 7 additions & 0 deletions configuration/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [10.13.0](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v10.12.2...eslint-config-v10.13.0) (2024-10-10)


### Miscellaneous Chores

* **eslint-config:** Synchronize iot-app-kit versions

## [10.12.2](https://github.com/awslabs/iot-app-kit/compare/eslint-config-v10.12.1...eslint-config-v10.12.2) (2024-09-17)


Expand Down
2 changes: 1 addition & 1 deletion configuration/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eslint-config-iot-app-kit",
"main": "index.js",
"private": true,
"version": "10.12.2",
"version": "10.13.0",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.62.0",
Expand Down
7 changes: 7 additions & 0 deletions configuration/jest-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [10.13.0](https://github.com/awslabs/iot-app-kit/compare/jest-config-v10.12.2...jest-config-v10.13.0) (2024-10-10)


### Miscellaneous Chores

* **jest-config:** Synchronize iot-app-kit versions

## [10.12.2](https://github.com/awslabs/iot-app-kit/compare/jest-config-v10.12.1...jest-config-v10.12.2) (2024-09-17)


Expand Down
2 changes: 1 addition & 1 deletion configuration/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iot-app-kit/jest-config",
"version": "10.12.2",
"version": "10.13.0",
"main": "index.ts",
"private": true,
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions configuration/ts-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [10.13.0](https://github.com/awslabs/iot-app-kit/compare/ts-config-v10.12.2...ts-config-v10.13.0) (2024-10-10)


### Miscellaneous Chores

* **ts-config:** Synchronize iot-app-kit versions

## [10.12.2](https://github.com/awslabs/iot-app-kit/compare/ts-config-v10.12.1...ts-config-v10.12.2) (2024-09-17)


Expand Down
2 changes: 1 addition & 1 deletion configuration/ts-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iot-app-kit/ts-config",
"version": "10.12.2",
"version": "10.13.0",
"type": "module",
"private": true,
"files": [
Expand Down
Loading

0 comments on commit 75daa06

Please sign in to comment.