Skip to content

Commit

Permalink
bump version and update changelog [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
GiladShoham committed Feb 27, 2018
1 parent b3fddcc commit 516decb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 35 deletions.
48 changes: 14 additions & 34 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,48 +7,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]

## [0.12.6-dev.9] - 2018-02-26
## [0.12.6] - 2018-02-27

### New
- introduced a new command `bit untag` for reverting un-exported tags.
- support .vue files
- support `bit install` of specific ids
- init local scope inside .git
- support peerDependencies
- support passing arguments/flags to the package-manager by specifying them after '--' (e.g. `bit import -- --no-optional`)
- support compilers which return promises

## [0.12.6-dev.8] - 2018-02-26
## [0.12.6-dev.7] - 2018-02-25

## [0.12.6-dev.6] - 2018-02-25
### Changes
- save bit dev-dependencies components inside devDependencies section of package.json
- `bit status` shows a list of staged versions in 'staged components' section

- enable updating a component's peerDependencies after import using the component's package.json
### Bug Fixes
- show npm-client's warnings when they are about missing peer-dependencies
- support passing arguments/flags to the package-manager by specifying them after '--' (e.g. bit import -- --no-optional)
- fix outdated to print correct version numbers

## [0.12.6-dev.5] - 2018-02-20

- bug fix - untagging component with dependents and local tags after export wasn't prevented as it should
- bug fix - untagging component with dependencies was showing an error saying the component is depends on itself
- bug fix - remove modified component message

## [0.12.6-dev.4] - 2018-02-19

- save bit dev-dependencies components inside devDependencies section of package.json
- fix bit cc to clear module's cache
- fix resolving .gitignore files
- when adding existing files to component in bitmap don't create duplications

## [0.12.6-dev.3] - 2018-02-15

- support `bit install` of specific ids
- support peerDependencies (in the model for now)
- remove a modified component message
- resolving .gitignore files
- [#729](https://github.com/teambit/bit/issues/729) fix bit cc to clear module cache
- [#769](https://github.com/teambit/bit/issues/769) - prevent duplicate ids in bitmap when adding existing files

## [0.12.6-dev.2] - 2018-02-13

## [0.12.6-dev.1] - 2018-02-13

- `bit status` shows a list of staged versions in 'staged components' section
- introduced a new command `bit untag` for reverting un-exported tags.
- init local scope inside .git
- support vue files
- [#736](https://github.com/teambit/bit/issues/736) - .gitignore is blocking everything

## [0.12.5] - 2018-02-06
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": "bit-bin",
"version": "0.12.6-dev.9",
"version": "0.12.6",
"license": "Apache-2.0",
"main": "./dist/api.js",
"scripts": {
Expand Down

0 comments on commit 516decb

Please sign in to comment.