Skip to content

Commit d49ba48

Browse files
chore(main): release 1.0.0 (#18)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7108b77 commit d49ba48

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
## 1.0.0 (2023-12-18)
4+
5+
6+
### Features
7+
8+
* add contributors to home page ([#23](https://github.com/codelearncreate/co-design/issues/23)) ([7108b77](https://github.com/codelearncreate/co-design/commit/7108b77419d934ca5730148f9aae9aaeb9ee45c5))
9+
* add guides ([#19](https://github.com/codelearncreate/co-design/issues/19)) ([20931c4](https://github.com/codelearncreate/co-design/commit/20931c4161d75414762eb416f65c550bfa58fd67))
10+
* add logo ([#21](https://github.com/codelearncreate/co-design/issues/21)) ([9da6dd8](https://github.com/codelearncreate/co-design/commit/9da6dd890600c5a491ceb2dc439b13322513095f))
11+
* add styles from weavly.org ([#14](https://github.com/codelearncreate/co-design/issues/14)) ([50ae369](https://github.com/codelearncreate/co-design/commit/50ae369392cfb456c9a2ef07107b5f5cd06daba3))
12+
* rename to Weavly Co-Design ([#17](https://github.com/codelearncreate/co-design/issues/17)) ([db82598](https://github.com/codelearncreate/co-design/commit/db82598d3e263465dd515eb87cbabf99aa29b9a4))
13+
* rough collections ([0987ed4](https://github.com/codelearncreate/co-design/commit/0987ed49389e501edd6b479ddd6e487af298479c))
14+
* rough home page ([3879d60](https://github.com/codelearncreate/co-design/commit/3879d60dc65b831c7ccae94e5bc46df8a11656b6))
15+
16+
17+
### Bug Fixes
18+
19+
* add home page to navigation ([296e2dd](https://github.com/codelearncreate/co-design/commit/296e2dd65d73fd1bb3b53caccd2b087e5d443b0a))
20+
* navigation issues ([f8f04c1](https://github.com/codelearncreate/co-design/commit/f8f04c18ebb6d38a7f347b4525f35e4d04fc59ce))
21+
* properly formed guide URLs ([#20](https://github.com/codelearncreate/co-design/issues/20)) ([5cd3eef](https://github.com/codelearncreate/co-design/commit/5cd3eef1c4241fdff1a712304d411a68221aad5c))
22+
* remove unused assets ([#22](https://github.com/codelearncreate/co-design/issues/22)) ([38da109](https://github.com/codelearncreate/co-design/commit/38da109fd607e30314eace679a03795634fced59))

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": "0.0.1",
3+
"version": "1.0.0",
44
"description": "TODO",
55
"scripts": {
66
"build": "npm-run-all -l clean -p build:*",

0 commit comments

Comments
 (0)