Skip to content

Commit e1e1ee9

Browse files
chore(release): 1.0.0-alpha.1
1 parent 497b3c1 commit e1e1ee9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ pageTitle: Changelog
1111
* [fix] Bugfix
1212

1313
## Unreleased
14+
15+
## 1.0.0-alpha.1
1416
* [breaking] Replace RFS with a custom implementation of truly fluid type based on the approach presented by utopia.fyi (using clamps)
1517
* adds `fluid` function to generate a clamped value (`fluid(12px, 16px)`)
1618
* replaces `$typography--base-size` with `$typography--base-size-min` and `$typography--base-size-max`

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@lnolte/und-css",
3-
"version": "0.2.3",
2+
"name": "@und-Pohlen/und-css",
3+
"version": "1.0.0-alpha.1",
44
"main": "index.js",
55
"license": "MIT",
66
"repository": "git://github.com/lnolte/und-css.git",

0 commit comments

Comments
 (0)