Skip to content

Commit

Permalink
v5.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wintercounter committed Sep 26, 2021
1 parent 565ea85 commit f96302d
Show file tree
Hide file tree
Showing 29 changed files with 220 additions and 124 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.1](https://github.com/wintercounter/ccss/compare/v5.8.0...v5.8.1) (2021-09-26)


### Bug Fixes

* **styled:** wrong parser return value ([565ea85](https://github.com/wintercounter/ccss/commit/565ea85f7bdedb8a3b2b89d1f990c70324324cbc))






# [5.8.0](https://github.com/wintercounter/ccss/compare/v5.7.0...v5.8.0) (2021-09-23)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages/cryptic-css/*",
"packages/youeye/*"
],
"version": "5.8.0",
"version": "5.8.1",
"conventionalCommits": true
}
9 changes: 9 additions & 0 deletions packages/cryptic-css/ccss/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.1](https://github.com/wintercounter/ccss/compare/v5.8.0...v5.8.1) (2021-09-26)

**Note:** Version bump only for package ccss






# [5.8.0](https://github.com/wintercounter/ccss/compare/v5.7.0...v5.8.0) (2021-09-23)

**Note:** Version bump only for package ccss
Expand Down
88 changes: 44 additions & 44 deletions packages/cryptic-css/ccss/package-lock.json

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

14 changes: 7 additions & 7 deletions packages/cryptic-css/ccss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ccss",
"version": "5.8.0",
"version": "5.8.1",
"description": "A full version for CrypticCSS including all available official plugins, props and extensions.",
"author": "Victor Vincent <[email protected]>",
"homepage": "https://github.com/wintercounter/ccss/tree/master/packages/prop-mid#readme",
Expand Down Expand Up @@ -67,12 +67,12 @@
"url": "https://github.com/wintercounter/ccss/issues"
},
"dependencies": {
"@cryptic-css/core": "^5.8.0",
"@cryptic-css/plugin-gutter": "^5.8.0",
"@cryptic-css/plugin-ratio": "^5.8.0",
"@cryptic-css/prop-keyframes": "^5.8.0",
"@cryptic-css/prop-mq": "^5.8.0",
"@cryptic-css/prop-scroll": "^5.8.0"
"@cryptic-css/core": "^5.8.1",
"@cryptic-css/plugin-gutter": "^5.8.1",
"@cryptic-css/plugin-ratio": "^5.8.1",
"@cryptic-css/prop-keyframes": "^5.8.1",
"@cryptic-css/prop-mq": "^5.8.1",
"@cryptic-css/prop-scroll": "^5.8.1"
},
"gitHead": "046c392acedba4e324349ebfa140f3c10721a226"
}
9 changes: 9 additions & 0 deletions packages/cryptic-css/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.1](https://github.com/wintercounter/ccss/compare/v5.8.0...v5.8.1) (2021-09-26)

**Note:** Version bump only for package @cryptic-css/core






# [5.8.0](https://github.com/wintercounter/ccss/compare/v5.7.0...v5.8.0) (2021-09-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/cryptic-css/core/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 packages/cryptic-css/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cryptic-css/core",
"version": "5.8.0",
"version": "5.8.1",
"description": "> TODO: description",
"author": "Viktor Vincze <[email protected]>",
"homepage": "https://github.com/wintercounter/ccss/tree/master/packages/core#readme",
Expand Down
9 changes: 9 additions & 0 deletions packages/cryptic-css/plugin-gutter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.1](https://github.com/wintercounter/ccss/compare/v5.8.0...v5.8.1) (2021-09-26)

**Note:** Version bump only for package @cryptic-css/plugin-gutter






# [5.8.0](https://github.com/wintercounter/ccss/compare/v5.7.0...v5.8.0) (2021-09-23)

**Note:** Version bump only for package @cryptic-css/plugin-gutter
Expand Down
18 changes: 9 additions & 9 deletions packages/cryptic-css/plugin-gutter/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/cryptic-css/plugin-gutter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cryptic-css/plugin-gutter",
"version": "5.8.0",
"version": "5.8.1",
"description": "Adds support for margin, padding and grid-gap to automatically convert numbers to the multiple of gutter.",
"author": "Victor Vincent <[email protected]>",
"homepage": "https://github.com/wintercounter/ccss/tree/master/packages/plugin-gutter#readme",
Expand Down Expand Up @@ -70,7 +70,7 @@
"@cryptic-css/core": "^5.0.0"
},
"devDependencies": {
"@cryptic-css/core": "^5.8.0"
"@cryptic-css/core": "^5.8.1"
},
"gitHead": "046c392acedba4e324349ebfa140f3c10721a226"
}
9 changes: 9 additions & 0 deletions packages/cryptic-css/plugin-ratio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.1](https://github.com/wintercounter/ccss/compare/v5.8.0...v5.8.1) (2021-09-26)

**Note:** Version bump only for package @cryptic-css/plugin-ratio






# [5.8.0](https://github.com/wintercounter/ccss/compare/v5.7.0...v5.8.0) (2021-09-23)

**Note:** Version bump only for package @cryptic-css/plugin-ratio
Expand Down
Loading

0 comments on commit f96302d

Please sign in to comment.