@equinor/echo-components 0.2.2 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +4 -3
  2. package/dist/index.js +259 -38
  3. package/package.json +50 -43
package/CHANGELOG.md CHANGED
@@ -2,15 +2,16 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
- The changelog is valid starting with EchoFramework v0.0.1.
6
-
5
+ The changelog is valid starting with EchoComponents v0.0.1.
6
+ ****
7
7
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/#how),
8
8
  this project does not follow semantic versioning. Version numbers are bumped based on a subjective feeling of "change impact". Might consider changing this to `year.month.versioncounter` to simplify for users. (Example: 2021.03.55)
9
9
 
10
- ## [Unreleased] v0.0.1
10
+ ## v0.3.0
11
11
 
12
12
  ### Add
13
13
 
14
14
  ### Change
15
+ - Now depending on EDS Core v0.17.0 and EDS Icons v0.10.0
15
16
 
16
17
  ### Fix