Skip to content

Commit

Permalink
chore(release): 1.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jan 19, 2021
1 parent 5d217dd commit 5eff016
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.0-rc.0](https://github.com/ecomplus/apps-manager/compare/v0.3.2...v1.0.0-rc.0) (2021-01-19)


### ⚠ BREAKING CHANGES

* renamed fetchMarketApps => listFromMarket
findApp => findOnMarket
installApp
=> install
fetchStoreApplications => list
findStoreApplication => find
editApplication =>
edit
removeApplication => remove
* **market-requests:** REST API version change, `findApp` and `fetchMarketApps` refactored

### Features

* convert to export instance of EcomApps ([1607b32](https://github.com/ecomplus/apps-manager/commit/1607b32e5f4864b8b3b1c4354fb889388aef34d7))
* **market-requests:** updating to market api v2 ([1c2979b](https://github.com/ecomplus/apps-manager/commit/1c2979badd201be6e3a009b4c035768fbdd0f597))


### Bug Fixes

* **deps:** update dependency axios to ^0.21.0 [security] ([#64](https://github.com/ecomplus/apps-manager/issues/64)) ([f76ff06](https://github.com/ecomplus/apps-manager/commit/f76ff06a5f9c755bde625024e9edae1e2c5d8692))
* **edit-application:** remove internals atributtes by default and handle `canUpdateInternals` arg ([#65](https://github.com/ecomplus/apps-manager/issues/65)) ([b8525e4](https://github.com/ecomplus/apps-manager/commit/b8525e4dbad02b10f65527fd8cac043e8b482e95))


* renamed methods ([ee9ce51](https://github.com/ecomplus/apps-manager/commit/ee9ce5166b3f6fd5c9315c52222518d63ae65e19)), closes [#57](https://github.com/ecomplus/apps-manager/issues/57)

### [0.3.2](https://github.com/ecomclub/apps-manager/compare/v0.3.1...v0.3.2) (2019-12-11)

### [0.3.1](https://github.com/ecomclub/apps-manager/compare/v0.3.0...v0.3.1) (2019-11-26)
Expand Down
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecomplus/apps-manager",
"version": "0.3.2",
"version": "1.0.0-rc.0",
"description": "JS lib to manage E-Com Plus store applications",
"main": "dist/ecom-apps.min.js",
"module": "src/index.js",
Expand All @@ -11,7 +11,7 @@
"build": "NODE_ENV=production webpack",
"serve": "webpack-dev-server",
"doc": "rm -rf ./docs/*; jsdoc ./src -r ./README.md -d ./docs -t ./node_modules/docdash",
"release": "rm -rf ./dist; npm run build && standard-version"
"release": "rm -rf ./dist; npm run build && standard-version --prerelease rc"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5eff016

Please sign in to comment.