Skip to content

Commit 9d522c2

Browse files
author
Teimur Gasanov
authored
Merge pull request #518 from roll-network/changeset-release/main
Version Packages
2 parents 098961c + 8b7b0ca commit 9d522c2

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

.changeset/seven-roses-remain.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/design-system/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @roll-network/design-system
22

3+
## 6.0.0
4+
5+
### Major Changes
6+
7+
- [#517](https://github.com/roll-network/tryrolljs/pull/517) [`ac9f104`](https://github.com/roll-network/tryrolljs/commit/ac9f1046e36451a0533ce41d2fbdb29ca614a2ad) Thanks [@teimurjan](https://github.com/teimurjan)! - Changed font family setup
8+
9+
- Removed injectFonts & injectFontsV2 functions to exclude fonts from the JS bundle.
10+
- Added separate fonts folder in the dist from where web & native projects will be able to import the fonts.
11+
312
## 5.0.0
413

514
### Patch Changes

packages/design-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@roll-network/design-system",
33
"description": "Shared components for Roll applications",
4-
"version": "5.0.0",
4+
"version": "6.0.0",
55
"main": "dist/web/cjs/index.js",
66
"module": "dist/web/esm/index.js",
77
"files": [

0 commit comments

Comments
 (0)