Skip to content

Commit

Permalink
v5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wintercounter committed Nov 9, 2021
1 parent 19685ea commit 6affae7
Show file tree
Hide file tree
Showing 29 changed files with 210 additions and 124 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.9.0](https://github.com/wintercounter/ccss/compare/v5.8.1...v5.9.0) (2021-11-09)


### Features

* **props:** add support for `touch-action` prop ([19685ea](https://github.com/wintercounter/ccss/commit/19685ea102bbf7ee9a4474ca4583a5a0ede20e23))





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


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

# [5.9.0](https://github.com/wintercounter/ccss/compare/v5.8.1...v5.9.0) (2021-11-09)

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





## [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
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
@@ -1,6 +1,6 @@
{
"name": "ccss",
"version": "5.8.1",
"version": "5.9.0",
"description": "A full version for CrypticCSS including all available official plugins, props and extensions.",
"author": "Victor Vincent <wintercounter+ccss@gmail.com>",
"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.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"
"@cryptic-css/core": "^5.9.0",
"@cryptic-css/plugin-gutter": "^5.9.0",
"@cryptic-css/plugin-ratio": "^5.9.0",
"@cryptic-css/prop-keyframes": "^5.9.0",
"@cryptic-css/prop-mq": "^5.9.0",
"@cryptic-css/prop-scroll": "^5.9.0"
},
"gitHead": "046c392acedba4e324349ebfa140f3c10721a226"
}
11 changes: 11 additions & 0 deletions packages/cryptic-css/core/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.9.0](https://github.com/wintercounter/ccss/compare/v5.8.1...v5.9.0) (2021-11-09)


### Features

* **props:** add support for `touch-action` prop ([19685ea](https://github.com/wintercounter/ccss/commit/19685ea102bbf7ee9a4474ca4583a5a0ede20e23))





## [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
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
@@ -1,6 +1,6 @@
{
"name": "@cryptic-css/core",
"version": "5.8.1",
"version": "5.9.0",
"description": "> TODO: description",
"author": "Viktor Vincze <viktor.vincze@doclerholding.com>",
"homepage": "https://github.com/wintercounter/ccss/tree/master/packages/core#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/cryptic-css/plugin-gutter/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.9.0](https://github.com/wintercounter/ccss/compare/v5.8.1...v5.9.0) (2021-11-09)

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





## [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
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
@@ -1,6 +1,6 @@
{
"name": "@cryptic-css/plugin-gutter",
"version": "5.8.1",
"version": "5.9.0",
"description": "Adds support for margin, padding and grid-gap to automatically convert numbers to the multiple of gutter.",
"author": "Victor Vincent <wintercounter+ccss@gmail.com>",
"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.1"
"@cryptic-css/core": "^5.9.0"
},
"gitHead": "046c392acedba4e324349ebfa140f3c10721a226"
}
8 changes: 8 additions & 0 deletions packages/cryptic-css/plugin-ratio/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.9.0](https://github.com/wintercounter/ccss/compare/v5.8.1...v5.9.0) (2021-11-09)

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





## [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
Expand Down

0 comments on commit 6affae7

Please sign in to comment.