Skip to content

Commit b08eb8c

Browse files
chore(main): release 1.1.0 (#61)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ea96b30 commit b08eb8c

4 files changed

Lines changed: 17 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.1"
2+
".": "1.1.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/codelearncreate/co-design/compare/v1.0.1...v1.1.0) (2024-03-04)
4+
5+
6+
### Features
7+
8+
* add overview and display in sidebar ([abb3204](https://github.com/codelearncreate/co-design/commit/abb3204f411c1ee50049b54d14d07a0c204fca3d))
9+
* add page navigation ([#66](https://github.com/codelearncreate/co-design/issues/66)) ([ea96b30](https://github.com/codelearncreate/co-design/commit/ea96b30625e07eda88f2a9dde42c00a3bd466b02))
10+
* add ul, ol, and images to CMS ([#65](https://github.com/codelearncreate/co-design/issues/65)) ([abb3204](https://github.com/codelearncreate/co-design/commit/abb3204f411c1ee50049b54d14d07a0c204fca3d))
11+
* change H3 to 24px (1.5rem) ([#59](https://github.com/codelearncreate/co-design/issues/59)) ([0362605](https://github.com/codelearncreate/co-design/commit/0362605b7658c64e33c411d2eef4c6a5a48f1aaf))
12+
* hide description from cards ([abb3204](https://github.com/codelearncreate/co-design/commit/abb3204f411c1ee50049b54d14d07a0c204fca3d))
13+
* make example field optional ([abb3204](https://github.com/codelearncreate/co-design/commit/abb3204f411c1ee50049b54d14d07a0c204fca3d))
14+
* support external links or files for supportive material ([abb3204](https://github.com/codelearncreate/co-design/commit/abb3204f411c1ee50049b54d14d07a0c204fca3d))
15+
316
## [1.0.1](https://github.com/codelearncreate/co-design/compare/v1.0.0...v1.0.1) (2023-12-18)
417

518

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@weavly/co-design",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "TODO",
55
"scripts": {
66
"build": "npm-run-all -l clean -p build:*",

0 commit comments

Comments
 (0)