@entur/grid 0.3.15-beta.0 → 0.3.15

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 (2) hide show
  1. package/CHANGELOG.md +130 -0
  2. package/package.json +8 -15
package/CHANGELOG.md ADDED
@@ -0,0 +1,130 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## [0.3.15](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.14...@entur/grid@0.3.15) (2022-10-31)
7
+
8
+ **Note:** Version bump only for package @entur/grid
9
+
10
+ ## [0.3.14](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.13...@entur/grid@0.3.14) (2022-08-31)
11
+
12
+ **Note:** Version bump only for package @entur/grid
13
+
14
+ ## [0.3.13](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.12...@entur/grid@0.3.13) (2022-08-24)
15
+
16
+ **Note:** Version bump only for package @entur/grid
17
+
18
+ ## [0.3.12](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.11...@entur/grid@0.3.12) (2022-08-09)
19
+
20
+ **Note:** Version bump only for package @entur/grid
21
+
22
+ ## [0.3.11](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.10...@entur/grid@0.3.11) (2022-04-27)
23
+
24
+ **Note:** Version bump only for package @entur/grid
25
+
26
+ ## [0.3.10](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.9...@entur/grid@0.3.10) (2022-02-09)
27
+
28
+ **Note:** Version bump only for package @entur/grid
29
+
30
+ ## [0.3.9](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.8...@entur/grid@0.3.9) (2021-11-17)
31
+
32
+ **Note:** Version bump only for package @entur/grid
33
+
34
+ ## [0.3.8](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.7...@entur/grid@0.3.8) (2021-09-23)
35
+
36
+ **Note:** Version bump only for package @entur/grid
37
+
38
+ ## [0.3.7](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.6...@entur/grid@0.3.7) (2021-09-07)
39
+
40
+ ### Bug Fixes
41
+
42
+ - fix lint warnings ([6007bac](https://bitbucket.org/enturas/design-system/commits/6007bac502253a1a81f803f511d7e87097822528))
43
+
44
+ ## [0.3.6](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.5...@entur/grid@0.3.6) (2021-06-25)
45
+
46
+ ### Bug Fixes
47
+
48
+ - update dependencies ([a49ee42](https://bitbucket.org/enturas/design-system/commits/a49ee4289a6ad56a9b799e1c766ea461667ddced))
49
+
50
+ ## [0.3.5](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.4...@entur/grid@0.3.5) (2021-05-05)
51
+
52
+ ### Bug Fixes
53
+
54
+ - **griditem:** fix large prop not following grid ([fc09ab9](https://bitbucket.org/enturas/design-system/commits/fc09ab9555f7496601bd084cbcd39117dc51d717))
55
+
56
+ ## [0.3.4](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.3...@entur/grid@0.3.4) (2021-04-23)
57
+
58
+ **Note:** Version bump only for package @entur/grid
59
+
60
+ ## [0.3.3](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.2...@entur/grid@0.3.3) (2021-02-17)
61
+
62
+ ### Bug Fixes
63
+
64
+ - **polymorphism:** update polymorphism dependency ([dc4c31d](https://bitbucket.org/enturas/design-system/commits/dc4c31d8e891a46c1f0c1fbd0a6a026c1638accc))
65
+ - update grid components to new polymorphism dependency ([011b8a5](https://bitbucket.org/enturas/design-system/commits/011b8a5be61f27f8d4f6bcee65fcd42352d7a68e))
66
+
67
+ ## [0.3.2](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.1...@entur/grid@0.3.2) (2021-01-20)
68
+
69
+ **Note:** Version bump only for package @entur/grid
70
+
71
+ ## [0.3.1](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.3.0...@entur/grid@0.3.1) (2021-01-13)
72
+
73
+ **Note:** Version bump only for package @entur/grid
74
+
75
+ # [0.3.0](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.2.11...@entur/grid@0.3.0) (2020-12-04)
76
+
77
+ ### Features
78
+
79
+ - **grid:** add support for polymorphic component typings ([627406f](https://bitbucket.org/enturas/design-system/commits/627406f1390338c82cd5bdfa9cfd15f023f51221))
80
+
81
+ ## [0.2.11](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.2.10...@entur/grid@0.2.11) (2020-10-09)
82
+
83
+ **Note:** Version bump only for package @entur/grid
84
+
85
+ ## [0.2.10](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.2.9...@entur/grid@0.2.10) (2020-09-02)
86
+
87
+ **Note:** Version bump only for package @entur/grid
88
+
89
+ ## [0.2.9](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.2.8...@entur/grid@0.2.9) (2020-08-11)
90
+
91
+ **Note:** Version bump only for package @entur/grid
92
+
93
+ ## [0.2.8](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.2.7...@entur/grid@0.2.8) (2020-07-03)
94
+
95
+ **Note:** Version bump only for package @entur/grid
96
+
97
+ ## [0.2.7](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.2.6...@entur/grid@0.2.7) (2020-06-17)
98
+
99
+ **Note:** Version bump only for package @entur/grid
100
+
101
+ ## [0.2.6](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.2.5...@entur/grid@0.2.6) (2020-05-27)
102
+
103
+ **Note:** Version bump only for package @entur/grid
104
+
105
+ ## [0.2.5](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.2.4...@entur/grid@0.2.5) (2020-05-26)
106
+
107
+ **Note:** Version bump only for package @entur/grid
108
+
109
+ ## [0.2.4](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.2.3...@entur/grid@0.2.4) (2020-05-20)
110
+
111
+ **Note:** Version bump only for package @entur/grid
112
+
113
+ ## [0.2.3](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.2.2...@entur/grid@0.2.3) (2020-04-27)
114
+
115
+ **Note:** Version bump only for package @entur/grid
116
+
117
+ ## [0.2.2](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.2.1...@entur/grid@0.2.2) (2020-04-23)
118
+
119
+ **Note:** Version bump only for package @entur/grid
120
+
121
+ ## [0.2.1](https://bitbucket.org/enturas/design-system/compare/@entur/grid@0.2.0...@entur/grid@0.2.1) (2020-03-20)
122
+
123
+ **Note:** Version bump only for package @entur/grid
124
+
125
+ # 0.2.0 (2020-03-18)
126
+
127
+ ### Features
128
+
129
+ - add gridcontainer and griditem components ([3bee945](https://bitbucket.org/enturas/design-system/commits/3bee945397b57fe26f8e1d9a629aa5a404eca3e1))
130
+ - adding the grid component ([74d89d4](https://bitbucket.org/enturas/design-system/commits/74d89d4bb9ef515ca741855dc7737d60d221f29b))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/grid",
3
- "version": "0.3.15-beta.0",
3
+ "version": "0.3.15",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/grid.esm.js",
@@ -17,26 +17,19 @@
17
17
  "access": "public"
18
18
  },
19
19
  "scripts": {
20
- "start": "yarn run dts watch --noClean",
21
- "build": "yarn run dts build",
22
- "prepack": "yarn run build",
23
- "prepublish": "yarn run test && yarn run lint",
24
- "test": "yarn run dts test --env=jsdom",
25
- "lint": "yarn run dts lint"
20
+ "start": "dts watch --noClean",
21
+ "build": "dts build",
22
+ "test": "dts test --env=jsdom",
23
+ "lint": "dts lint"
26
24
  },
27
25
  "dependencies": {
28
- "@entur/tokens": "^3.4.2-beta.0",
29
- "@entur/utils": "^0.4.6-beta.0",
26
+ "@entur/tokens": "^3.4.1",
27
+ "@entur/utils": "^0.4.6",
30
28
  "classnames": "^2.3.1"
31
29
  },
32
30
  "peerDependencies": {
33
31
  "react": ">=16.8.0",
34
32
  "react-dom": ">=16.8.0"
35
33
  },
36
- "devDependencies": {
37
- "dts-cli": "^1.1.6",
38
- "jest-watch-typeahead": "^2.2.0",
39
- "ts-jest": "^27.0.0"
40
- },
41
- "gitHead": "d66113fbe7eee544fb34f82211406b8ed95837a1"
34
+ "gitHead": "11fde5ffbfd805773572c3a7d999d63f2733e0c7"
42
35
  }