Skip to content

Commit

Permalink
chore(release): 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balzss committed Jul 31, 2024
1 parent 7219606 commit 45e2e77
Show file tree
Hide file tree
Showing 235 changed files with 4,242 additions and 2,810 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.0.0](https://github.com/instructure/instructure-ui/compare/v9.5.1...v10.0.0) (2024-07-31)


### Features

* **many:** rewrite color system ([1e5809e](https://github.com/instructure/instructure-ui/commit/1e5809e28dee8c2a71703a429609b8d2f95d76e6))
* **ui-codemods:** add codemod for v10 color update ([566751b](https://github.com/instructure/instructure-ui/commit/566751b602114752591e5d0cf2fe7d1ab01543f2))


### BREAKING CHANGES

* **many:** Breaks color overrides in certain cases





## [9.5.1](https://github.com/instructure/instructure-ui/compare/v9.5.0...v9.5.1) (2024-07-30)


Expand Down
12 changes: 6 additions & 6 deletions docs/getting-started/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ During the interactive project generation phase, please choose React and either

We recommend that you add the `@instructure/ui` meta-package, this contains all of our UI components (substitute the version number with the latest one):

```md
```js
---
type: code
---

{
...
"dependencies": {
...
"@instructure/ui": "^10"
}
...
"dependencies": {
...
"@instructure/ui": "^10"
}
}
```

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "9.5.1",
"version": "10.0.0",
"npmClient": "npm",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
Loading

0 comments on commit 45e2e77

Please sign in to comment.