Skip to content

Commit

Permalink
Merge pull request #24 from infinum/release/1.9.1
Browse files Browse the repository at this point in the history
1.9.1
  • Loading branch information
goranalkovic-infinum authored Dec 17, 2024
2 parents cfeed46 + 1cc51da commit becb4b7
Show file tree
Hide file tree
Showing 3 changed files with 1,819 additions and 1,829 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.

This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/).

## [1.9.1] - 2024-12-17
- Downgraded from React 19 to React 18.

## [1.9.0] - 2024-12-17
- Rewrote `Expandable` and `ComponentToggle` to use new React Aria disclosure components.
- Deprecated `noFocusHandling` from `Expandable`.
Expand Down Expand Up @@ -222,6 +225,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a
- Initial release

[Unreleased]: https://github.com/infinum/eightshift-ui-components/compare/master...HEAD
[1.9.1]: https://github.com/infinum/eightshift-ui-components/compare/1.9.0...1.9.1
[1.9.0]: https://github.com/infinum/eightshift-ui-components/compare/1.8.0...1.9.0
[1.8.0]: https://github.com/infinum/eightshift-ui-components/compare/1.7.2...1.8.0
[1.7.2]: https://github.com/infinum/eightshift-ui-components/compare/1.7.1...1.7.2
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eightshift/ui-components",
"version": "1.9.0",
"version": "1.9.1",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down Expand Up @@ -39,16 +39,16 @@
"preview": "vite preview"
},
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"dependencies": {
"@dnd-kit/abstract": "^0.0.5",
"@dnd-kit/dom": "^0.0.5",
"@dnd-kit/helpers": "^0.0.5",
"@dnd-kit/react": "^0.0.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-jsx-parser": "^2.2.2",
"react-movable": "^3.3.1",
"svg-to-jsx-string": "^0.1.1"
Expand All @@ -62,8 +62,8 @@
"@eslint/compat": "^1.2.4",
"@react-stately/collections": "^3.12.0",
"@stylistic/eslint-plugin-js": "^2.12.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@types/react": "^18.3.17",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react-swc": "^3.7.2",
"@wordpress/i18n": "^5.14.0",
"autoprefixer": "^10.4.20",
Expand Down
Loading

0 comments on commit becb4b7

Please sign in to comment.