Skip to content

Commit

Permalink
v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phensley committed Sep 3, 2024
1 parent 8e6b4ea commit 16b84ea
Show file tree
Hide file tree
Showing 15 changed files with 48 additions and 48 deletions.
14 changes: 7 additions & 7 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": "1.8.1",
"version": "1.9.0",
"description": "Compiler for @phensley/cldr",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand Down Expand Up @@ -43,12 +43,12 @@
"lib-es/"
],
"dependencies": {
"@phensley/cldr-core": "workspace:~1.8.1",
"@phensley/cldr-ext-rbnf": "workspace:~1.8.1",
"@phensley/cldr-types": "workspace:~1.8.1",
"@phensley/cldr-utils": "workspace:~1.8.1",
"@phensley/decimal": "workspace:~1.8.1",
"@phensley/timezone": "workspace:~1.8.1",
"@phensley/cldr-core": "workspace:~1.9.0",
"@phensley/cldr-ext-rbnf": "workspace:~1.9.0",
"@phensley/cldr-types": "workspace:~1.9.0",
"@phensley/cldr-utils": "workspace:~1.9.0",
"@phensley/decimal": "workspace:~1.9.0",
"@phensley/timezone": "workspace:~1.9.0",
"@prettier/sync": "^0.5.2",
"@types/node-fetch": "^2.6.2",
"@types/yargs": "17.0.33",
Expand Down
20 changes: 10 additions & 10 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": "1.8.1",
"version": "1.9.0",
"description": "Core library for @phensley/cldr",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand Down Expand Up @@ -36,15 +36,15 @@
"lib-es/"
],
"dependencies": {
"@phensley/cldr-types": "workspace:~1.8.1",
"@phensley/cldr-utils": "workspace:~1.8.1",
"@phensley/decimal": "workspace:~1.8.1",
"@phensley/language-tag": "workspace:~1.8.1",
"@phensley/locale": "workspace:~1.8.1",
"@phensley/locale-matcher": "workspace:~1.8.1",
"@phensley/messageformat": "workspace:~1.8.1",
"@phensley/plurals": "workspace:~1.8.1",
"@phensley/timezone": "workspace:~1.8.1",
"@phensley/cldr-types": "workspace:~1.9.0",
"@phensley/cldr-utils": "workspace:~1.9.0",
"@phensley/decimal": "workspace:~1.9.0",
"@phensley/language-tag": "workspace:~1.9.0",
"@phensley/locale": "workspace:~1.9.0",
"@phensley/locale-matcher": "workspace:~1.9.0",
"@phensley/messageformat": "workspace:~1.9.0",
"@phensley/plurals": "workspace:~1.9.0",
"@phensley/timezone": "workspace:~1.9.0",
"tslib": "^2.7.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/cldr-ext-rbnf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phensley/cldr-ext-rbnf",
"version": "1.8.1",
"version": "1.9.0",
"description": "Extension for rule-based number formatting",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand Down Expand Up @@ -36,9 +36,9 @@
"lib-es/"
],
"dependencies": {
"@phensley/cldr-types": "workspace:~1.8.1",
"@phensley/decimal": "workspace:~1.8.1",
"@phensley/plurals": "workspace:~1.8.1",
"@phensley/cldr-types": "workspace:~1.9.0",
"@phensley/decimal": "workspace:~1.9.0",
"@phensley/plurals": "workspace:~1.9.0",
"tslib": "^2.7.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cldr-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phensley/cldr-types",
"version": "1.8.1",
"version": "1.9.0",
"description": "Types shared among packages in the @phensley/cldr library",
"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": "1.8.1",
"version": "1.9.0",
"description": "Utilities for cldr-engine packages",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/cldr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phensley/cldr",
"version": "1.8.1",
"version": "1.9.0",
"description": "Internationalization in Typescript with Unicode CLDR, batteries included",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand Down Expand Up @@ -60,14 +60,14 @@
"scripts/"
],
"dependencies": {
"@phensley/cldr-core": "workspace:~1.8.1",
"@phensley/cldr-utils": "workspace:~1.8.1",
"@phensley/messageformat": "workspace:~1.8.1",
"@phensley/cldr-core": "workspace:~1.9.0",
"@phensley/cldr-utils": "workspace:~1.9.0",
"@phensley/messageformat": "workspace:~1.9.0",
"tslib": "^2.7.0"
},
"devDependencies": {
"@microsoft/api-extractor": "~7.47.7",
"@phensley/cldr-compiler": "workspace:~1.8.1",
"@phensley/cldr-compiler": "workspace:~1.9.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
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": "1.8.1",
"version": "1.9.0",
"description": "Arbitrary precision decimal math",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/language-tag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phensley/language-tag",
"version": "1.8.1",
"version": "1.9.0",
"description": "Parsing and construction of BCP 47 language tags",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/locale-matcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phensley/locale-matcher",
"version": "1.8.1",
"version": "1.9.0",
"description": "Implements CLDR enhanced language matching",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand Down Expand Up @@ -36,8 +36,8 @@
"lib-es/"
],
"dependencies": {
"@phensley/language-tag": "workspace:~1.8.1",
"@phensley/locale": "workspace:~1.8.1",
"@phensley/language-tag": "workspace:~1.9.0",
"@phensley/locale": "workspace:~1.9.0",
"tslib": "^2.7.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/locale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phensley/locale",
"version": "1.8.1",
"version": "1.9.0",
"description": "Locale subtag resolver",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"lib-es/"
],
"dependencies": {
"@phensley/language-tag": "workspace:~1.8.1",
"@phensley/language-tag": "workspace:~1.9.0",
"tslib": "^2.7.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/messageformat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phensley/messageformat",
"version": "1.8.1",
"version": "1.9.0",
"description": "Extensible ICU message formatter",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand Down Expand Up @@ -36,9 +36,9 @@
"lib-es/"
],
"dependencies": {
"@phensley/cldr-utils": "workspace:~1.8.1",
"@phensley/decimal": "workspace:~1.8.1",
"@phensley/plurals": "workspace:~1.8.1",
"@phensley/cldr-utils": "workspace:~1.9.0",
"@phensley/decimal": "workspace:~1.9.0",
"@phensley/plurals": "workspace:~1.9.0",
"tslib": "^2.7.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plurals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phensley/plurals",
"version": "1.8.1",
"version": "1.9.0",
"description": "Plural rules engine",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"lib-es/"
],
"dependencies": {
"@phensley/decimal": "workspace:~1.8.1",
"@phensley/decimal": "workspace:~1.9.0",
"tslib": "^2.7.0"
},
"devDependencies": {
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": "1.8.1",
"version": "1.9.0",
"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": "workspace:~1.8.1",
"@phensley/cldr-utils": "workspace:~1.9.0",
"tslib": "^2.7.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/unit-converter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phensley/unit-converter",
"version": "1.8.1",
"version": "1.9.0",
"description": "Conversions between CLDR units",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand Down Expand Up @@ -36,9 +36,9 @@
"lib-es/"
],
"dependencies": {
"@phensley/cldr-types": "workspace:~1.8.1",
"@phensley/cldr-utils": "workspace:~1.8.1",
"@phensley/decimal": "workspace:~1.8.1",
"@phensley/cldr-types": "workspace:~1.9.0",
"@phensley/cldr-utils": "workspace:~1.9.0",
"@phensley/decimal": "workspace:~1.9.0",
"tslib": "^2.7.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.8.1"
"version": "1.9.0"
}

0 comments on commit 16b84ea

Please sign in to comment.