@codecademy/gamut-illustrations 0.18.4-alpha.bc72a9.0 → 0.20.0-alpha.aa37ee.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 +200 -166
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,15 +3,49 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
## 0.20.0-alpha.aa37ee.0 (2021-10-26)
|
|
7
7
|
|
|
8
|
-
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
9
8
|
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **Illustrations:** Add Maze illustration to gamut-illustrations ([347e544](https://github.com/Codecademy/gamut/commit/347e544203f2bf1891ae45ffce91deeeb5850f54))
|
|
12
|
+
* add a illustration for business team ([8070351](https://github.com/Codecademy/gamut/commit/80703514d8d999b69d47b75b3e9451aac11ce596))
|
|
13
|
+
* Add BrowserPuzzle and Python illustrations ([03c211c](https://github.com/Codecademy/gamut/commit/03c211cce746df09c13114db0af66c96157ea499))
|
|
14
|
+
* add illustration for empty section ([763cf99](https://github.com/Codecademy/gamut/commit/763cf99cf6c48ca9f7c96b5b6b41192f0184416d))
|
|
15
|
+
* add Keyhole illustration ([2d27a8c](https://github.com/Codecademy/gamut/commit/2d27a8cbbc402c2a7d3d05591d13949817fe4698))
|
|
16
|
+
* add new BinaryBlocks illustration ([220c67c](https://github.com/Codecademy/gamut/commit/220c67c0a42e93d9236138f45905dc48ec276d29))
|
|
17
|
+
* add social media icons and update target illustration ([8c0f195](https://github.com/Codecademy/gamut/commit/8c0f195bf515ee40b233c2e20a3c6f5050dd2a04))
|
|
18
|
+
* added gamut-illustrations package ([8dbeebe](https://github.com/Codecademy/gamut/commit/8dbeebe32a6fb133f39d027451efccf35d262500))
|
|
19
|
+
* added new Target illustration ([a9a58cd](https://github.com/Codecademy/gamut/commit/a9a58cd20d2a2dc5583e87d255038244388d9d98))
|
|
20
|
+
* also export types from gamut-illustrations ([45039c7](https://github.com/Codecademy/gamut/commit/45039c7ee7619d47b480b40e2e9f40796a919dd2))
|
|
21
|
+
* bump ESLint configs to latest ([4e3cf77](https://github.com/Codecademy/gamut/commit/4e3cf77928bdd69bce3eeca8a7f07439627b4f08))
|
|
22
|
+
* Migrate final gamut-system docs + functions to variance [WEB-1413] ([f966933](https://github.com/Codecademy/gamut/commit/f966933ac814d228072e781ee2a3d75a33190a85))
|
|
23
|
+
* **Icons:** Add video player movie icon ([886ae5f](https://github.com/Codecademy/gamut/commit/886ae5f1a2455b54d33bd396742e3f058d3b0bad))
|
|
24
|
+
* **New Notifications components:** notifications list & notification ([4f353e5](https://github.com/Codecademy/gamut/commit/4f353e5ace4359872bde7d6592b49d63df4845ac))
|
|
25
|
+
* **NotificationItem:** add support for forum mentions ([6bf3c49](https://github.com/Codecademy/gamut/commit/6bf3c4953f9b0d57621c02625c91718292f5df54))
|
|
26
|
+
* **NotificationItemNew:** add new forum notification icons ([4e3f7e9](https://github.com/Codecademy/gamut/commit/4e3f7e9319fe580ad4b8de5ee51fe91b48127c65))
|
|
27
|
+
* **NotificationItemNew:** map notif type to icon if no image url provided ([9de9656](https://github.com/Codecademy/gamut/commit/9de96560624020aed19e93fd9ddffa93d63965fb))
|
|
28
|
+
* **NotificationListNew:** add empty notification ([f3d614c](https://github.com/Codecademy/gamut/commit/f3d614c240407306d998627b2f5071f05d0f37ce))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* **Illustrations:** add titles to illustrations ([46a4a18](https://github.com/Codecademy/gamut/commit/46a4a1854ced47a719c0b186f325488a250cb910))
|
|
34
|
+
* added missing .npmignore to gamut-illustrations ([4cc9119](https://github.com/Codecademy/gamut/commit/4cc9119572c78f331cba8b1ab5297a8135a783fa))
|
|
35
|
+
* corrected gamut-system dependency in gamut-illustrations ([45e391b](https://github.com/Codecademy/gamut/commit/45e391b3b405fffd92b3830b33597a557dbe544a))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
## [0.19.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.18.3...@codecademy/gamut-illustrations@0.19.0) (2021-10-15)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Features
|
|
10
43
|
|
|
44
|
+
* **Illustrations:** Add Maze illustration to gamut-illustrations ([3709941](https://github.com/Codecademy/gamut/commit/37099411d23600a6a407aa7f58706a3d0ddb8411))
|
|
11
45
|
|
|
12
46
|
|
|
13
47
|
|
|
14
|
-
### [0.18.3](https://github.com/Codecademy/
|
|
48
|
+
### [0.18.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.18.2...@codecademy/gamut-illustrations@0.18.3) (2021-09-30)
|
|
15
49
|
|
|
16
50
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
17
51
|
|
|
@@ -19,16 +53,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
19
53
|
|
|
20
54
|
|
|
21
55
|
|
|
22
|
-
### [0.18.2](https://github.com/Codecademy/
|
|
56
|
+
### [0.18.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.18.1...@codecademy/gamut-illustrations@0.18.2) (2021-09-15)
|
|
23
57
|
|
|
24
58
|
|
|
25
59
|
### Bug Fixes
|
|
26
60
|
|
|
27
|
-
* **Illustrations:** add titles to illustrations ([26ecdf9](https://github.com/Codecademy/
|
|
61
|
+
* **Illustrations:** add titles to illustrations ([26ecdf9](https://github.com/Codecademy/gamut/commit/26ecdf981625e42b33e46cd9d96097f505df7955))
|
|
28
62
|
|
|
29
63
|
|
|
30
64
|
|
|
31
|
-
### [0.18.1](https://github.com/Codecademy/
|
|
65
|
+
### [0.18.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.18.0...@codecademy/gamut-illustrations@0.18.1) (2021-09-13)
|
|
32
66
|
|
|
33
67
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
34
68
|
|
|
@@ -36,16 +70,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
36
70
|
|
|
37
71
|
|
|
38
72
|
|
|
39
|
-
## [0.18.0](https://github.com/Codecademy/
|
|
73
|
+
## [0.18.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.17.20...@codecademy/gamut-illustrations@0.18.0) (2021-09-10)
|
|
40
74
|
|
|
41
75
|
|
|
42
76
|
### Features
|
|
43
77
|
|
|
44
|
-
* bump ESLint configs to latest ([e0a201a](https://github.com/Codecademy/
|
|
78
|
+
* bump ESLint configs to latest ([e0a201a](https://github.com/Codecademy/gamut/commit/e0a201abcc5f49718538d3d91af21cb37db4470e))
|
|
45
79
|
|
|
46
80
|
|
|
47
81
|
|
|
48
|
-
### [0.17.20](https://github.com/Codecademy/
|
|
82
|
+
### [0.17.20](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.17.19...@codecademy/gamut-illustrations@0.17.20) (2021-08-30)
|
|
49
83
|
|
|
50
84
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
51
85
|
|
|
@@ -53,7 +87,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
53
87
|
|
|
54
88
|
|
|
55
89
|
|
|
56
|
-
### [0.17.19](https://github.com/Codecademy/
|
|
90
|
+
### [0.17.19](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.17.18...@codecademy/gamut-illustrations@0.17.19) (2021-08-16)
|
|
57
91
|
|
|
58
92
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
59
93
|
|
|
@@ -61,7 +95,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
61
95
|
|
|
62
96
|
|
|
63
97
|
|
|
64
|
-
### [0.17.18](https://github.com/Codecademy/
|
|
98
|
+
### [0.17.18](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.17.17...@codecademy/gamut-illustrations@0.17.18) (2021-08-16)
|
|
65
99
|
|
|
66
100
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
67
101
|
|
|
@@ -69,7 +103,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
69
103
|
|
|
70
104
|
|
|
71
105
|
|
|
72
|
-
### [0.17.17](https://github.com/Codecademy/
|
|
106
|
+
### [0.17.17](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.17.16...@codecademy/gamut-illustrations@0.17.17) (2021-08-13)
|
|
73
107
|
|
|
74
108
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
75
109
|
|
|
@@ -77,7 +111,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
77
111
|
|
|
78
112
|
|
|
79
113
|
|
|
80
|
-
### [0.17.16](https://github.com/Codecademy/
|
|
114
|
+
### [0.17.16](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.17.15...@codecademy/gamut-illustrations@0.17.16) (2021-08-12)
|
|
81
115
|
|
|
82
116
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
83
117
|
|
|
@@ -85,7 +119,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
85
119
|
|
|
86
120
|
|
|
87
121
|
|
|
88
|
-
### [0.17.15](https://github.com/Codecademy/
|
|
122
|
+
### [0.17.15](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.17.14...@codecademy/gamut-illustrations@0.17.15) (2021-08-05)
|
|
89
123
|
|
|
90
124
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
91
125
|
|
|
@@ -93,7 +127,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
93
127
|
|
|
94
128
|
|
|
95
129
|
|
|
96
|
-
### [0.17.14](https://github.com/Codecademy/
|
|
130
|
+
### [0.17.14](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.17.13...@codecademy/gamut-illustrations@0.17.14) (2021-08-03)
|
|
97
131
|
|
|
98
132
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
99
133
|
|
|
@@ -101,7 +135,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
101
135
|
|
|
102
136
|
|
|
103
137
|
|
|
104
|
-
### [0.17.13](https://github.com/Codecademy/
|
|
138
|
+
### [0.17.13](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.17.12...@codecademy/gamut-illustrations@0.17.13) (2021-07-29)
|
|
105
139
|
|
|
106
140
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
107
141
|
|
|
@@ -109,7 +143,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
109
143
|
|
|
110
144
|
|
|
111
145
|
|
|
112
|
-
### [0.17.12](https://github.com/Codecademy/
|
|
146
|
+
### [0.17.12](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.17.11...@codecademy/gamut-illustrations@0.17.12) (2021-07-19)
|
|
113
147
|
|
|
114
148
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
115
149
|
|
|
@@ -117,7 +151,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
117
151
|
|
|
118
152
|
|
|
119
153
|
|
|
120
|
-
### [0.17.11](https://github.com/Codecademy/
|
|
154
|
+
### [0.17.11](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.17.10...@codecademy/gamut-illustrations@0.17.11) (2021-07-16)
|
|
121
155
|
|
|
122
156
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
123
157
|
|
|
@@ -125,7 +159,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
125
159
|
|
|
126
160
|
|
|
127
161
|
|
|
128
|
-
### [0.17.10](https://github.com/Codecademy/
|
|
162
|
+
### [0.17.10](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.17.9...@codecademy/gamut-illustrations@0.17.10) (2021-07-15)
|
|
129
163
|
|
|
130
164
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
131
165
|
|
|
@@ -133,7 +167,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
133
167
|
|
|
134
168
|
|
|
135
169
|
|
|
136
|
-
### [0.17.9](https://github.com/Codecademy/
|
|
170
|
+
### [0.17.9](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.17.8...@codecademy/gamut-illustrations@0.17.9) (2021-06-17)
|
|
137
171
|
|
|
138
172
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
139
173
|
|
|
@@ -141,7 +175,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
141
175
|
|
|
142
176
|
|
|
143
177
|
|
|
144
|
-
### [0.17.8](https://github.com/Codecademy/
|
|
178
|
+
### [0.17.8](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.17.7...@codecademy/gamut-illustrations@0.17.8) (2021-06-16)
|
|
145
179
|
|
|
146
180
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
147
181
|
|
|
@@ -149,7 +183,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
149
183
|
|
|
150
184
|
|
|
151
185
|
|
|
152
|
-
### [0.17.7](https://github.com/Codecademy/
|
|
186
|
+
### [0.17.7](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.17.6...@codecademy/gamut-illustrations@0.17.7) (2021-06-16)
|
|
153
187
|
|
|
154
188
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
155
189
|
|
|
@@ -157,7 +191,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
157
191
|
|
|
158
192
|
|
|
159
193
|
|
|
160
|
-
### [0.17.6](https://github.com/Codecademy/
|
|
194
|
+
### [0.17.6](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.17.5...@codecademy/gamut-illustrations@0.17.6) (2021-06-16)
|
|
161
195
|
|
|
162
196
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
163
197
|
|
|
@@ -165,7 +199,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
165
199
|
|
|
166
200
|
|
|
167
201
|
|
|
168
|
-
### [0.17.5](https://github.com/Codecademy/
|
|
202
|
+
### [0.17.5](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.17.4...@codecademy/gamut-illustrations@0.17.5) (2021-06-15)
|
|
169
203
|
|
|
170
204
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
171
205
|
|
|
@@ -173,7 +207,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
173
207
|
|
|
174
208
|
|
|
175
209
|
|
|
176
|
-
### [0.17.4](https://github.com/Codecademy/
|
|
210
|
+
### [0.17.4](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.17.3...@codecademy/gamut-illustrations@0.17.4) (2021-06-10)
|
|
177
211
|
|
|
178
212
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
179
213
|
|
|
@@ -181,7 +215,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
181
215
|
|
|
182
216
|
|
|
183
217
|
|
|
184
|
-
### [0.17.3](https://github.com/Codecademy/
|
|
218
|
+
### [0.17.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.17.2...@codecademy/gamut-illustrations@0.17.3) (2021-06-10)
|
|
185
219
|
|
|
186
220
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
187
221
|
|
|
@@ -189,7 +223,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
189
223
|
|
|
190
224
|
|
|
191
225
|
|
|
192
|
-
### [0.17.2](https://github.com/Codecademy/
|
|
226
|
+
### [0.17.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.17.1...@codecademy/gamut-illustrations@0.17.2) (2021-06-03)
|
|
193
227
|
|
|
194
228
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
195
229
|
|
|
@@ -197,7 +231,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
197
231
|
|
|
198
232
|
|
|
199
233
|
|
|
200
|
-
### [0.17.1](https://github.com/Codecademy/
|
|
234
|
+
### [0.17.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.17.0...@codecademy/gamut-illustrations@0.17.1) (2021-06-02)
|
|
201
235
|
|
|
202
236
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
203
237
|
|
|
@@ -205,16 +239,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
205
239
|
|
|
206
240
|
|
|
207
241
|
|
|
208
|
-
## [0.17.0](https://github.com/Codecademy/
|
|
242
|
+
## [0.17.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.16.1...@codecademy/gamut-illustrations@0.17.0) (2021-05-27)
|
|
209
243
|
|
|
210
244
|
|
|
211
245
|
### Features
|
|
212
246
|
|
|
213
|
-
* Migrate final gamut-system docs + functions to variance [WEB-1413] ([67c8651](https://github.com/Codecademy/
|
|
247
|
+
* Migrate final gamut-system docs + functions to variance [WEB-1413] ([67c8651](https://github.com/Codecademy/gamut/commit/67c8651dc4985dd656c8d488af4cf56ca21a813b))
|
|
214
248
|
|
|
215
249
|
|
|
216
250
|
|
|
217
|
-
### [0.16.1](https://github.com/Codecademy/
|
|
251
|
+
### [0.16.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.16.0...@codecademy/gamut-illustrations@0.16.1) (2021-05-25)
|
|
218
252
|
|
|
219
253
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
220
254
|
|
|
@@ -222,16 +256,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
222
256
|
|
|
223
257
|
|
|
224
258
|
|
|
225
|
-
## [0.16.0](https://github.com/Codecademy/
|
|
259
|
+
## [0.16.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.15.1...@codecademy/gamut-illustrations@0.16.0) (2021-05-25)
|
|
226
260
|
|
|
227
261
|
|
|
228
262
|
### Features
|
|
229
263
|
|
|
230
|
-
* add Keyhole illustration ([f8af8bd](https://github.com/Codecademy/
|
|
264
|
+
* add Keyhole illustration ([f8af8bd](https://github.com/Codecademy/gamut/commit/f8af8bdb8268da8e2d787fe247936dad2fd0da1f))
|
|
231
265
|
|
|
232
266
|
|
|
233
267
|
|
|
234
|
-
### [0.15.1](https://github.com/Codecademy/
|
|
268
|
+
### [0.15.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.15.0...@codecademy/gamut-illustrations@0.15.1) (2021-05-24)
|
|
235
269
|
|
|
236
270
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
237
271
|
|
|
@@ -239,16 +273,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
239
273
|
|
|
240
274
|
|
|
241
275
|
|
|
242
|
-
## [0.15.0](https://github.com/Codecademy/
|
|
276
|
+
## [0.15.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.14.4...@codecademy/gamut-illustrations@0.15.0) (2021-05-19)
|
|
243
277
|
|
|
244
278
|
|
|
245
279
|
### Features
|
|
246
280
|
|
|
247
|
-
* add illustration for empty section ([53d3257](https://github.com/Codecademy/
|
|
281
|
+
* add illustration for empty section ([53d3257](https://github.com/Codecademy/gamut/commit/53d32576595f5924d984ad4665204c6b71702426))
|
|
248
282
|
|
|
249
283
|
|
|
250
284
|
|
|
251
|
-
### [0.14.4](https://github.com/Codecademy/
|
|
285
|
+
### [0.14.4](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.14.3...@codecademy/gamut-illustrations@0.14.4) (2021-05-18)
|
|
252
286
|
|
|
253
287
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
254
288
|
|
|
@@ -256,7 +290,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
256
290
|
|
|
257
291
|
|
|
258
292
|
|
|
259
|
-
### [0.14.3](https://github.com/Codecademy/
|
|
293
|
+
### [0.14.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.14.2...@codecademy/gamut-illustrations@0.14.3) (2021-05-12)
|
|
260
294
|
|
|
261
295
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
262
296
|
|
|
@@ -264,7 +298,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
264
298
|
|
|
265
299
|
|
|
266
300
|
|
|
267
|
-
### [0.14.2](https://github.com/Codecademy/
|
|
301
|
+
### [0.14.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.14.1...@codecademy/gamut-illustrations@0.14.2) (2021-05-11)
|
|
268
302
|
|
|
269
303
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
270
304
|
|
|
@@ -272,7 +306,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
272
306
|
|
|
273
307
|
|
|
274
308
|
|
|
275
|
-
### [0.14.1](https://github.com/Codecademy/
|
|
309
|
+
### [0.14.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.14.0...@codecademy/gamut-illustrations@0.14.1) (2021-05-07)
|
|
276
310
|
|
|
277
311
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
278
312
|
|
|
@@ -280,16 +314,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
280
314
|
|
|
281
315
|
|
|
282
316
|
|
|
283
|
-
## [0.14.0](https://github.com/Codecademy/
|
|
317
|
+
## [0.14.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.13.4...@codecademy/gamut-illustrations@0.14.0) (2021-05-05)
|
|
284
318
|
|
|
285
319
|
|
|
286
320
|
### Features
|
|
287
321
|
|
|
288
|
-
* Add BrowserPuzzle and Python illustrations ([f68c95c](https://github.com/Codecademy/
|
|
322
|
+
* Add BrowserPuzzle and Python illustrations ([f68c95c](https://github.com/Codecademy/gamut/commit/f68c95c8abf5e616ab33f39ee5fca81e8c881a59))
|
|
289
323
|
|
|
290
324
|
|
|
291
325
|
|
|
292
|
-
### [0.13.4](https://github.com/Codecademy/
|
|
326
|
+
### [0.13.4](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.13.3...@codecademy/gamut-illustrations@0.13.4) (2021-05-05)
|
|
293
327
|
|
|
294
328
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
295
329
|
|
|
@@ -297,7 +331,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
297
331
|
|
|
298
332
|
|
|
299
333
|
|
|
300
|
-
### [0.13.3](https://github.com/Codecademy/
|
|
334
|
+
### [0.13.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.13.2...@codecademy/gamut-illustrations@0.13.3) (2021-05-04)
|
|
301
335
|
|
|
302
336
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
303
337
|
|
|
@@ -305,7 +339,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
305
339
|
|
|
306
340
|
|
|
307
341
|
|
|
308
|
-
### [0.13.2](https://github.com/Codecademy/
|
|
342
|
+
### [0.13.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.13.1...@codecademy/gamut-illustrations@0.13.2) (2021-05-04)
|
|
309
343
|
|
|
310
344
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
311
345
|
|
|
@@ -313,7 +347,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
313
347
|
|
|
314
348
|
|
|
315
349
|
|
|
316
|
-
### [0.13.1](https://github.com/Codecademy/
|
|
350
|
+
### [0.13.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.13.0...@codecademy/gamut-illustrations@0.13.1) (2021-05-03)
|
|
317
351
|
|
|
318
352
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
319
353
|
|
|
@@ -321,25 +355,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
321
355
|
|
|
322
356
|
|
|
323
357
|
|
|
324
|
-
## [0.13.0](https://github.com/Codecademy/
|
|
358
|
+
## [0.13.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.12.0...@codecademy/gamut-illustrations@0.13.0) (2021-05-03)
|
|
325
359
|
|
|
326
360
|
|
|
327
361
|
### Features
|
|
328
362
|
|
|
329
|
-
* add social media icons and update target illustration ([4947e59](https://github.com/Codecademy/
|
|
363
|
+
* add social media icons and update target illustration ([4947e59](https://github.com/Codecademy/gamut/commit/4947e5903a3747e54c4934f3d7c73443189293e6))
|
|
330
364
|
|
|
331
365
|
|
|
332
366
|
|
|
333
|
-
## [0.12.0](https://github.com/Codecademy/
|
|
367
|
+
## [0.12.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.11.1...@codecademy/gamut-illustrations@0.12.0) (2021-05-03)
|
|
334
368
|
|
|
335
369
|
|
|
336
370
|
### Features
|
|
337
371
|
|
|
338
|
-
* **NotificationItem:** add support for forum mentions ([bb76467](https://github.com/Codecademy/
|
|
372
|
+
* **NotificationItem:** add support for forum mentions ([bb76467](https://github.com/Codecademy/gamut/commit/bb7646744c87f0d4244135971b51fe047af5ed85))
|
|
339
373
|
|
|
340
374
|
|
|
341
375
|
|
|
342
|
-
### [0.11.1](https://github.com/Codecademy/
|
|
376
|
+
### [0.11.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.11.0...@codecademy/gamut-illustrations@0.11.1) (2021-04-30)
|
|
343
377
|
|
|
344
378
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
345
379
|
|
|
@@ -347,16 +381,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
347
381
|
|
|
348
382
|
|
|
349
383
|
|
|
350
|
-
## [0.11.0](https://github.com/Codecademy/
|
|
384
|
+
## [0.11.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.10.10...@codecademy/gamut-illustrations@0.11.0) (2021-04-30)
|
|
351
385
|
|
|
352
386
|
|
|
353
387
|
### Features
|
|
354
388
|
|
|
355
|
-
* add new BinaryBlocks illustration ([6ef07e4](https://github.com/Codecademy/
|
|
389
|
+
* add new BinaryBlocks illustration ([6ef07e4](https://github.com/Codecademy/gamut/commit/6ef07e4e6dcffc828bfcff09940bd89d06b424ba))
|
|
356
390
|
|
|
357
391
|
|
|
358
392
|
|
|
359
|
-
### [0.10.10](https://github.com/Codecademy/
|
|
393
|
+
### [0.10.10](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.10.9...@codecademy/gamut-illustrations@0.10.10) (2021-04-29)
|
|
360
394
|
|
|
361
395
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
362
396
|
|
|
@@ -364,7 +398,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
364
398
|
|
|
365
399
|
|
|
366
400
|
|
|
367
|
-
### [0.10.9](https://github.com/Codecademy/
|
|
401
|
+
### [0.10.9](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.10.8...@codecademy/gamut-illustrations@0.10.9) (2021-04-28)
|
|
368
402
|
|
|
369
403
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
370
404
|
|
|
@@ -372,7 +406,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
372
406
|
|
|
373
407
|
|
|
374
408
|
|
|
375
|
-
### [0.10.8](https://github.com/Codecademy/
|
|
409
|
+
### [0.10.8](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.10.7...@codecademy/gamut-illustrations@0.10.8) (2021-04-27)
|
|
376
410
|
|
|
377
411
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
378
412
|
|
|
@@ -380,7 +414,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
380
414
|
|
|
381
415
|
|
|
382
416
|
|
|
383
|
-
### [0.10.7](https://github.com/Codecademy/
|
|
417
|
+
### [0.10.7](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.10.6...@codecademy/gamut-illustrations@0.10.7) (2021-04-26)
|
|
384
418
|
|
|
385
419
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
386
420
|
|
|
@@ -388,7 +422,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
388
422
|
|
|
389
423
|
|
|
390
424
|
|
|
391
|
-
### [0.10.6](https://github.com/Codecademy/
|
|
425
|
+
### [0.10.6](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.10.5...@codecademy/gamut-illustrations@0.10.6) (2021-04-26)
|
|
392
426
|
|
|
393
427
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
394
428
|
|
|
@@ -396,7 +430,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
396
430
|
|
|
397
431
|
|
|
398
432
|
|
|
399
|
-
### [0.10.5](https://github.com/Codecademy/
|
|
433
|
+
### [0.10.5](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.10.4...@codecademy/gamut-illustrations@0.10.5) (2021-04-23)
|
|
400
434
|
|
|
401
435
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
402
436
|
|
|
@@ -404,7 +438,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
404
438
|
|
|
405
439
|
|
|
406
440
|
|
|
407
|
-
### [0.10.4](https://github.com/Codecademy/
|
|
441
|
+
### [0.10.4](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.10.3...@codecademy/gamut-illustrations@0.10.4) (2021-04-23)
|
|
408
442
|
|
|
409
443
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
410
444
|
|
|
@@ -412,7 +446,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
412
446
|
|
|
413
447
|
|
|
414
448
|
|
|
415
|
-
### [0.10.3](https://github.com/Codecademy/
|
|
449
|
+
### [0.10.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.10.2...@codecademy/gamut-illustrations@0.10.3) (2021-04-22)
|
|
416
450
|
|
|
417
451
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
418
452
|
|
|
@@ -420,7 +454,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
420
454
|
|
|
421
455
|
|
|
422
456
|
|
|
423
|
-
### [0.10.2](https://github.com/Codecademy/
|
|
457
|
+
### [0.10.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.10.1...@codecademy/gamut-illustrations@0.10.2) (2021-04-20)
|
|
424
458
|
|
|
425
459
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
426
460
|
|
|
@@ -428,7 +462,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
428
462
|
|
|
429
463
|
|
|
430
464
|
|
|
431
|
-
### [0.10.1](https://github.com/Codecademy/
|
|
465
|
+
### [0.10.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.10.0...@codecademy/gamut-illustrations@0.10.1) (2021-04-19)
|
|
432
466
|
|
|
433
467
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
434
468
|
|
|
@@ -436,16 +470,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
436
470
|
|
|
437
471
|
|
|
438
472
|
|
|
439
|
-
## [0.10.0](https://github.com/Codecademy/
|
|
473
|
+
## [0.10.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.9.14...@codecademy/gamut-illustrations@0.10.0) (2021-04-19)
|
|
440
474
|
|
|
441
475
|
|
|
442
476
|
### Features
|
|
443
477
|
|
|
444
|
-
* added new Target illustration ([8c70c9e](https://github.com/Codecademy/
|
|
478
|
+
* added new Target illustration ([8c70c9e](https://github.com/Codecademy/gamut/commit/8c70c9e818f1fe82d5d81f51eb6a7f877056ce61))
|
|
445
479
|
|
|
446
480
|
|
|
447
481
|
|
|
448
|
-
### [0.9.14](https://github.com/Codecademy/
|
|
482
|
+
### [0.9.14](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.9.13...@codecademy/gamut-illustrations@0.9.14) (2021-04-15)
|
|
449
483
|
|
|
450
484
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
451
485
|
|
|
@@ -453,7 +487,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
453
487
|
|
|
454
488
|
|
|
455
489
|
|
|
456
|
-
### [0.9.13](https://github.com/Codecademy/
|
|
490
|
+
### [0.9.13](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.9.12...@codecademy/gamut-illustrations@0.9.13) (2021-04-15)
|
|
457
491
|
|
|
458
492
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
459
493
|
|
|
@@ -461,7 +495,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
461
495
|
|
|
462
496
|
|
|
463
497
|
|
|
464
|
-
### [0.9.12](https://github.com/Codecademy/
|
|
498
|
+
### [0.9.12](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.9.11...@codecademy/gamut-illustrations@0.9.12) (2021-04-15)
|
|
465
499
|
|
|
466
500
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
467
501
|
|
|
@@ -469,7 +503,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
469
503
|
|
|
470
504
|
|
|
471
505
|
|
|
472
|
-
### [0.9.11](https://github.com/Codecademy/
|
|
506
|
+
### [0.9.11](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.9.10...@codecademy/gamut-illustrations@0.9.11) (2021-04-12)
|
|
473
507
|
|
|
474
508
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
475
509
|
|
|
@@ -477,7 +511,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
477
511
|
|
|
478
512
|
|
|
479
513
|
|
|
480
|
-
### [0.9.10](https://github.com/Codecademy/
|
|
514
|
+
### [0.9.10](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.9.9...@codecademy/gamut-illustrations@0.9.10) (2021-04-09)
|
|
481
515
|
|
|
482
516
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
483
517
|
|
|
@@ -485,7 +519,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
485
519
|
|
|
486
520
|
|
|
487
521
|
|
|
488
|
-
### [0.9.9](https://github.com/Codecademy/
|
|
522
|
+
### [0.9.9](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.9.8...@codecademy/gamut-illustrations@0.9.9) (2021-04-08)
|
|
489
523
|
|
|
490
524
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
491
525
|
|
|
@@ -493,7 +527,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
493
527
|
|
|
494
528
|
|
|
495
529
|
|
|
496
|
-
### [0.9.8](https://github.com/Codecademy/
|
|
530
|
+
### [0.9.8](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.9.7...@codecademy/gamut-illustrations@0.9.8) (2021-04-06)
|
|
497
531
|
|
|
498
532
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
499
533
|
|
|
@@ -501,7 +535,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
501
535
|
|
|
502
536
|
|
|
503
537
|
|
|
504
|
-
### [0.9.7](https://github.com/Codecademy/
|
|
538
|
+
### [0.9.7](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.9.6...@codecademy/gamut-illustrations@0.9.7) (2021-04-05)
|
|
505
539
|
|
|
506
540
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
507
541
|
|
|
@@ -509,7 +543,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
509
543
|
|
|
510
544
|
|
|
511
545
|
|
|
512
|
-
### [0.9.6](https://github.com/Codecademy/
|
|
546
|
+
### [0.9.6](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.9.5...@codecademy/gamut-illustrations@0.9.6) (2021-03-30)
|
|
513
547
|
|
|
514
548
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
515
549
|
|
|
@@ -517,7 +551,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
517
551
|
|
|
518
552
|
|
|
519
553
|
|
|
520
|
-
### [0.9.5](https://github.com/Codecademy/
|
|
554
|
+
### [0.9.5](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.9.4...@codecademy/gamut-illustrations@0.9.5) (2021-03-30)
|
|
521
555
|
|
|
522
556
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
523
557
|
|
|
@@ -525,7 +559,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
525
559
|
|
|
526
560
|
|
|
527
561
|
|
|
528
|
-
### [0.9.4](https://github.com/Codecademy/
|
|
562
|
+
### [0.9.4](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.9.3...@codecademy/gamut-illustrations@0.9.4) (2021-03-26)
|
|
529
563
|
|
|
530
564
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
531
565
|
|
|
@@ -533,7 +567,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
533
567
|
|
|
534
568
|
|
|
535
569
|
|
|
536
|
-
### [0.9.3](https://github.com/Codecademy/
|
|
570
|
+
### [0.9.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.9.2...@codecademy/gamut-illustrations@0.9.3) (2021-03-23)
|
|
537
571
|
|
|
538
572
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
539
573
|
|
|
@@ -541,7 +575,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
541
575
|
|
|
542
576
|
|
|
543
577
|
|
|
544
|
-
### [0.9.2](https://github.com/Codecademy/
|
|
578
|
+
### [0.9.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.9.1...@codecademy/gamut-illustrations@0.9.2) (2021-03-19)
|
|
545
579
|
|
|
546
580
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
547
581
|
|
|
@@ -549,7 +583,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
549
583
|
|
|
550
584
|
|
|
551
585
|
|
|
552
|
-
### [0.9.1](https://github.com/Codecademy/
|
|
586
|
+
### [0.9.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.9.0...@codecademy/gamut-illustrations@0.9.1) (2021-03-18)
|
|
553
587
|
|
|
554
588
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
555
589
|
|
|
@@ -557,16 +591,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
557
591
|
|
|
558
592
|
|
|
559
593
|
|
|
560
|
-
## [0.9.0](https://github.com/Codecademy/
|
|
594
|
+
## [0.9.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.8.1...@codecademy/gamut-illustrations@0.9.0) (2021-03-16)
|
|
561
595
|
|
|
562
596
|
|
|
563
597
|
### Features
|
|
564
598
|
|
|
565
|
-
* **NotificationItemNew:** add new forum notification icons ([cc10d77](https://github.com/Codecademy/
|
|
599
|
+
* **NotificationItemNew:** add new forum notification icons ([cc10d77](https://github.com/Codecademy/gamut/commit/cc10d7773b145c7b11f54e0be9603000d86f4735))
|
|
566
600
|
|
|
567
601
|
|
|
568
602
|
|
|
569
|
-
### [0.8.1](https://github.com/Codecademy/
|
|
603
|
+
### [0.8.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.8.0...@codecademy/gamut-illustrations@0.8.1) (2021-03-16)
|
|
570
604
|
|
|
571
605
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
572
606
|
|
|
@@ -574,16 +608,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
574
608
|
|
|
575
609
|
|
|
576
610
|
|
|
577
|
-
## [0.8.0](https://github.com/Codecademy/
|
|
611
|
+
## [0.8.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.7.6...@codecademy/gamut-illustrations@0.8.0) (2021-03-08)
|
|
578
612
|
|
|
579
613
|
|
|
580
614
|
### Features
|
|
581
615
|
|
|
582
|
-
* **NotificationItemNew:** map notif type to icon if no image url provided ([7198f23](https://github.com/Codecademy/
|
|
616
|
+
* **NotificationItemNew:** map notif type to icon if no image url provided ([7198f23](https://github.com/Codecademy/gamut/commit/7198f23e64b79ab7b68489c7ea1df11d7c62a704))
|
|
583
617
|
|
|
584
618
|
|
|
585
619
|
|
|
586
|
-
### [0.7.6](https://github.com/Codecademy/
|
|
620
|
+
### [0.7.6](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.7.5...@codecademy/gamut-illustrations@0.7.6) (2021-03-04)
|
|
587
621
|
|
|
588
622
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
589
623
|
|
|
@@ -591,7 +625,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
591
625
|
|
|
592
626
|
|
|
593
627
|
|
|
594
|
-
### [0.7.5](https://github.com/Codecademy/
|
|
628
|
+
### [0.7.5](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.7.4...@codecademy/gamut-illustrations@0.7.5) (2021-03-04)
|
|
595
629
|
|
|
596
630
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
597
631
|
|
|
@@ -599,7 +633,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
599
633
|
|
|
600
634
|
|
|
601
635
|
|
|
602
|
-
### [0.7.4](https://github.com/Codecademy/
|
|
636
|
+
### [0.7.4](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.7.3...@codecademy/gamut-illustrations@0.7.4) (2021-03-04)
|
|
603
637
|
|
|
604
638
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
605
639
|
|
|
@@ -607,7 +641,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
607
641
|
|
|
608
642
|
|
|
609
643
|
|
|
610
|
-
### [0.7.3](https://github.com/Codecademy/
|
|
644
|
+
### [0.7.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.7.2...@codecademy/gamut-illustrations@0.7.3) (2021-03-04)
|
|
611
645
|
|
|
612
646
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
613
647
|
|
|
@@ -615,7 +649,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
615
649
|
|
|
616
650
|
|
|
617
651
|
|
|
618
|
-
### [0.7.2](https://github.com/Codecademy/
|
|
652
|
+
### [0.7.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.7.1...@codecademy/gamut-illustrations@0.7.2) (2021-03-02)
|
|
619
653
|
|
|
620
654
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
621
655
|
|
|
@@ -623,7 +657,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
623
657
|
|
|
624
658
|
|
|
625
659
|
|
|
626
|
-
### [0.7.1](https://github.com/Codecademy/
|
|
660
|
+
### [0.7.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.7.0...@codecademy/gamut-illustrations@0.7.1) (2021-02-23)
|
|
627
661
|
|
|
628
662
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
629
663
|
|
|
@@ -631,34 +665,34 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
631
665
|
|
|
632
666
|
|
|
633
667
|
|
|
634
|
-
## [0.7.0](https://github.com/Codecademy/
|
|
668
|
+
## [0.7.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.6.0...@codecademy/gamut-illustrations@0.7.0) (2021-02-23)
|
|
635
669
|
|
|
636
670
|
|
|
637
671
|
### Features
|
|
638
672
|
|
|
639
|
-
* **NotificationListNew:** add empty notification ([e1cc1ec](https://github.com/Codecademy/
|
|
673
|
+
* **NotificationListNew:** add empty notification ([e1cc1ec](https://github.com/Codecademy/gamut/commit/e1cc1ecd58cb3b644bc4cd2392addc4e9733a33c))
|
|
640
674
|
|
|
641
675
|
|
|
642
676
|
|
|
643
|
-
## [0.6.0](https://github.com/Codecademy/
|
|
677
|
+
## [0.6.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.5.0...@codecademy/gamut-illustrations@0.6.0) (2021-02-22)
|
|
644
678
|
|
|
645
679
|
|
|
646
680
|
### Features
|
|
647
681
|
|
|
648
|
-
* add a illustration for business team ([97fa82b](https://github.com/Codecademy/
|
|
682
|
+
* add a illustration for business team ([97fa82b](https://github.com/Codecademy/gamut/commit/97fa82b31345627a66fabbadcc056c755f80d48f))
|
|
649
683
|
|
|
650
684
|
|
|
651
685
|
|
|
652
|
-
## [0.5.0](https://github.com/Codecademy/
|
|
686
|
+
## [0.5.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.46...@codecademy/gamut-illustrations@0.5.0) (2021-02-22)
|
|
653
687
|
|
|
654
688
|
|
|
655
689
|
### Features
|
|
656
690
|
|
|
657
|
-
* **New Notifications components:** notifications list & notification ([3c1b92d](https://github.com/Codecademy/
|
|
691
|
+
* **New Notifications components:** notifications list & notification ([3c1b92d](https://github.com/Codecademy/gamut/commit/3c1b92d1e049f161ff5386f16cd48405d4c0bc2d))
|
|
658
692
|
|
|
659
693
|
|
|
660
694
|
|
|
661
|
-
### [0.4.46](https://github.com/Codecademy/
|
|
695
|
+
### [0.4.46](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.45...@codecademy/gamut-illustrations@0.4.46) (2021-02-18)
|
|
662
696
|
|
|
663
697
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
664
698
|
|
|
@@ -666,7 +700,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
666
700
|
|
|
667
701
|
|
|
668
702
|
|
|
669
|
-
### [0.4.45](https://github.com/Codecademy/
|
|
703
|
+
### [0.4.45](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.44...@codecademy/gamut-illustrations@0.4.45) (2021-02-18)
|
|
670
704
|
|
|
671
705
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
672
706
|
|
|
@@ -674,7 +708,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
674
708
|
|
|
675
709
|
|
|
676
710
|
|
|
677
|
-
### [0.4.44](https://github.com/Codecademy/
|
|
711
|
+
### [0.4.44](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.43...@codecademy/gamut-illustrations@0.4.44) (2021-02-17)
|
|
678
712
|
|
|
679
713
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
680
714
|
|
|
@@ -682,7 +716,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
682
716
|
|
|
683
717
|
|
|
684
718
|
|
|
685
|
-
### [0.4.43](https://github.com/Codecademy/
|
|
719
|
+
### [0.4.43](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.42...@codecademy/gamut-illustrations@0.4.43) (2021-02-17)
|
|
686
720
|
|
|
687
721
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
688
722
|
|
|
@@ -690,7 +724,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
690
724
|
|
|
691
725
|
|
|
692
726
|
|
|
693
|
-
### [0.4.42](https://github.com/Codecademy/
|
|
727
|
+
### [0.4.42](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.41...@codecademy/gamut-illustrations@0.4.42) (2021-02-17)
|
|
694
728
|
|
|
695
729
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
696
730
|
|
|
@@ -698,7 +732,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
698
732
|
|
|
699
733
|
|
|
700
734
|
|
|
701
|
-
### [0.4.41](https://github.com/Codecademy/
|
|
735
|
+
### [0.4.41](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.40...@codecademy/gamut-illustrations@0.4.41) (2021-02-16)
|
|
702
736
|
|
|
703
737
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
704
738
|
|
|
@@ -706,7 +740,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
706
740
|
|
|
707
741
|
|
|
708
742
|
|
|
709
|
-
### [0.4.40](https://github.com/Codecademy/
|
|
743
|
+
### [0.4.40](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.39...@codecademy/gamut-illustrations@0.4.40) (2021-02-16)
|
|
710
744
|
|
|
711
745
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
712
746
|
|
|
@@ -714,7 +748,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
714
748
|
|
|
715
749
|
|
|
716
750
|
|
|
717
|
-
### [0.4.39](https://github.com/Codecademy/
|
|
751
|
+
### [0.4.39](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.38...@codecademy/gamut-illustrations@0.4.39) (2021-02-16)
|
|
718
752
|
|
|
719
753
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
720
754
|
|
|
@@ -722,7 +756,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
722
756
|
|
|
723
757
|
|
|
724
758
|
|
|
725
|
-
### [0.4.38](https://github.com/Codecademy/
|
|
759
|
+
### [0.4.38](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.37...@codecademy/gamut-illustrations@0.4.38) (2021-02-16)
|
|
726
760
|
|
|
727
761
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
728
762
|
|
|
@@ -730,7 +764,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
730
764
|
|
|
731
765
|
|
|
732
766
|
|
|
733
|
-
### [0.4.37](https://github.com/Codecademy/
|
|
767
|
+
### [0.4.37](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.36...@codecademy/gamut-illustrations@0.4.37) (2021-02-16)
|
|
734
768
|
|
|
735
769
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
736
770
|
|
|
@@ -738,7 +772,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
738
772
|
|
|
739
773
|
|
|
740
774
|
|
|
741
|
-
### [0.4.36](https://github.com/Codecademy/
|
|
775
|
+
### [0.4.36](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.35...@codecademy/gamut-illustrations@0.4.36) (2021-02-12)
|
|
742
776
|
|
|
743
777
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
744
778
|
|
|
@@ -746,7 +780,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
746
780
|
|
|
747
781
|
|
|
748
782
|
|
|
749
|
-
### [0.4.35](https://github.com/Codecademy/
|
|
783
|
+
### [0.4.35](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.34...@codecademy/gamut-illustrations@0.4.35) (2021-02-12)
|
|
750
784
|
|
|
751
785
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
752
786
|
|
|
@@ -754,7 +788,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
754
788
|
|
|
755
789
|
|
|
756
790
|
|
|
757
|
-
### [0.4.34](https://github.com/Codecademy/
|
|
791
|
+
### [0.4.34](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.33...@codecademy/gamut-illustrations@0.4.34) (2021-02-11)
|
|
758
792
|
|
|
759
793
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
760
794
|
|
|
@@ -762,7 +796,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
762
796
|
|
|
763
797
|
|
|
764
798
|
|
|
765
|
-
### [0.4.33](https://github.com/Codecademy/
|
|
799
|
+
### [0.4.33](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.32...@codecademy/gamut-illustrations@0.4.33) (2021-02-10)
|
|
766
800
|
|
|
767
801
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
768
802
|
|
|
@@ -770,7 +804,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
770
804
|
|
|
771
805
|
|
|
772
806
|
|
|
773
|
-
### [0.4.32](https://github.com/Codecademy/
|
|
807
|
+
### [0.4.32](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.31...@codecademy/gamut-illustrations@0.4.32) (2021-02-10)
|
|
774
808
|
|
|
775
809
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
776
810
|
|
|
@@ -778,7 +812,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
778
812
|
|
|
779
813
|
|
|
780
814
|
|
|
781
|
-
### [0.4.31](https://github.com/Codecademy/
|
|
815
|
+
### [0.4.31](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.30...@codecademy/gamut-illustrations@0.4.31) (2021-02-09)
|
|
782
816
|
|
|
783
817
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
784
818
|
|
|
@@ -786,7 +820,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
786
820
|
|
|
787
821
|
|
|
788
822
|
|
|
789
|
-
### [0.4.30](https://github.com/Codecademy/
|
|
823
|
+
### [0.4.30](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.29...@codecademy/gamut-illustrations@0.4.30) (2021-02-08)
|
|
790
824
|
|
|
791
825
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
792
826
|
|
|
@@ -794,7 +828,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
794
828
|
|
|
795
829
|
|
|
796
830
|
|
|
797
|
-
### [0.4.29](https://github.com/Codecademy/
|
|
831
|
+
### [0.4.29](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.28...@codecademy/gamut-illustrations@0.4.29) (2021-02-05)
|
|
798
832
|
|
|
799
833
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
800
834
|
|
|
@@ -802,7 +836,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
802
836
|
|
|
803
837
|
|
|
804
838
|
|
|
805
|
-
### [0.4.28](https://github.com/Codecademy/
|
|
839
|
+
### [0.4.28](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.27...@codecademy/gamut-illustrations@0.4.28) (2021-02-05)
|
|
806
840
|
|
|
807
841
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
808
842
|
|
|
@@ -810,7 +844,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
810
844
|
|
|
811
845
|
|
|
812
846
|
|
|
813
|
-
### [0.4.27](https://github.com/Codecademy/
|
|
847
|
+
### [0.4.27](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.26...@codecademy/gamut-illustrations@0.4.27) (2021-02-05)
|
|
814
848
|
|
|
815
849
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
816
850
|
|
|
@@ -818,7 +852,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
818
852
|
|
|
819
853
|
|
|
820
854
|
|
|
821
|
-
### [0.4.26](https://github.com/Codecademy/
|
|
855
|
+
### [0.4.26](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.25...@codecademy/gamut-illustrations@0.4.26) (2021-02-04)
|
|
822
856
|
|
|
823
857
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
824
858
|
|
|
@@ -826,7 +860,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
826
860
|
|
|
827
861
|
|
|
828
862
|
|
|
829
|
-
### [0.4.25](https://github.com/Codecademy/
|
|
863
|
+
### [0.4.25](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.24...@codecademy/gamut-illustrations@0.4.25) (2021-02-04)
|
|
830
864
|
|
|
831
865
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
832
866
|
|
|
@@ -834,7 +868,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
834
868
|
|
|
835
869
|
|
|
836
870
|
|
|
837
|
-
### [0.4.24](https://github.com/Codecademy/
|
|
871
|
+
### [0.4.24](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.23...@codecademy/gamut-illustrations@0.4.24) (2021-02-03)
|
|
838
872
|
|
|
839
873
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
840
874
|
|
|
@@ -842,7 +876,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
842
876
|
|
|
843
877
|
|
|
844
878
|
|
|
845
|
-
### [0.4.23](https://github.com/Codecademy/
|
|
879
|
+
### [0.4.23](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.22...@codecademy/gamut-illustrations@0.4.23) (2021-02-02)
|
|
846
880
|
|
|
847
881
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
848
882
|
|
|
@@ -850,7 +884,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
850
884
|
|
|
851
885
|
|
|
852
886
|
|
|
853
|
-
### [0.4.22](https://github.com/Codecademy/
|
|
887
|
+
### [0.4.22](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.21...@codecademy/gamut-illustrations@0.4.22) (2021-02-02)
|
|
854
888
|
|
|
855
889
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
856
890
|
|
|
@@ -858,7 +892,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
858
892
|
|
|
859
893
|
|
|
860
894
|
|
|
861
|
-
### [0.4.21](https://github.com/Codecademy/
|
|
895
|
+
### [0.4.21](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.20...@codecademy/gamut-illustrations@0.4.21) (2021-02-02)
|
|
862
896
|
|
|
863
897
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
864
898
|
|
|
@@ -866,7 +900,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
866
900
|
|
|
867
901
|
|
|
868
902
|
|
|
869
|
-
### [0.4.20](https://github.com/Codecademy/
|
|
903
|
+
### [0.4.20](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.19...@codecademy/gamut-illustrations@0.4.20) (2021-02-02)
|
|
870
904
|
|
|
871
905
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
872
906
|
|
|
@@ -874,7 +908,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
874
908
|
|
|
875
909
|
|
|
876
910
|
|
|
877
|
-
### [0.4.19](https://github.com/Codecademy/
|
|
911
|
+
### [0.4.19](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.18...@codecademy/gamut-illustrations@0.4.19) (2021-02-01)
|
|
878
912
|
|
|
879
913
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
880
914
|
|
|
@@ -882,7 +916,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
882
916
|
|
|
883
917
|
|
|
884
918
|
|
|
885
|
-
### [0.4.18](https://github.com/Codecademy/
|
|
919
|
+
### [0.4.18](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.17...@codecademy/gamut-illustrations@0.4.18) (2021-01-29)
|
|
886
920
|
|
|
887
921
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
888
922
|
|
|
@@ -890,7 +924,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
890
924
|
|
|
891
925
|
|
|
892
926
|
|
|
893
|
-
### [0.4.17](https://github.com/Codecademy/
|
|
927
|
+
### [0.4.17](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.16...@codecademy/gamut-illustrations@0.4.17) (2021-01-29)
|
|
894
928
|
|
|
895
929
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
896
930
|
|
|
@@ -898,7 +932,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
898
932
|
|
|
899
933
|
|
|
900
934
|
|
|
901
|
-
### [0.4.16](https://github.com/Codecademy/
|
|
935
|
+
### [0.4.16](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.15...@codecademy/gamut-illustrations@0.4.16) (2021-01-28)
|
|
902
936
|
|
|
903
937
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
904
938
|
|
|
@@ -906,7 +940,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
906
940
|
|
|
907
941
|
|
|
908
942
|
|
|
909
|
-
### [0.4.15](https://github.com/Codecademy/
|
|
943
|
+
### [0.4.15](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.14...@codecademy/gamut-illustrations@0.4.15) (2021-01-28)
|
|
910
944
|
|
|
911
945
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
912
946
|
|
|
@@ -914,7 +948,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
914
948
|
|
|
915
949
|
|
|
916
950
|
|
|
917
|
-
### [0.4.14](https://github.com/Codecademy/
|
|
951
|
+
### [0.4.14](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.13...@codecademy/gamut-illustrations@0.4.14) (2021-01-28)
|
|
918
952
|
|
|
919
953
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
920
954
|
|
|
@@ -922,7 +956,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
922
956
|
|
|
923
957
|
|
|
924
958
|
|
|
925
|
-
### [0.4.13](https://github.com/Codecademy/
|
|
959
|
+
### [0.4.13](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.12...@codecademy/gamut-illustrations@0.4.13) (2021-01-28)
|
|
926
960
|
|
|
927
961
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
928
962
|
|
|
@@ -930,7 +964,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
930
964
|
|
|
931
965
|
|
|
932
966
|
|
|
933
|
-
### [0.4.12](https://github.com/Codecademy/
|
|
967
|
+
### [0.4.12](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.11...@codecademy/gamut-illustrations@0.4.12) (2021-01-27)
|
|
934
968
|
|
|
935
969
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
936
970
|
|
|
@@ -938,7 +972,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
938
972
|
|
|
939
973
|
|
|
940
974
|
|
|
941
|
-
### [0.4.11](https://github.com/Codecademy/
|
|
975
|
+
### [0.4.11](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.10...@codecademy/gamut-illustrations@0.4.11) (2021-01-27)
|
|
942
976
|
|
|
943
977
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
944
978
|
|
|
@@ -946,7 +980,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
946
980
|
|
|
947
981
|
|
|
948
982
|
|
|
949
|
-
### [0.4.10](https://github.com/Codecademy/
|
|
983
|
+
### [0.4.10](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.9...@codecademy/gamut-illustrations@0.4.10) (2021-01-27)
|
|
950
984
|
|
|
951
985
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
952
986
|
|
|
@@ -954,7 +988,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
954
988
|
|
|
955
989
|
|
|
956
990
|
|
|
957
|
-
### [0.4.9](https://github.com/Codecademy/
|
|
991
|
+
### [0.4.9](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.8...@codecademy/gamut-illustrations@0.4.9) (2021-01-25)
|
|
958
992
|
|
|
959
993
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
960
994
|
|
|
@@ -962,7 +996,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
962
996
|
|
|
963
997
|
|
|
964
998
|
|
|
965
|
-
### [0.4.8](https://github.com/Codecademy/
|
|
999
|
+
### [0.4.8](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.7...@codecademy/gamut-illustrations@0.4.8) (2021-01-25)
|
|
966
1000
|
|
|
967
1001
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
968
1002
|
|
|
@@ -970,7 +1004,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
970
1004
|
|
|
971
1005
|
|
|
972
1006
|
|
|
973
|
-
### [0.4.7](https://github.com/Codecademy/
|
|
1007
|
+
### [0.4.7](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.6...@codecademy/gamut-illustrations@0.4.7) (2021-01-22)
|
|
974
1008
|
|
|
975
1009
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
976
1010
|
|
|
@@ -978,7 +1012,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
978
1012
|
|
|
979
1013
|
|
|
980
1014
|
|
|
981
|
-
### [0.4.6](https://github.com/Codecademy/
|
|
1015
|
+
### [0.4.6](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.5...@codecademy/gamut-illustrations@0.4.6) (2021-01-20)
|
|
982
1016
|
|
|
983
1017
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
984
1018
|
|
|
@@ -986,7 +1020,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
986
1020
|
|
|
987
1021
|
|
|
988
1022
|
|
|
989
|
-
### [0.4.5](https://github.com/Codecademy/
|
|
1023
|
+
### [0.4.5](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.4...@codecademy/gamut-illustrations@0.4.5) (2021-01-19)
|
|
990
1024
|
|
|
991
1025
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
992
1026
|
|
|
@@ -994,7 +1028,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
994
1028
|
|
|
995
1029
|
|
|
996
1030
|
|
|
997
|
-
### [0.4.4](https://github.com/Codecademy/
|
|
1031
|
+
### [0.4.4](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.3...@codecademy/gamut-illustrations@0.4.4) (2021-01-19)
|
|
998
1032
|
|
|
999
1033
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
1000
1034
|
|
|
@@ -1002,7 +1036,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1002
1036
|
|
|
1003
1037
|
|
|
1004
1038
|
|
|
1005
|
-
### [0.4.3](https://github.com/Codecademy/
|
|
1039
|
+
### [0.4.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.2...@codecademy/gamut-illustrations@0.4.3) (2021-01-18)
|
|
1006
1040
|
|
|
1007
1041
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
1008
1042
|
|
|
@@ -1010,7 +1044,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1010
1044
|
|
|
1011
1045
|
|
|
1012
1046
|
|
|
1013
|
-
### [0.4.2](https://github.com/Codecademy/
|
|
1047
|
+
### [0.4.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.1...@codecademy/gamut-illustrations@0.4.2) (2021-01-15)
|
|
1014
1048
|
|
|
1015
1049
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
1016
1050
|
|
|
@@ -1018,7 +1052,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1018
1052
|
|
|
1019
1053
|
|
|
1020
1054
|
|
|
1021
|
-
### [0.4.1](https://github.com/Codecademy/
|
|
1055
|
+
### [0.4.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.4.0...@codecademy/gamut-illustrations@0.4.1) (2021-01-13)
|
|
1022
1056
|
|
|
1023
1057
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
1024
1058
|
|
|
@@ -1026,16 +1060,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1026
1060
|
|
|
1027
1061
|
|
|
1028
1062
|
|
|
1029
|
-
## [0.4.0](https://github.com/Codecademy/
|
|
1063
|
+
## [0.4.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.3.12...@codecademy/gamut-illustrations@0.4.0) (2021-01-12)
|
|
1030
1064
|
|
|
1031
1065
|
|
|
1032
1066
|
### Features
|
|
1033
1067
|
|
|
1034
|
-
* **Icons:** Add video player movie icon ([def3a59](https://github.com/Codecademy/
|
|
1068
|
+
* **Icons:** Add video player movie icon ([def3a59](https://github.com/Codecademy/gamut/commit/def3a59d9c253330bc4703f2c46ded80a1079bac))
|
|
1035
1069
|
|
|
1036
1070
|
|
|
1037
1071
|
|
|
1038
|
-
### [0.3.12](https://github.com/Codecademy/
|
|
1072
|
+
### [0.3.12](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.3.11...@codecademy/gamut-illustrations@0.3.12) (2021-01-08)
|
|
1039
1073
|
|
|
1040
1074
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
1041
1075
|
|
|
@@ -1043,7 +1077,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1043
1077
|
|
|
1044
1078
|
|
|
1045
1079
|
|
|
1046
|
-
### [0.3.11](https://github.com/Codecademy/
|
|
1080
|
+
### [0.3.11](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.3.10...@codecademy/gamut-illustrations@0.3.11) (2021-01-08)
|
|
1047
1081
|
|
|
1048
1082
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
1049
1083
|
|
|
@@ -1051,7 +1085,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1051
1085
|
|
|
1052
1086
|
|
|
1053
1087
|
|
|
1054
|
-
### [0.3.10](https://github.com/Codecademy/
|
|
1088
|
+
### [0.3.10](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.3.9...@codecademy/gamut-illustrations@0.3.10) (2021-01-07)
|
|
1055
1089
|
|
|
1056
1090
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
1057
1091
|
|
|
@@ -1059,7 +1093,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1059
1093
|
|
|
1060
1094
|
|
|
1061
1095
|
|
|
1062
|
-
### [0.3.9](https://github.com/Codecademy/
|
|
1096
|
+
### [0.3.9](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.3.8...@codecademy/gamut-illustrations@0.3.9) (2021-01-07)
|
|
1063
1097
|
|
|
1064
1098
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
1065
1099
|
|
|
@@ -1067,7 +1101,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1067
1101
|
|
|
1068
1102
|
|
|
1069
1103
|
|
|
1070
|
-
### [0.3.8](https://github.com/Codecademy/
|
|
1104
|
+
### [0.3.8](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.3.7...@codecademy/gamut-illustrations@0.3.8) (2021-01-06)
|
|
1071
1105
|
|
|
1072
1106
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
1073
1107
|
|
|
@@ -1075,7 +1109,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1075
1109
|
|
|
1076
1110
|
|
|
1077
1111
|
|
|
1078
|
-
### [0.3.7](https://github.com/Codecademy/
|
|
1112
|
+
### [0.3.7](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.3.6...@codecademy/gamut-illustrations@0.3.7) (2020-12-21)
|
|
1079
1113
|
|
|
1080
1114
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
1081
1115
|
|
|
@@ -1083,7 +1117,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1083
1117
|
|
|
1084
1118
|
|
|
1085
1119
|
|
|
1086
|
-
### [0.3.6](https://github.com/Codecademy/
|
|
1120
|
+
### [0.3.6](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.3.5...@codecademy/gamut-illustrations@0.3.6) (2020-12-18)
|
|
1087
1121
|
|
|
1088
1122
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
1089
1123
|
|
|
@@ -1091,7 +1125,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1091
1125
|
|
|
1092
1126
|
|
|
1093
1127
|
|
|
1094
|
-
### [0.3.5](https://github.com/Codecademy/
|
|
1128
|
+
### [0.3.5](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.3.4...@codecademy/gamut-illustrations@0.3.5) (2020-12-18)
|
|
1095
1129
|
|
|
1096
1130
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
1097
1131
|
|
|
@@ -1099,7 +1133,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1099
1133
|
|
|
1100
1134
|
|
|
1101
1135
|
|
|
1102
|
-
### [0.3.4](https://github.com/Codecademy/
|
|
1136
|
+
### [0.3.4](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.3.3...@codecademy/gamut-illustrations@0.3.4) (2020-12-16)
|
|
1103
1137
|
|
|
1104
1138
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
1105
1139
|
|
|
@@ -1107,7 +1141,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1107
1141
|
|
|
1108
1142
|
|
|
1109
1143
|
|
|
1110
|
-
### [0.3.3](https://github.com/Codecademy/
|
|
1144
|
+
### [0.3.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.3.2...@codecademy/gamut-illustrations@0.3.3) (2020-12-16)
|
|
1111
1145
|
|
|
1112
1146
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
1113
1147
|
|
|
@@ -1115,7 +1149,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1115
1149
|
|
|
1116
1150
|
|
|
1117
1151
|
|
|
1118
|
-
### [0.3.2](https://github.com/Codecademy/
|
|
1152
|
+
### [0.3.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.3.1...@codecademy/gamut-illustrations@0.3.2) (2020-12-16)
|
|
1119
1153
|
|
|
1120
1154
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
1121
1155
|
|
|
@@ -1123,34 +1157,34 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1123
1157
|
|
|
1124
1158
|
|
|
1125
1159
|
|
|
1126
|
-
### [0.3.1](https://github.com/Codecademy/
|
|
1160
|
+
### [0.3.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.3.0...@codecademy/gamut-illustrations@0.3.1) (2020-12-16)
|
|
1127
1161
|
|
|
1128
1162
|
|
|
1129
1163
|
### Bug Fixes
|
|
1130
1164
|
|
|
1131
|
-
* corrected gamut-system dependency in gamut-illustrations ([ca537fc](https://github.com/Codecademy/
|
|
1165
|
+
* corrected gamut-system dependency in gamut-illustrations ([ca537fc](https://github.com/Codecademy/gamut/commit/ca537fcb58fdc33ae72f1dc3716c0596f5ecc634))
|
|
1132
1166
|
|
|
1133
1167
|
|
|
1134
1168
|
|
|
1135
|
-
## [0.3.0](https://github.com/Codecademy/
|
|
1169
|
+
## [0.3.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.2.5...@codecademy/gamut-illustrations@0.3.0) (2020-12-15)
|
|
1136
1170
|
|
|
1137
1171
|
|
|
1138
1172
|
### Features
|
|
1139
1173
|
|
|
1140
|
-
* also export types from gamut-illustrations ([fd0d41c](https://github.com/Codecademy/
|
|
1174
|
+
* also export types from gamut-illustrations ([fd0d41c](https://github.com/Codecademy/gamut/commit/fd0d41ca5080db4a7aad6df1712391f2ef233b78))
|
|
1141
1175
|
|
|
1142
1176
|
|
|
1143
1177
|
|
|
1144
|
-
### [0.2.5](https://github.com/Codecademy/
|
|
1178
|
+
### [0.2.5](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.2.4...@codecademy/gamut-illustrations@0.2.5) (2020-12-15)
|
|
1145
1179
|
|
|
1146
1180
|
|
|
1147
1181
|
### Bug Fixes
|
|
1148
1182
|
|
|
1149
|
-
* added missing .npmignore to gamut-illustrations ([54d5c37](https://github.com/Codecademy/
|
|
1183
|
+
* added missing .npmignore to gamut-illustrations ([54d5c37](https://github.com/Codecademy/gamut/commit/54d5c37821fb0392e4f572aca24dd9d04a02abcd))
|
|
1150
1184
|
|
|
1151
1185
|
|
|
1152
1186
|
|
|
1153
|
-
### [0.2.4](https://github.com/Codecademy/
|
|
1187
|
+
### [0.2.4](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.2.3...@codecademy/gamut-illustrations@0.2.4) (2020-12-15)
|
|
1154
1188
|
|
|
1155
1189
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
1156
1190
|
|
|
@@ -1158,7 +1192,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1158
1192
|
|
|
1159
1193
|
|
|
1160
1194
|
|
|
1161
|
-
### [0.2.3](https://github.com/Codecademy/
|
|
1195
|
+
### [0.2.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.2.2...@codecademy/gamut-illustrations@0.2.3) (2020-12-14)
|
|
1162
1196
|
|
|
1163
1197
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
1164
1198
|
|
|
@@ -1166,7 +1200,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1166
1200
|
|
|
1167
1201
|
|
|
1168
1202
|
|
|
1169
|
-
### [0.2.2](https://github.com/Codecademy/
|
|
1203
|
+
### [0.2.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.2.1...@codecademy/gamut-illustrations@0.2.2) (2020-12-14)
|
|
1170
1204
|
|
|
1171
1205
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
1172
1206
|
|
|
@@ -1174,7 +1208,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1174
1208
|
|
|
1175
1209
|
|
|
1176
1210
|
|
|
1177
|
-
### [0.2.1](https://github.com/Codecademy/
|
|
1211
|
+
### [0.2.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-illustrations@0.2.0...@codecademy/gamut-illustrations@0.2.1) (2020-12-14)
|
|
1178
1212
|
|
|
1179
1213
|
**Note:** Version bump only for package @codecademy/gamut-illustrations
|
|
1180
1214
|
|
|
@@ -1187,4 +1221,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1187
1221
|
|
|
1188
1222
|
### Features
|
|
1189
1223
|
|
|
1190
|
-
* added gamut-illustrations package ([b2b53b8](https://github.com/Codecademy/
|
|
1224
|
+
* added gamut-illustrations package ([b2b53b8](https://github.com/Codecademy/gamut/commit/b2b53b83d5db00f4c358bb91ca27c6593c0b2708))
|