Skip to content

Commit

Permalink
🔖Release eds-icons@0.19.3 (#2972)
Browse files Browse the repository at this point in the history
* revert changes from prev release

* fix cjs extension
  • Loading branch information
oddvernes authored Jul 14, 2023
1 parent 0ddbdc7 commit 712a9e7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
6 changes: 6 additions & 0 deletions packages/eds-icons/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.19.3] - 2023-07-14

### Changed

- 📦️ Revert changes from 0.19.2 due to testrunners downstream failing to resolve icons

## [0.19.2] - 2023-07-04

### Changed
Expand Down
19 changes: 4 additions & 15 deletions packages/eds-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
{
"name": "@equinor/eds-icons",
"version": "0.19.2",
"version": "0.19.3",
"description": "Icons from the Equinor Design System",
"type": "module",
"exports": {
".": {
"import": {
"types": "./dist/types/index.d.ts",
"default": "./dist/esm/index.mjs"
},
"require": {
"default": "./dist/icons.cjs"
}
}
},
"types": "./dist/types/index.d.ts",
"main": "./dist/icons.cjs",
"main": "dist/icons.cjs",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"license": "Apache-2.0",
"author": {
"name": "EDS Core Team",
Expand Down
1 change: 0 additions & 1 deletion packages/eds-icons/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export default [
preserveModules: true,
preserveModulesRoot: 'src',
format: 'es',
entryFileNames: '[name].mjs',
},
{
file: './dist/icons.cjs',
Expand Down

0 comments on commit 712a9e7

Please sign in to comment.