Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bleto committed Oct 14, 2020
1 parent 00d42cb commit c82e2bb
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 16 deletions.
30 changes: 17 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta](https://github.com/bleto/frontend/compare/v0.10.0...v1.0.0-beta) (2020-10-14)

**Note:** Version bump only for package ergonode-front





# CHANGELOG
This changelog references the relevant changes.

## CHANGELOG FOR v1.0.0-beta
- feature [#463](https://github.com/ergonode/frontend/issues/463) New dashboard
- feature [#468](https://github.com/ergonode/frontend/issues/468) Product with variants
- feature [#327](https://github.com/ergonode/frontend/issues/327) Multi save button
- feature - multilingual workflow
- refactor - extend attribute types
- refactor - extend product types
- refactor - extend Vuex actions
- refactor - validations improvement
- refactor - new format for date
- refactor - remove language from url
- refactor - services isolation
- refactor - vuex clean architecture
- bugfix - advanced filter stabilization
- bugfix - e2e tests bugfix


## CHANGELOG FOR v0.10.0
- feature [#474](https://github.com/ergonode/frontend/issues/474) Channels & exports
- feature [#411](https://github.com/ergonode/frontend/issues/411) Multimedia
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ How to do a release:
- You must be in the developers team in the npm @ergonode organization
- You must have publish access to all @ergonode modules
2. Merge develop to master and from master create release branch (release/v0.9.0).
3. Run `npm run publish:all ${semver}` - semver is semantic version (major, minor, path, etc.)
3. Run `npm run publish:all ${semver}` - semver is semantic version (1.0.0, major, minor, path, etc.)
4A. If everything works properly, all modules are published and CHANGELOG will be created
4B. If the publish fails half-way, things have gotten hairy. Now you need to
go to npm to check which packages have been published and manually publish
Expand All @@ -25,7 +25,8 @@ How to do a release:

<p align="center">
<a href="https://ergonode.com">
<img src="https://img.shields.io/badge/version-0.10.0-4c9aff.svg" alt="Version">
<img src="https://img.shields.io/github/v/release/ergonode/frontend?include_prereleases" alt="Version">

</a>
<a href="https://ergonode.com">
<img src="https://img.shields.io/badge/version%20code-Vegas-00bc87.svg" alt="Code Version">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ergonode-front",
"version": "0.10.0",
"version": "1.0.0-beta",
"description": "Ergonode - Desktop PWA Ready Product Information Management Platform",
"keywords": [
"ergonode",
Expand Down

0 comments on commit c82e2bb

Please sign in to comment.