Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasdinonolte committed Aug 10, 2022
1 parent 497b3c1 commit 3435397
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ pageTitle: Changelog
* [fix] Bugfix

## Unreleased

## 1.0.0-alpha.1
* [breaking] Replace RFS with a custom implementation of truly fluid type based on the approach presented by utopia.fyi (using clamps)
* adds `fluid` function to generate a clamped value (`fluid(12px, 16px)`)
* replaces `$typography--base-size` with `$typography--base-size-min` and `$typography--base-size-max`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lnolte/und-css",
"version": "0.2.3",
"name": "@und-pohlen/und-css",
"version": "1.0.0-alpha.1",
"main": "index.js",
"license": "MIT",
"repository": "git://github.com/lnolte/und-css.git",
Expand Down

0 comments on commit 3435397

Please sign in to comment.