Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
chore: release v4 (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschaller authored Dec 14, 2020
1 parent c9fc71e commit 718385c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 4.0.0

* Upgrade fbjs dependency to ^3.x

### 3.1.3

* Added support for React 16
Expand Down
2 changes: 1 addition & 1 deletion dist/Flux.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Flux v3.1.3
* Flux v4.0.0
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
Expand Down
2 changes: 1 addition & 1 deletion dist/Flux.min.js

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

2 changes: 1 addition & 1 deletion dist/FluxUtils.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Flux v3.1.3
* Flux v4.0.0
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
Expand Down
2 changes: 1 addition & 1 deletion dist/FluxUtils.min.js

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": "flux",
"version": "3.1.3",
"version": "4.0.0",
"description": "An application architecture based on a unidirectional data flow",
"keywords": [
"flux",
Expand Down

0 comments on commit 718385c

Please sign in to comment.