🔊(changelog) migrate existing changelog entries to changeset

The entries were dispatched in matching packages, but some of them that
were about the overall monorepo's architecture (like "setup circleci"
were delete thrown away because they were not matching any specific
package.
This commit is contained in:
Nathan Vasse
2023-01-27 17:39:03 +01:00
committed by NathanVss
parent e2204a1234
commit 4ebbf168e2
6 changed files with 25 additions and 30 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-tokens": minor
---
Add utility classes

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-tokens": minor
---
Add official design tokens

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": minor
---
Add storybook

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": minor
---
Add package

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": minor
---
Add component's tokens handling

View File

@@ -1,30 +0,0 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Add utility classes
- Add official design tokens
- Add component's tokens handling
- Setup Turborepo and package.json
- Setup ESLint package
- Setup tsconfig package
- Add tokens repo
- Add react repo
- Add storybook to react repo
- Add app demo
- Setup Docker
- Setup Makefile
- Setup circle ci
- Setup renovate.json
- Add CHANGELOG
[unreleased]: https://github.com/openfun/cunningham