Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2020-09-03)

### Bug Fixes

* **semantic-release:** release angular library from compiled files ([66e01e1](66e01e1))
* **semantic-release:** release proper package ([972e361](972e361))
  • Loading branch information
semantic-release-bot committed Sep 3, 2020
1 parent 66e01e1 commit 74a13b8
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dist/aem-angular-editable-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## [1.0.2](https://github.com/adobe/aem-angular-editable-components/compare/v1.0.1...v1.0.2) (2020-09-03)


### Bug Fixes

* **semantic-release:** release angular library from compiled files ([66e01e1](https://github.com/adobe/aem-angular-editable-components/commit/66e01e16edcd8bcd6d4f01e4a64bebf820962cc3))
* **semantic-release:** release proper package ([972e361](https://github.com/adobe/aem-angular-editable-components/commit/972e3618d43009186cdf25450fd6cf1dda8c3523))

## [1.0.1](https://github.com/adobe/aem-angular-editable-components/compare/v1.0.0...v1.0.1) (2020-09-02)


### Bug Fixes

* **semantic-release:** fix automatic release process ([b8c0d70](https://github.com/adobe/aem-angular-editable-components/commit/b8c0d70b3aab4f0804013c9b010c39c2e51e4244))
34 changes: 34 additions & 0 deletions dist/aem-angular-editable-components/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "@adobe/aem-angular-editable-components",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "https://github.com/adobe/aem-angular-editable-components.git"
},
"author": "Adobe Systems Inc.",
"license": "Apache-2.0",
"peerDependencies": {
"@adobe/aem-spa-component-mapping": "~1.0.5",
"@adobe/aem-spa-page-model-manager": "~1.0.3",
"@angular/common": "^9.1.9",
"@angular/core": "^9.1.9"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"main": "bundles/adobe-aem-angular-editable-components.umd.js",
"module": "fesm5/adobe-aem-angular-editable-components.js",
"es2015": "fesm2015/adobe-aem-angular-editable-components.js",
"esm5": "esm5/adobe-aem-angular-editable-components.js",
"esm2015": "esm2015/adobe-aem-angular-editable-components.js",
"fesm5": "fesm5/adobe-aem-angular-editable-components.js",
"fesm2015": "fesm2015/adobe-aem-angular-editable-components.js",
"typings": "adobe-aem-angular-editable-components.d.ts",
"metadata": "adobe-aem-angular-editable-components.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.10.0"
}
}

0 comments on commit 74a13b8

Please sign in to comment.