Update version 1.2.10

This commit is contained in:
lorenzo 2020-02-12 15:27:47 +01:00
parent 13eda2606c
commit 37047b241d
3 changed files with 4 additions and 5 deletions

5
.idea/workspace.xml generated
View file

@ -3,8 +3,7 @@
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="6d9e6998-eced-4f47-8fb4-3257db3e18e7" name="Default" comment="Version upgrade 1.2.8"> <list default="true" id="6d9e6998-eced-4f47-8fb4-3257db3e18e7" name="Default" comment="Version upgrade 1.2.8">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/examples/dev/package-lock.json" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/examples/dev/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/examples/dev/package.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/src/package.json" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/src/package.json" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
@ -150,7 +149,7 @@
<workItem from="1571135626185" duration="164000" /> <workItem from="1571135626185" duration="164000" />
<workItem from="1572945589004" duration="252000" /> <workItem from="1572945589004" duration="252000" />
<workItem from="1581498853844" duration="6408000" /> <workItem from="1581498853844" duration="6408000" />
<workItem from="1581516389687" duration="1176000" /> <workItem from="1581516389687" duration="1254000" />
</task> </task>
<task id="LOCAL-00001" summary="Ref: clean code&#10;Ref: update examples"> <task id="LOCAL-00001" summary="Ref: clean code&#10;Ref: update examples">
<created>1557130876740</created> <created>1557130876740</created>

View file

@ -1,6 +1,6 @@
{ {
"name": "ng2-fittext", "name": "ng2-fittext",
"version": "1.2.9", "version": "1.2.10",
"description": "Ng2 Fittext, an Angular library", "description": "Ng2 Fittext, an Angular library",
"keywords": [], "keywords": [],
"author": "Lorenzo Iovino", "author": "Lorenzo Iovino",

View file

@ -1,6 +1,6 @@
{ {
"name": "ng2-fittext", "name": "ng2-fittext",
"version": "1.2.9", "version": "1.2.10",
"description": "Ng2-fittext: An Angular2+ directive that change the font size until it fit the upper level container dimension.", "description": "Ng2-fittext: An Angular2+ directive that change the font size until it fit the upper level container dimension.",
"keywords": [ "keywords": [
"ng2-fittext", "ng2-fittext",