Skip to content

Commit

Permalink
Merge pull request #46 from intuiface/release-please--branches--maste…
Browse files Browse the repository at this point in the history
…r--components--intuiface-cdk

chore(master): release 1.0.2
  • Loading branch information
jviolas authored Sep 21, 2022
2 parents 01cc0dc + db76563 commit b23619d
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 11 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.0.1"
".": "1.0.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.2](https://github.com/intuiface/intuiface-cdk/compare/v1.0.1...v1.0.2) (2022-09-21)


### Bug Fixes

* **interface-asset:** remove .vscode folder from gitignore ([01cc0dc](https://github.com/intuiface/intuiface-cdk/commit/01cc0dcc33292d81ef1245473f1a87270b9aa3f8))

## [1.0.1](https://github.com/intuiface/intuiface-cdk/compare/v1.0.0...v1.0.1) (2022-09-08)


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.0.1",
"version": "1.0.2",
"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.0.1",
"version": "1.0.2",
"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.0.1",
"version": "1.0.2",
"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.0.1",
"@intuiface/components": "1.0.1",
"@intuiface/custom-asset": "1.0.1",
"@intuiface/core": "1.0.2",
"@intuiface/components": "1.0.2",
"@intuiface/custom-asset": "1.0.2",
"@angular-architects/module-federation": "^14.0.1"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@intuiface/interface-asset",
"version": "1.0.1",
"version": "1.0.2",
"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 @@
"tslint": "6.1.3"
},
"dependencies": {
"@intuiface/core": "1.0.1",
"@intuiface/core": "1.0.2",
"tslib": "^2.3.1"
}
}
2 changes: 1 addition & 1 deletion 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.0.1",
"version": "1.0.2",
"license": "MIT",
"scripts": {
"ng": "nx",
Expand Down

0 comments on commit b23619d

Please sign in to comment.