@equinor/echo-components 0.2.5 → 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.
- package/CHANGELOG.md +4 -3
- package/package.json +3 -3
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
|
|
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
|
-
##
|
|
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
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/echo-components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Package for creating echo related components.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"license": "MIT",
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"@equinor/echo-utils": "^0.2.7",
|
|
32
|
-
"@equinor/eds-core-react": "^0.
|
|
32
|
+
"@equinor/eds-core-react": "^0.17.0",
|
|
33
33
|
"react": "^17.0.2",
|
|
34
34
|
"react-dom": "^17.0.2",
|
|
35
35
|
"styled-components": "^5.3.3"
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@babel/preset-typescript": "^7.16.7",
|
|
47
47
|
"@equinor/echo-update": "^1.3.0",
|
|
48
48
|
"@equinor/echo-utils": "^0.2.7",
|
|
49
|
-
"@equinor/eds-core-react": "^0.
|
|
49
|
+
"@equinor/eds-core-react": "^0.17.0",
|
|
50
50
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
51
51
|
"@rollup/plugin-typescript": "^8.3.0",
|
|
52
52
|
"@rollup/plugin-url": "^6.1.0",
|