Skip to content

Commit f993061

Browse files
Merge pull request #590 from 3Squared/changeset-release/main
Version Packages
2 parents cd46833 + 838c83e commit f993061

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/short-owls-drop.md

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

packages/ui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @3squared/forge-ui
22

3+
## 1.11.0
4+
5+
### Minor Changes
6+
7+
- 05ce123: Updated the file mimetype definitions to use an external mime npm package, as bnrowsers do not like all file types. This was then upsetting the allowed file types by comparing an empty string, to the valid mime-types provided. The extra definitions should cater for a wider range of file types allowed.
8+
39
## 1.10.0
410

511
### Minor Changes

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@3squared/forge-ui",
33
"repository": "https://github.com/3Squared/ForgeUI",
4-
"version": "1.10.0",
4+
"version": "1.11.0",
55
"description": "ForgeUI is designed to be a wrapper around different libraries that provide a consistent UI style. It is comprised of many different packages that have been combined to create a one stop shop for UI.",
66
"license": "MIT",
77
"main": "./dist/esm/forge-ui.mjs",

0 commit comments

Comments
 (0)