Skip to content

Commit

Permalink
Release eds-icons@0.5.0 (#917)
Browse files Browse the repository at this point in the history
* πŸ“ CHANGELOG

* πŸ”– + module issue and version up

* πŸ”– Correct version

* Update libraries/icons/CHANGELOG.md

Co-authored-by: Victor Nystad <vnystad@gmail.com>

Co-authored-by: Victor Nystad <vnystad@gmail.com>
  • Loading branch information
pomfrida and vnys authored Nov 26, 2020
1 parent 408bf88 commit ce99fd4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions libraries/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.5.0] - 2020-11-26

### Added

- Types, as part of the [Typescript Milestone](https://github.com/equinor/design-system/milestone/7?closed=1)

### Changed

- Changed module types for better support with `cjs` and `esm`. Using the `<some-eds-npm-package>/commonjs` path on packages should no longer be needed and will be deprecated in the future ([#887](https://github.com/equinor/design-system/issues/887))

## [0.4.0] - 2020-09-11

### Added
Expand Down
2 changes: 1 addition & 1 deletion libraries/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/eds-icons",
"version": "0.5.0-beta.2",
"version": "0.5.0",
"description": "Icons from the Equinor Design System",
"main": "dist/icons.cjs.js",
"module": "dist/icons.esm.js",
Expand Down

0 comments on commit ce99fd4

Please sign in to comment.