Skip to content

Commit

Permalink
Version Packages (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
seek-oss-ci authored Nov 11, 2022
1 parent 0066a20 commit 383459d
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/lucky-moles-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-ducks-give.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/wild-tables-argue.md

This file was deleted.

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

## 0.4.0

### Minor Changes

- [#112](https://github.com/seek-oss/capsize/pull/112) [`0066a20`](https://github.com/seek-oss/capsize/commit/0066a209e7746c16a7a9e7433820bd57c39ba43f) Thanks [@michaeltaranto](https://github.com/michaeltaranto)! - Update Google Fonts to latest

- [#110](https://github.com/seek-oss/capsize/pull/110) [`404de74`](https://github.com/seek-oss/capsize/commit/404de74384f5c81b77bb8bc5335aa4859554ea07) Thanks [@michaeltaranto](https://github.com/michaeltaranto)! - Add `timesNewRoman` metrics

Provides metrics for the built in system font `Times New Roman`.
Can be used by importing as `@capsizecss/metrics/timesNewRoman`.

## 0.3.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": "0.3.0",
"version": "0.4.0",
"description": "Font metrics library for system and Google fonts",
"scripts": {
"clean": "ts-node scripts/clean",
Expand Down Expand Up @@ -33,7 +33,7 @@
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@capsizecss/unpack": "^0.2.0",
"@capsizecss/unpack": "^0.2.1",
"@types/cli-progress": "^3.9.2",
"@types/dedent": "^0.7.0",
"@types/node": "^16.18.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/unpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @capsizecss/unpack

## 0.2.1

### Patch Changes

- [#109](https://github.com/seek-oss/capsize/pull/109) [`aafab43`](https://github.com/seek-oss/capsize/commit/aafab438f7d67705dcad6152bade050f60e492cb) Thanks [@michaeltaranto](https://github.com/michaeltaranto)! - Upgrade to `fontkit` to v2

## 0.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": "0.2.0",
"version": "0.2.1",
"description": "Unpack capsize font metrics from fonts",
"main": "dist/capsizecss-unpack.cjs.js",
"module": "dist/capsizecss-unpack.esm.js",
Expand Down
4 changes: 2 additions & 2 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
"dependencies": {
"@capsizecss/core": "^3.0.0",
"@capsizecss/metrics": "^0.3.0",
"@capsizecss/unpack": "^0.2.0",
"@capsizecss/metrics": "^0.4.0",
"@capsizecss/unpack": "^0.2.1",
"@chakra-ui/core": "^0.8.0",
"@emotion/core": "^10.1.1",
"@emotion/styled": "^10.0.27",
Expand Down

0 comments on commit 383459d

Please sign in to comment.