Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #176

Merged
merged 1 commit into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/sweet-terms-clap.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.0

### Minor Changes

- [#175](https://github.com/seek-oss/capsize/pull/175) [`f2e1c2f`](https://github.com/seek-oss/capsize/commit/f2e1c2f667d54a299294dfdeb3de8e1a65695f1a) Thanks [@michaeltaranto](https://github.com/michaeltaranto)! - metrics: Provide ESM entrypoints for individual font metrics

Build an ESM version of individual font metrics in preparation for adding named exports as part of the upcoming support for non-latin unicode subsets.

## 2.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": "2.0.0",
"version": "2.1.0",
"description": "Font metrics library for system and Google fonts",
"keywords": [
"capsize",
Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -24,7 +24,7 @@
},
"dependencies": {
"@capsizecss/core": "^4.0.0",
"@capsizecss/metrics": "^2.0.0",
"@capsizecss/metrics": "^2.1.0",
"@capsizecss/unpack": "^2.0.0",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
Expand Down
Loading