Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* changelog and bump version for dev release

* changed icons version specifier to patch

* bump version for release
  • Loading branch information
oddvernes authored Jul 14, 2023
1 parent 712a9e7 commit 5f01354
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/eds-core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.32.3] - 2023-07-14

### Fixed

- 🐛 `Autocomplete`, `Tooltip`, `Popover` and `Menu` inside a `Dialog` should now render on top by @oddvernes in https://github.com/equinor/design-system/pull/2970

## [0.32.2] - 2023-07-13

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions packages/eds-core-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/eds-core-react",
"version": "0.32.2",
"version": "0.32.3",
"description": "The React implementation of the Equinor Design System",
"sideEffects": [
"**/*.css"
Expand Down Expand Up @@ -92,7 +92,7 @@
},
"dependencies": {
"@babel/runtime": "^7.22.5",
"@equinor/eds-icons": "workspace:*",
"@equinor/eds-icons": "workspace:^",
"@equinor/eds-tokens": "workspace:*",
"@equinor/eds-utils": "workspace:*",
"@floating-ui/react": "^0.24.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/eds-core-react/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/eds-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/eds-utils",
"version": "0.8.1dev20230714",
"version": "0.8.1",
"description": "Utility functions and hooks for the Equinor Design System",
"sideEffects": false,
"type": "module",
Expand Down

0 comments on commit 5f01354

Please sign in to comment.