Skip to content

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bramsmulders committed Jun 7, 2021
1 parent 071c56e commit 13eb9bf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# Changelog

All notable changes to this project will be documented in this file.

## 5.0.1 - 31-march-2021
## 5.0.2 - 07-june-2021

- Refactor slash-based divisions(`/`) with `math.div()` functions as per: [slash-div](https://sass-lang.com/documentation/breaking-changes/slash-div)
- Update dependencies & housekeeping

## 5.0.1 - 31-march-2021

- Added funding links
- Updated packages
- Added github issue templates

## 5.0.0 - 19-march-2021

This is a massive overhaul opposed to v4.0.1, there is no simple upgrade path available.

- Moved repository to [Supple Kit](https://github.com/supple-kit) as the first of the many to come tools for webdevelopment.
Expand Down Expand Up @@ -67,6 +74,7 @@ This is a massive overhaul opposed to v4.0.1, there is no simple upgrade path av
- Use rem for spacing utility

## 2.0.0 - 13-dec-2018

Massive overhaul, v2 is by any means not compatible with v1 codebases.

- Converted the codebase to SCSS while maintaining custom property support.
Expand All @@ -80,9 +88,11 @@ Massive overhaul, v2 is by any means not compatible with v1 codebases.
- Updated to `stylelint-config-supple` v2

## 1.0.1 - 09-apr-2018

- Stupid typo's

## 1.0.0 - 09-apr-2018

- Added vertical layout mode.
- Formatted flexembed fallbacks a bit more consistent.
- Removed `@apply` rules because the spec is abandoned.
Expand All @@ -91,18 +101,21 @@ Massive overhaul, v2 is by any means not compatible with v1 codebases.
First major release 🔥.

## 0.2.1 - 09-jan-2018

- Removed `:host` selector again because that is not how webcomponents work

## 0.2.0 - 29-dec-2017

- Splitted responsive fractions into separate files
- Added full fraction
- Changed flexembed X & Y ratios to a single `--o-flexembed-ratio` variable
- Enabled webcomponents by adding `:host` selector to the custom property sets
- Removed postcss-custom-properties because of aforementioned change

## 0.1.0

- Initial alpha release

## [Unreleased]
- Repository init

- Repository init
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supple-kit/supple-css",
"version": "5.0.1",
"version": "5.0.2",
"description": "Reliable and testable Sass framework. Fluid, Variable, supple if you will",
"main": "index.scss",
"repository": "https://github.com/supple-kit/supple-css.git",
Expand Down

0 comments on commit 13eb9bf

Please sign in to comment.