diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6a7753e..3b3e5e7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.0" + ".": "1.3.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c25863d..e5b27a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.1](https://github.com/intuiface/intuiface-cdk/compare/v1.3.0...v1.3.1) (2024-06-05) + + +### Bug Fixes + +* **interface-asset:** Adds an example parameter to the Trigger ([#74](https://github.com/intuiface/intuiface-cdk/issues/74)) ([bd11688](https://github.com/intuiface/intuiface-cdk/commit/bd11688b68e2f01f4a7a33bd17629d7f5cbf8b77)) + ## [1.3.0](https://github.com/intuiface/intuiface-cdk/compare/v1.2.0...v1.3.0) (2023-12-21) diff --git a/libs/components/package.json b/libs/components/package.json index a700803..d3ac4f4 100644 --- a/libs/components/package.json +++ b/libs/components/package.json @@ -1,6 +1,6 @@ { "name": "@intuiface/components", - "version": "1.3.0", + "version": "1.3.1", "repository": "https://github.com/intuiface/intuiface-cdk", "description": "The components library of intuiface", "license": "MIT", diff --git a/libs/core/package.json b/libs/core/package.json index 7f3d0c0..ca9c44a 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -1,6 +1,6 @@ { "name": "@intuiface/core", - "version": "1.3.0", + "version": "1.3.1", "repository": "https://github.com/intuiface/intuiface-cdk", "description": "The core library to use when creating an interface asset", "license": "MIT", diff --git a/libs/tools/schematics/custom-asset-schematics/package.json b/libs/tools/schematics/custom-asset-schematics/package.json index feabced..1eca836 100644 --- a/libs/tools/schematics/custom-asset-schematics/package.json +++ b/libs/tools/schematics/custom-asset-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@intuiface/custom-asset", - "version": "1.3.0", + "version": "1.3.1", "description": "Schematic to create a custom asset/collection", "scripts": { "build": "tsc -p tsconfig.json" diff --git a/libs/tools/schematics/custom-asset-schematics/src/create/files/packageVersions.json b/libs/tools/schematics/custom-asset-schematics/src/create/files/packageVersions.json index 0e93039..6555ffb 100644 --- a/libs/tools/schematics/custom-asset-schematics/src/create/files/packageVersions.json +++ b/libs/tools/schematics/custom-asset-schematics/src/create/files/packageVersions.json @@ -1,6 +1,6 @@ { - "@intuiface/core": "1.3.0", - "@intuiface/components": "1.3.0", - "@intuiface/custom-asset": "1.3.0", + "@intuiface/core": "1.3.1", + "@intuiface/components": "1.3.1", + "@intuiface/custom-asset": "1.3.1", "@angular-architects/module-federation": "^16.0.4" } \ No newline at end of file diff --git a/libs/tools/schematics/interface-asset-schematics/package.json b/libs/tools/schematics/interface-asset-schematics/package.json index 8f62ac6..0eb853c 100644 --- a/libs/tools/schematics/interface-asset-schematics/package.json +++ b/libs/tools/schematics/interface-asset-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@intuiface/interface-asset", - "version": "1.3.0", + "version": "1.3.1", "description": "Schematic to create an interface asset.", "scripts": { "build": "tsc -p tsconfig.json" diff --git a/libs/tools/schematics/interface-asset-schematics/src/create/files/package.json b/libs/tools/schematics/interface-asset-schematics/src/create/files/package.json index 82ea819..e7f9b1c 100644 --- a/libs/tools/schematics/interface-asset-schematics/src/create/files/package.json +++ b/libs/tools/schematics/interface-asset-schematics/src/create/files/package.json @@ -32,7 +32,7 @@ "webpack-cli": "^4.10.0" }, "dependencies": { - "@intuiface/core": "1.3.0", + "@intuiface/core": "1.3.1", "tslib": "^2.4.0" } } diff --git a/package-lock.json b/package-lock.json index 04adeec..560e282 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@intuiface/intuiface-cdk", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@intuiface/intuiface-cdk", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "workspaces": [ "libs/*" diff --git a/package.json b/package.json index 7b0e661..70f2e42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@intuiface/intuiface-cdk", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "workspaces": [ "libs/*"