Skip to content

Commit 128a28d

Browse files
chore(release): 3.4.0 [skip ci]
# [3.4.0](gravity-ui-web-v3.3.0...gravity-ui-web-v3.4.0) (2020-08-13) ### Bug Fixes * **autolinting:** linting fixes ([5b881c5](5b881c5)) * **correct font-weight:** update font-weight from 500 to 400 for nicer text ([2c9b785](2c9b785)) * **update based on pr feedback:** spoke to mr nash, he was correct about everything ([3593437](3593437)) ### Features * switches default colour schemes to Buildit 2.0 ones ([ab4558f](ab4558f)) * upgrades to new Gravity Particles v1.0.0 ([be70998](be70998)) * **allow hosted fonts:** re-add urls for hosted fonts ([bb85896](bb85896)) * **tighten titles:** made the titles closer both vertically and horizontally ([8afd511](8afd511)) * **update fonts and spacing:** buildit brand guidelines have changed - these changes reflect those ([24ab364](24ab364))
1 parent 83e66a8 commit 128a28d

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

packages/gravity-ui-web/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [3.4.0](https://github.com/buildit/gravity-ui-web/compare/gravity-ui-web-v3.3.0...gravity-ui-web-v3.4.0) (2020-08-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **autolinting:** linting fixes ([5b881c5](https://github.com/buildit/gravity-ui-web/commit/5b881c54858af4bab88bc579385504abcece7c5a))
7+
* **correct font-weight:** update font-weight from 500 to 400 for nicer text ([2c9b785](https://github.com/buildit/gravity-ui-web/commit/2c9b78542fb4fa625c167f9415cf1abf3c0e7fef))
8+
* **update based on pr feedback:** spoke to mr nash, he was correct about everything ([3593437](https://github.com/buildit/gravity-ui-web/commit/35934372c98a5465bd22ec8902cefdf2da9b2477))
9+
10+
11+
### Features
12+
13+
* switches default colour schemes to Buildit 2.0 ones ([ab4558f](https://github.com/buildit/gravity-ui-web/commit/ab4558ffc2e3f8db94c0edfb24f7cb6b97561ad5))
14+
* upgrades to new Gravity Particles v1.0.0 ([be70998](https://github.com/buildit/gravity-ui-web/commit/be70998fde05ffb31644699c9747a9e84fa94286))
15+
* **allow hosted fonts:** re-add urls for hosted fonts ([bb85896](https://github.com/buildit/gravity-ui-web/commit/bb85896d2976c08098202eb75a98fa436397061f))
16+
* **tighten titles:** made the titles closer both vertically and horizontally ([8afd511](https://github.com/buildit/gravity-ui-web/commit/8afd511e943a0d194b90683e8892f69b944bda80))
17+
* **update fonts and spacing:** buildit brand guidelines have changed - these changes reflect those ([24ab364](https://github.com/buildit/gravity-ui-web/commit/24ab3640b5b1143adff957d467e7667adef75035))
18+
119
# [3.3.0](https://github.com/buildit/gravity-ui-web/compare/gravity-ui-web-v3.2.0...gravity-ui-web-v3.3.0) (2020-07-09)
220

321

packages/gravity-ui-web/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/gravity-ui-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@buildit/gravity-ui-web",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"description": "Library of styles, components and associated assets to build UIs for the web. Part of Buildit's Gravity design system.",
55
"main": "dist/gravity.js",
66
"bundlesize": [

0 commit comments

Comments
 (0)