Skip to content

Commit

Permalink
Version Packages (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
seek-oss-ci authored Mar 5, 2024
1 parent c2091af commit 9ac622e
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .changeset/nasty-boats-flash.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/metrics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @capsizecss/metrics

## 2.1.1

### Patch Changes

- [#181](https://github.com/seek-oss/capsize/pull/181) [`c2091af`](https://github.com/seek-oss/capsize/commit/c2091afae7729c73a7c032a80c829aa88c15a85b) Thanks [@michaeltaranto](https://github.com/michaeltaranto)! - xWidthAvg: Improve metric by factoring in space to weightings

Analyzing the `xWidthAvg` metrics for `latin` character sets, we have seen further improvement in the accuracy by factoring in the space character to the weightings.

## 2.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capsizecss/metrics",
"version": "2.1.0",
"version": "2.1.1",
"description": "Font metrics library for system and Google fonts",
"keywords": [
"capsize",
Expand Down Expand Up @@ -64,7 +64,7 @@
"generate": "pnpm clean && tsx ./scripts/generate.ts"
},
"devDependencies": {
"@capsizecss/unpack": "^2.0.0",
"@capsizecss/unpack": "^2.0.1",
"@types/cli-progress": "^3.9.2",
"@types/node-fetch": "^2.6.2",
"cli-progress": "^3.9.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/unpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @capsizecss/unpack

## 2.0.1

### Patch Changes

- [#181](https://github.com/seek-oss/capsize/pull/181) [`c2091af`](https://github.com/seek-oss/capsize/commit/c2091afae7729c73a7c032a80c829aa88c15a85b) Thanks [@michaeltaranto](https://github.com/michaeltaranto)! - xWidthAvg: Improve metric by factoring in space to weightings

Analyzing the `xWidthAvg` metrics for `latin` character sets, we have seen further improvement in the accuracy by factoring in the space character to the weightings.

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/unpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capsizecss/unpack",
"version": "2.0.0",
"version": "2.0.1",
"description": "Unpack capsize font metrics from fonts",
"keywords": [
"capsize",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"dependencies": {
"@capsizecss/core": "^4.0.0",
"@capsizecss/metrics": "^2.1.0",
"@capsizecss/unpack": "^2.0.0",
"@capsizecss/metrics": "^2.1.1",
"@capsizecss/unpack": "^2.0.1",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
Expand Down

0 comments on commit 9ac622e

Please sign in to comment.