From fc14c3e26bcfb24c0db0c1dd512865d0e436231f Mon Sep 17 00:00:00 2001 From: John Grishin Date: Sun, 17 Feb 2019 22:57:07 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=204.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 18 +++++------------- package.json | 2 +- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 230d159..4f9ec41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,34 +3,26 @@ All notable changes to this project will be documented in this file. Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [4.3.0-1](https://github.com/exah/pss/compare/4.2.0...4.3.0-1) - 2019-02-10 +## [4.3.0](https://github.com/exah/pss/compare/4.2.0...4.3.0) - 2019-02-17 + +### Merged + +- [`#5`](https://github.com/exah/pss/pull/5) ✨ Add `CSS Grid` and `Box Alignment` styles ### Added -- [`3530767`](https://github.com/exah/pss/commit/353076709d917fa67eb11ae83577530a7d57e2ad) ✨ Add gap styles - [`8f7f201`](https://github.com/exah/pss/commit/8f7f20116e1632208ecba1143f69ff627461e6ef) ✨ Add `rem` - [`6ec2108`](https://github.com/exah/pss/commit/6ec2108f91ef57876334d2697e0f04ffe937033c) ✨ Add `percentageValue` ### Improved -- [`1da2262`](https://github.com/exah/pss/commit/1da226212e36f9cb2921c05df0fc00c2ed8f3776) ♻️ Move z-index, order, alignment to separate styles -- [`2d03336`](https://github.com/exah/pss/commit/2d033368d81dd68d0c575eca193f3782d8bc6a65) ♻️ Rename `alignment` → `box-alignment` - [`a8aebf0`](https://github.com/exah/pss/commit/a8aebf03352e70732944cbdf16be3dfc676909ad) ♻️ Unify values behavior - [`79d1991`](https://github.com/exah/pss/commit/79d19910ce8a06a121b29451d5b7af556b6bfcb2) ♻️ Improve `spaceValue` - [`e01ddbf`](https://github.com/exah/pss/commit/e01ddbf82d441d80d78b8e3ec6d1ff2cce9a88c7) ♻️ Improve `splitUnit` -### Fixed - -- [`80122a6`](https://github.com/exah/pss/commit/80122a68177bafe12055d55190239139482e4272) 🚑 Fix grid style prop names - -### Dependencies - -- [`5dbd830`](https://github.com/exah/pss/commit/5dbd830249154fc761ba55efce97c416602921dc) ⬆️ Bump dev dependencies - ### Docs & Tests - [`1ee6451`](https://github.com/exah/pss/commit/1ee6451a1ba2bdca3ea32514703192f02ad934ac) 📝 Update docs -- [`a31d699`](https://github.com/exah/pss/commit/a31d699cb7a8c3969343313dd82ab8434d3eb957) ✅ Add `grid`, `gridItem` styles - [`3dc4306`](https://github.com/exah/pss/commit/3dc43068257f6747b313b3c1f438c2c0042ab08c) ✅ Update mixins test - [`f98080e`](https://github.com/exah/pss/commit/f98080e5997ecb6daf61d0ae8c90883e80b4ab96) 📝 Fix typo diff --git a/package.json b/package.json index be14a0e..f0704a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pss", - "version": "4.3.0-1", + "version": "4.3.0", "description": "Prop styles system for styled components", "author": "John Grishin ", "license": "MIT",