Skip to content

Commit

Permalink
Version Packages (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
seek-oss-ci committed Jul 29, 2024
1 parent 7e62b2d commit e2bc86d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
17 changes: 0 additions & 17 deletions .changeset/eighty-pants-dress.md

This file was deleted.

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

## 2.3.0

### Minor Changes

- [#208](https://github.com/seek-oss/capsize/pull/208) [`e3f73ea`](https://github.com/seek-oss/capsize/commit/e3f73eac30f36b4482a361bf860c1eb3c597cedd) Thanks [@michaeltaranto](https://github.com/michaeltaranto)! - Add support for extracting from TrueType Collection by PostScript name

Enable the extraction of font metrics for a specific font from TrueType Collection (TTC) file by providing the `postscriptName` option.

For example:

```ts
import { fromFile } from '@capsizecss/unpack';

const metrics = await fromFile('AvenirNext.ttc', {
postscriptName: 'AvenirNext-Bold',
});
```

## 2.2.0

### Minor 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.2.0",
"version": "2.3.0",
"description": "Unpack capsize font metrics from fonts",
"keywords": [
"capsize",
Expand Down

0 comments on commit e2bc86d

Please sign in to comment.