Skip to content

Commit

Permalink
v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phensley committed Mar 27, 2019
1 parent 470ff5f commit 4875f16
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"packages": [
"packages/*"
],
"version": "0.10.2-alpha.0"
"version": "0.10.2"
}
10 changes: 5 additions & 5 deletions packages/cldr-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phensley/cldr-compiler",
"version": "0.10.2-alpha.0",
"version": "0.10.2",
"description": "Compiler for @phensley/cldr",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand Down Expand Up @@ -36,10 +36,10 @@
"lib-es/"
],
"dependencies": {
"@phensley/cldr-core": "^0.10.2-alpha.0",
"@phensley/cldr-schema": "^0.10.2-alpha.0",
"@phensley/cldr-utils": "^0.10.2-alpha.0",
"@phensley/timezone": "^0.10.2-alpha.0",
"@phensley/cldr-core": "^0.10.2",
"@phensley/cldr-schema": "^0.10.2",
"@phensley/cldr-utils": "^0.10.2",
"@phensley/timezone": "^0.10.2",
"@types/prettier": "^1.10.0",
"@types/yargs": "^11.0.0",
"cldr-data": "34.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/cldr-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phensley/cldr-core",
"version": "0.10.2-alpha.0",
"version": "0.10.2",
"description": "Core library for @phensley/cldr",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand Down Expand Up @@ -33,10 +33,10 @@
"lib-es/"
],
"dependencies": {
"@phensley/cldr-schema": "^0.10.2-alpha.0",
"@phensley/cldr-utils": "^0.10.2-alpha.0",
"@phensley/decimal": "^0.10.2-alpha.0",
"@phensley/timezone": "^0.10.2-alpha.0"
"@phensley/cldr-schema": "^0.10.2",
"@phensley/cldr-utils": "^0.10.2",
"@phensley/decimal": "^0.10.2",
"@phensley/timezone": "^0.10.2"
},
"devDependencies": {
"@types/jest": "^23.3.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/cldr-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phensley/cldr-schema",
"version": "0.10.2-alpha.0",
"version": "0.10.2",
"description": "Schema for @phensley/cldr",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/cldr-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phensley/cldr-utils",
"version": "0.10.2-alpha.0",
"version": "0.10.2",
"description": "Utilities for cldr-engine packages",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/cldr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phensley/cldr",
"version": "0.10.2-alpha.0",
"version": "0.10.2",
"description": "Internationalization in Typescript with Unicode CLDR, batteries included",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand Down Expand Up @@ -42,12 +42,12 @@
"scripts/"
],
"dependencies": {
"@phensley/cldr-core": "^0.10.2-alpha.0",
"@phensley/cldr-utils": "^0.10.2-alpha.0"
"@phensley/cldr-core": "^0.10.2",
"@phensley/cldr-utils": "^0.10.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^6.3.0",
"@phensley/cldr-compiler": "^0.10.2-alpha.0",
"@phensley/cldr-compiler": "^0.10.2",
"@types/jest": "^23.3.14",
"@types/node": "^10.12.21",
"beautify-benchmark": "^0.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/decimal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phensley/decimal",
"version": "0.10.2-alpha.0",
"version": "0.10.2",
"description": "Arbitrary precision decimal math",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/timezone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phensley/timezone",
"version": "0.10.2-alpha.0",
"version": "0.10.2",
"description": "Compact timezone lib based on tz database",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"lib-es/"
],
"dependencies": {
"@phensley/cldr-utils": "^0.10.2-alpha.0"
"@phensley/cldr-utils": "^0.10.2"
},
"devDependencies": {
"@types/jest": "^23.3.14",
Expand Down

0 comments on commit 4875f16

Please sign in to comment.