Skip to content

Commit 1a21f15

Browse files
chore(main): release 0.1.0
1 parent 44db5ef commit 1a21f15

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-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.2"
2+
".": "0.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+
## [0.1.0](https://github.com/moodlehq/design-system/compare/v0.0.2...v0.1.0) (2025-12-09)
4+
5+
6+
### Features
7+
8+
* **button:** Improve variant restriction and tidy up unit tests ([#56](https://github.com/moodlehq/design-system/issues/56)) ([465cb7b](https://github.com/moodlehq/design-system/commit/465cb7be3d37e9db2ba3727713a8e8f1ecdbadb8))
9+
* **Security:** Improvements suggested by OSSF Scorecard ([#55](https://github.com/moodlehq/design-system/issues/55)) ([89b3d37](https://github.com/moodlehq/design-system/commit/89b3d37e236aa8b89981d2fb31b6d30fcc51bb70))
10+
11+
12+
### Bug Fixes
13+
14+
* **GHA:** Add id-token permission to the StoryBook deploy ([#63](https://github.com/moodlehq/design-system/issues/63)) ([0655a78](https://github.com/moodlehq/design-system/commit/0655a78feb35adb884091cf8329bce76625ee8b1))
15+
316
## [0.0.2](https://github.com/moodlehq/design-system/compare/v0.0.1...v0.0.2) (2025-12-03)
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": "@moodlehq/design-system",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"description": "The Moodle Design System",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.es.js",

0 commit comments

Comments
 (0)