Skip to content

Commit

Permalink
Version Packages (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
seek-oss-ci authored Sep 24, 2021
1 parent 55251eb commit 252b978
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/breezy-buses-lay.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
@@ -0,0 +1,8 @@
# @capsizecss/metrics

## 0.1.0
### Minor Changes



- [#48](https://github.com/seek-oss/capsize/pull/48) [`55251eb`](https://github.com/seek-oss/capsize/commit/55251ebe3ee668e8955485ab5474438fc3177b1b) Thanks [@michaeltaranto](https://github.com/michaeltaranto)! - Initial release
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.0.1",
"version": "0.1.0",
"description": "Font metrics library for system and Google fonts",
"scripts": {
"clean": "ts-node scripts/clean",
Expand Down Expand Up @@ -32,7 +32,7 @@
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@capsizecss/unpack": "^0.0.1",
"@capsizecss/unpack": "^0.1.0",
"@types/cli-progress": "^3.9.2",
"@types/dedent": "^0.7.0",
"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
@@ -0,0 +1,8 @@
# @capsizecss/unpack

## 0.1.0
### Minor Changes



- [#48](https://github.com/seek-oss/capsize/pull/48) [`55251eb`](https://github.com/seek-oss/capsize/commit/55251ebe3ee668e8955485ab5474438fc3177b1b) Thanks [@michaeltaranto](https://github.com/michaeltaranto)! - Initial release
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.0.1",
"version": "0.1.0",
"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.0.1",
"@capsizecss/unpack": "^0.0.1",
"@capsizecss/metrics": "^0.1.0",
"@capsizecss/unpack": "^0.1.0",
"@chakra-ui/core": "^0.8.0",
"@emotion/core": "^10.1.1",
"@emotion/styled": "^10.0.27",
Expand Down

0 comments on commit 252b978

Please sign in to comment.