Skip to content

Commit

Permalink
Merge pull request #575 from MisRob/release-to-develop
Browse files Browse the repository at this point in the history
Merge `release-v4` to `develop`
  • Loading branch information
MisRob authored Mar 13, 2024
2 parents 7ae0990 + 73bcd8d commit f6e711f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ Changelog is rather internal in nature. See release notes for the public overvie

## Version 4.x.x (`release-v4` branch)

- [#565]
- **Description:** Revert adding engines
- **Products impact:** Dependencies
- **Addresses:** KDS not being installable by consumers that don't use Node 10
- **Components:** -
- **Breaking:** -
- **Impacts a11y:** -
- **Guidance:** -

[#565]: https://github.com/learningequality/kolibri-design-system/pull/565

- [#560]
- **Description:** Configure dependabot to run on Wednesday
- **Products impact:** -
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kolibri-design-system",
"version": "4.0.0",
"version": "4.0.1",
"private": false,
"description": "The Kolibri Design System defines common design patterns and code for use in Kolibri applications",
"license": "MIT",
Expand Down Expand Up @@ -75,10 +75,6 @@
"postcss-loader": "3.0.0",
"css-loader": "3.6.0"
},
"engines": {
"node": "10.x",
"yarn": "1.x"
},
"browserslist": [
"extends browserslist-config-kolibri"
]
Expand Down

0 comments on commit f6e711f

Please sign in to comment.