Skip to content

Commit

Permalink
Merge pull request #1 from SherbyElements/npm
Browse files Browse the repository at this point in the history
Add the mixin on npm under @sherby/localize.
  • Loading branch information
benjaminrancourt authored Oct 17, 2017
2 parents de5cedc + f9428e8 commit 66feaf9
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 6 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
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.
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sherby-localize",
"version": "1.0.0",
"name": "@sherby/localize",
"version": "1.0.2",
"description": "Mixin to localize Polymer components",
"scripts": {
"format": "npm run format:js && npm run format:json",
Expand All @@ -16,14 +16,17 @@
"url": "git+https://github.com/SherbyElements/sherby-localize.git"
},
"keywords": [
"format",
"i18n",
"internationalization",
"l10n",
"language",
"localisation",
"translation",
"localization",
"localize",
"polymer",
"sherby",
"translation",
"web-components",
"webcomponents"
],
"author": "Benjamin Rancourt",
Expand Down

0 comments on commit 66feaf9

Please sign in to comment.