🔖(release) version packages
Bump cunningham-demo to 0.0.1 Bump @openfun/cunningham-react to 0.1.1 Bump @openfun/cunningham-tokens to 0.1.1
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@openfun/cunningham-tokens": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fix windows generate tokens
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
---
|
|
||||||
"@openfun/cunningham-tokens": patch
|
|
||||||
"@openfun/cunningham-react": patch
|
|
||||||
"cunningham-demo": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
The CSS utility classes are no longer automatically included when using Cunningham bin.
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@openfun/cunningham-react": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Make Button handle icon only
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@openfun/cunningham-react": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Split fonts in a separated CSS file
|
|
||||||
10
apps/demo/CHANGELOG.md
Normal file
10
apps/demo/CHANGELOG.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# cunningham-demo
|
||||||
|
|
||||||
|
## 0.0.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 2a5acea: The CSS utility classes are no longer automatically included when using Cunningham bin.
|
||||||
|
|
||||||
|
[unreleased]: https://github.com/openfun/cunningham/compare/cunningham-demo@0.0.1...main
|
||||||
|
[0.0.1]: https://github.com/openfun/cunningham/compare/0b532742e7f9747c5d573b869daa8aca0d79e7f1...cunningham-demo@0.0.1
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "cunningham-demo",
|
"name": "cunningham-demo",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.0",
|
"version": "0.0.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint . 'src/**/*.{ts,tsx}'",
|
"lint": "eslint . 'src/**/*.{ts,tsx}'",
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @openfun/cunningham-react
|
# @openfun/cunningham-react
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 2a5acea: The CSS utility classes are no longer automatically included when using Cunningham bin.
|
||||||
|
- 722b66b: Make Button handle icon only
|
||||||
|
- cd88e46: Split fonts in a separated CSS file
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
@@ -8,11 +16,7 @@
|
|||||||
- 4ebbf16: Add package
|
- 4ebbf16: Add package
|
||||||
- 4ebbf16: Add component's tokens handling
|
- 4ebbf16: Add component's tokens handling
|
||||||
|
|
||||||
### Patch Changes
|
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.1.1...main
|
||||||
|
[0.1.1]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.1.0...@openfun/cunningham-react@0.1.1
|
||||||
- Updated dependencies [4ebbf16]
|
|
||||||
- Updated dependencies [4ebbf16]
|
|
||||||
- @openfun/cunningham-tokens@0.1.0
|
|
||||||
|
|
||||||
[0.1.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.0.0...@openfun/cunningham-react@0.1.0
|
[0.1.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-react@0.0.0...@openfun/cunningham-react@0.1.0
|
||||||
[0.0.0]: https://github.com/openfun/cunningham/compare/0b532742e7f9747c5d573b869daa8aca0d79e7f1...@openfun/cunningham-react@0.0.0
|
[0.0.0]: https://github.com/openfun/cunningham/compare/0b532742e7f9747c5d573b869daa8aca0d79e7f1...@openfun/cunningham-react@0.0.0
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@openfun/cunningham-react",
|
"name": "@openfun/cunningham-react",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
# @openfun/cunningham-tokens
|
# @openfun/cunningham-tokens
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 479e077: fix windows generate tokens
|
||||||
|
- 2a5acea: The CSS utility classes are no longer automatically included when using Cunningham bin.
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
@@ -7,5 +14,7 @@
|
|||||||
- 4ebbf16: Add utility classes
|
- 4ebbf16: Add utility classes
|
||||||
- 4ebbf16: Add official design tokens
|
- 4ebbf16: Add official design tokens
|
||||||
|
|
||||||
|
[unreleased]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.1.1...main
|
||||||
|
[0.1.1]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.1.0...@openfun/cunningham-tokens@0.1.1
|
||||||
[0.1.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.0.0...@openfun/cunningham-tokens@0.1.0
|
[0.1.0]: https://github.com/openfun/cunningham/compare/@openfun/cunningham-tokens@0.0.0...@openfun/cunningham-tokens@0.1.0
|
||||||
[0.0.0]: https://github.com/openfun/cunningham/compare/0b532742e7f9747c5d573b869daa8aca0d79e7f1...@openfun/cunningham-tokens@0.0.0
|
[0.0.0]: https://github.com/openfun/cunningham/compare/0b532742e7f9747c5d573b869daa8aca0d79e7f1...@openfun/cunningham-tokens@0.0.0
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@openfun/cunningham-tokens",
|
"name": "@openfun/cunningham-tokens",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|||||||
Reference in New Issue
Block a user