Skip to content

Commit 052bad0

Browse files
chore(release): publish
- @uploadcare/[email protected]
1 parent 13e0e42 commit 052bad0

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-uploader/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/uploadcare/react-components/compare/@uploadcare/[email protected]...@uploadcare/[email protected]) (2024-09-27)
7+
8+
### Features
9+
10+
- added chapter on nextjs ([1a7459d](https://github.com/uploadcare/react-components/commit/1a7459d1365d38a881b042573a98007f6dfc24a9))
11+
- **next:** added new import for nextjs with ssr disabled ([42e956f](https://github.com/uploadcare/react-components/commit/42e956f307779ae044d67bb72c843cbe6cbfb9aa))
12+
613
# [1.0.0](https://github.com/uploadcare/react-components/compare/@uploadcare/[email protected]...@uploadcare/[email protected]) (2024-08-06)
714

815
### Features

packages/react-uploader/package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"name": "@uploadcare/react-uploader",
33
"description": "React component for file uploads using Uploadcare",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"private": false,
66
"type": "module",
7-
"files": ["dist"],
7+
"files": [
8+
"dist"
9+
],
810
"main": "./dist/react-uploader.cjs",
911
"module": "./dist/react-uploader.js",
1012
"types": "./dist/react-uploader.d.ts",

0 commit comments

Comments
 (0)