Skip to content

Commit dcb81fb

Browse files
author
SethK
committed
chore(release): 5.0.0
1 parent 6aa9335 commit dcb81fb

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

Diff for: .github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Filestack React deployment
22
on:
33
push:
4-
branches: [ FS-10385-upgrade-react-version ]
4+
branches: [ develop ]
55
create:
66
tags:
77
- v*
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup repository env
1414
uses: actions/setup-node@v1
1515
with:
16-
node-version: '14.x'
16+
node-version: '20.x'
1717
registry-url: "https://registry.npmjs.org"
1818
- name: Install deps
1919
run: npm install

Diff for: .nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14
1+
v20.10.0

Diff for: .travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: node_js
22
node_js:
3+
- 20
34
- 12
45
- 10

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [5.0.0](https://github.com/filestack/filestack-react/compare/v4.0.1...v5.0.0) (2023-12-12)
6+
7+
* **Dependency** Upgraded packages to the latest possible version while maintaining backward compatibility.
8+
59
### [4.0.1](https://github.com/filestack/filestack-react/compare/v4.0.0...v4.0.1) (2021-09-08)
610

711

Diff for: package-lock.json

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

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "filestack-react",
3-
"version": "4.0.1",
3+
"version": "5.0.0",
44
"description": "Official React component for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.",
55
"author": "filestack",
66
"license": "MIT",

0 commit comments

Comments
 (0)