🔖(tokens) fix release 0.7.1

Patch Changes
- 7de28bc: Fix bug on sass token generation
This commit is contained in:
jbpenrath
2023-08-10 18:45:20 +02:00
committed by Jean-Baptiste PENRATH
parent 41ddaa5251
commit e3ee7ac065
3 changed files with 9 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"@openfun/cunningham-tokens": patch
---
Fix bug on sass token generation

View File

@@ -1,5 +1,11 @@
# @openfun/cunningham-tokens
## 0.7.1
### Patch Changes
- 7de28bc: Fix bug on sass token generation
## 0.7.0
### Minor Changes
@@ -57,7 +63,8 @@
- 4ebbf16: Add utility classes
- 4ebbf16: Add official design tokens
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.7.0...main
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.7.1...main
[0.7.1]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.7.0...@openfun/cunningham-tokens@0.7.1
[0.7.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.6.0...@openfun/cunningham-tokens@0.7.0
[0.6.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.5.0...@openfun/cunningham-tokens@0.6.0
[0.5.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.4.0...@openfun/cunningham-tokens@0.5.0

View File

@@ -1,7 +1,7 @@
{
"name": "@openfun/cunningham-tokens",
"private": false,
"version": "0.7.0",
"version": "0.7.1",
"license": "MIT",
"publishConfig": {
"access": "public"