diff --git a/.github/release-please/.release-please-manifest.json b/.github/release-please/.release-please-manifest.json index 40ff6fe..b985ff6 100644 --- a/.github/release-please/.release-please-manifest.json +++ b/.github/release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.2" + ".": "0.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cb35218..80f7d79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [0.0.1](https://github.com/moodlehq/design-system/compare/design-system-v0.0.2...design-system-v0.0.1) (2025-12-16) + + +### Features + +* Add and relocate community insight files ([#69](https://github.com/moodlehq/design-system/issues/69)) ([1fdd1b2](https://github.com/moodlehq/design-system/commit/1fdd1b2e09ec0db54d7ba188821e1e8eea6300f6)) +* **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)) +* **Security:** Improvements suggested by OSSF Scorecard ([#55](https://github.com/moodlehq/design-system/issues/55)) ([89b3d37](https://github.com/moodlehq/design-system/commit/89b3d37e236aa8b89981d2fb31b6d30fcc51bb70)) + + +### Bug Fixes + +* **button:** Remove the border from bootstrap when clicked (MDS-263) ([#49](https://github.com/moodlehq/design-system/issues/49)) ([d2346ae](https://github.com/moodlehq/design-system/commit/d2346aeed0bf0dd40b13c3fefe1c8f5e4d4638b0)) +* **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)) + + +### Reverts + +* **#48:** Revert the previous merge due to merge message([#52](https://github.com/moodlehq/design-system/issues/52)) ([15b4af1](https://github.com/moodlehq/design-system/commit/15b4af19c440144964ae14f214d90e9638cbd35c)) + + +### Miscellaneous Chores + +* release 0.0.1 ([c82de7a](https://github.com/moodlehq/design-system/commit/c82de7af2849bbd3620350ba573ea89bfc29ab29)) + ## [0.0.2](https://github.com/moodlehq/design-system/compare/v0.0.1...v0.0.2) (2025-12-03) diff --git a/package-lock.json b/package-lock.json index 0ed09a9..3526ce7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@moodlehq/design-system", - "version": "0.0.2", + "version": "0.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@moodlehq/design-system", - "version": "0.0.2", + "version": "0.0.1", "license": "GPL-3.0-only", "devDependencies": { "@chromatic-com/storybook": "^4.1.2", diff --git a/package.json b/package.json index 62b5d7b..cfcd73a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@moodlehq/design-system", - "version": "0.0.2", + "version": "0.0.1", "description": "The Moodle Design System", "main": "dist/index.cjs.js", "module": "dist/index.es.js",