Skip to content

Commit

Permalink
Version Packages (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
seek-oss-ci authored Feb 1, 2023
1 parent b902c63 commit 865dba0
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 31 deletions.
7 changes: 0 additions & 7 deletions .changeset/thin-cows-think.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/tricky-teachers-warn.md

This file was deleted.

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

## 1.0.1

### Patch Changes

- [#126](https://github.com/seek-oss/capsize/pull/126) [`eb59cde`](https://github.com/seek-oss/capsize/commit/eb59cde65705913ab83abd929ab956403efc881b) Thanks [@michaeltaranto](https://github.com/michaeltaranto)! - oxygen: Refine missing metrics

Refines the missing `capHeight` and `xHeight` metrics to align with anchor co-ordinates of relevant glyphs — `H` for capHeight and `x` for xHeight. Previously these values where subjectively observed using the Capsize website.

- [#126](https://github.com/seek-oss/capsize/pull/126) [`eb59cde`](https://github.com/seek-oss/capsize/commit/eb59cde65705913ab83abd929ab956403efc881b) Thanks [@michaeltaranto](https://github.com/michaeltaranto)! - Add more system fonts

Expands the metrics library to include more system fonts. Fonts added are:

- `Tahoma`
- `Lucida Grande`
- `Verdana`
- `Trebuchet MS`
- `Georgia`
- `Courier New`
- `Brush Script`

The library now support all the [Best Web Safe Fonts](https://www.w3schools.com/cssref/css_websafe_fonts.php).

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capsizecss/metrics",
"version": "1.0.0",
"version": "1.0.1",
"description": "Font metrics library for system and Google fonts",
"scripts": {
"clean": "ts-node scripts/clean",
Expand Down
34 changes: 28 additions & 6 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@capsizecss/core": "^3.1.0",
"@capsizecss/metrics": "^1.0.0",
"@capsizecss/metrics": "^1.0.1",
"@capsizecss/unpack": "^1.0.0",
"@chakra-ui/core": "^0.8.0",
"@emotion/core": "^10.1.1",
Expand Down

0 comments on commit 865dba0

Please sign in to comment.