Skip to content

Commit

Permalink
chore(release): 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SethK committed Dec 12, 2023
1 parent 6aa9335 commit dcb81fb
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Filestack React deployment
on:
push:
branches: [ FS-10385-upgrade-react-version ]
branches: [ develop ]
create:
tags:
- v*
Expand All @@ -13,7 +13,7 @@ jobs:
- name: Setup repository env
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '20.x'
registry-url: "https://registry.npmjs.org"
- name: Install deps
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
v20.10.0
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: node_js
node_js:
- 20
- 12
- 10
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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.

### [5.0.0](https://github.com/filestack/filestack-react/compare/v4.0.1...v5.0.0) (2023-12-12)

* **Dependency** Upgraded packages to the latest possible version while maintaining backward compatibility.

### [4.0.1](https://github.com/filestack/filestack-react/compare/v4.0.0...v4.0.1) (2021-09-08)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "filestack-react",
"version": "4.0.1",
"version": "5.0.0",
"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.",
"author": "filestack",
"license": "MIT",
Expand Down

0 comments on commit dcb81fb

Please sign in to comment.