Skip to content

Commit

Permalink
🔖Release [email protected] (#3486)
Browse files Browse the repository at this point in the history
* change engine requirements back

* 🔖Release [email protected]
  • Loading branch information
oddvernes authored Jun 4, 2024
1 parent b33e888 commit a0eb80f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/eds-data-grid-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.6.1] - 2024-06-04

### Fixed

- 🐛 package.json: restored "engine" requirements to old values

## [0.6.0] - 2024-06-04

### Added
Expand Down
6 changes: 3 additions & 3 deletions packages/eds-data-grid-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/eds-data-grid-react",
"version": "0.6.0",
"version": "0.6.1",
"description": "A feature-rich data-grid written in React, implementing the Equinor Design System",
"license": "MIT",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -95,7 +95,7 @@
"data grid"
],
"engines": {
"pnpm": ">=8.15.4",
"node": "^18.20.2"
"pnpm": ">=4",
"node": ">=10.0.0"
}
}

0 comments on commit a0eb80f

Please sign in to comment.