-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from SherbyElements/npm
Add the mixin on npm under @sherby/localize.
- Loading branch information
Showing
3 changed files
with
29 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [1.0.2] - 2017-10-17 | ||
### Added | ||
- Add the mixin on npm under @sherby/localize. | ||
|
||
## [1.0.1] - 2017-10-11 | ||
### Fixed | ||
- Fix the name of a extern function | ||
|
||
## [1.0.0] - 2017-10-11 | ||
### Added | ||
- First public version on Github and WebComponents.org. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,12 +4,13 @@ | |
"authors": [ | ||
"Benjamin Rancourt <[email protected]>" | ||
], | ||
"licence": "MIT", | ||
"main": "sherby-localize-mixin.html", | ||
"dependencies": { | ||
"app-localize-behavior": "Collaborne/app-localize-behavior#fix/103", | ||
"polymer": "Polymer/polymer#^2.0.0", | ||
"udes-language-mixin": "UdeSElements/udes-language-mixin#^2.2.0", | ||
"sherby-nested-property": "SherbyElements/sherby-nested-property#^1.0.1" | ||
"sherby-nested-property": "SherbyElements/sherby-nested-property#^1.0.1", | ||
"udes-language-mixin": "UdeSElements/udes-language-mixin#^2.2.0" | ||
}, | ||
"devDependencies": { | ||
"iron-component-page": "PolymerElements/iron-component-page#^3.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters