Skip to content

Commit

Permalink
chore(master): release 1.3.1 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 5, 2024
1 parent bd11688 commit c797149
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.3.0"
".": "1.3.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion libs/components/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion libs/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion libs/tools/schematics/custom-asset-schematics/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
}
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@intuiface/core": "1.3.0",
"@intuiface/core": "1.3.1",
"tslib": "^2.4.0"
}
}
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@intuiface/intuiface-cdk",
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",
"workspaces": [
"libs/*"
Expand Down

0 comments on commit c797149

Please sign in to comment.