Skip to content

Commit

Permalink
Update package version to publish and update changelog to comply with…
Browse files Browse the repository at this point in the history
… the standards
  • Loading branch information
xabikos committed Jun 24, 2018
1 parent fee74d9 commit a77653e
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 4 deletions.
55 changes: 52 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,53 @@
# Change Log
## [2.2.0] - 2018-06-24
### Added
- Add snippet for named function stateless component

This project adheres to [Semantic Versioning](http://semver.org/).
Every release, along with the migration instructions, is documented on the Github [Releases](https://github.com/xabikos/vscode-react/releases) page.
## [2.1.0] - 2018-04-17
### Added
- Add snippet for `PropTypes.objectOf(PropTypes.shape)`
- Add snippet for `[getSnapshotBeforeUpdate, getDerivedStateFromProps , componentDidCatch ]`
### Changed
- Fix `rpt` snippet

## [2.0.0] - 2018-03-11
### Changed
- Merge #41 use TM_FILENAME_BASE variable instead of default placeholder
### Removed
- Remove support for jsx language

## [1.7.0] - 2017-11-19
### Added
- Add snippet for react pure component

## [1.6.0] - 2017-11-13
### Added
- Add rrc snippet: React Redux Component
- Add empty defaultProps declaration snippet

## [1.4.0] - 2017-06-26
### Added
- Added a new snippet that created a component without importing anything
### Changed
- Fix typos in snippets

## [1.3.0] - 2017-05-05
### Changed
- Import PropTypes from dedicated npm package

## [1.2.1] - 2017-10-05
### Changed
- Change the import style when creating components

## [1.2.0] - 2016-10-02
### Added
- Add support for JSX languages

## [1.0.0] - 2016-06-05
### Added
- Add support for TypeScript and TypeScript React languages
### Removed
- Remove the JavaScript snippets in favor of corresponding [JavaScript snippets](https://github.com/xabikos/vscode-javascript)

## [0.4.1] - 2016-04-10
### Changed
- Fixed the ssf snippet for setting the state with a callback as an argument
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ReactSnippets",
"description": "Code snippets for Reactjs development in ES6 syntax",
"version": "2.1.0",
"version": "2.2.0",
"displayName": "Reactjs code snippets",
"publisher": "xabikos",
"icon": "images/react.png",
Expand Down

0 comments on commit a77653e

Please sign in to comment.