Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #300 from nugit/release/2020-03-18
Browse files Browse the repository at this point in the history
18 March 2020 Release
  • Loading branch information
moroine committed Mar 18, 2020
2 parents ef284cf + 7b394c0 commit e1ec0b6
Show file tree
Hide file tree
Showing 4 changed files with 2,300 additions and 1,859 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 5.0.2 -- 18/03/2020

## Chore

- Upgrade dependencies
- https://github.com/nugit/datetime-utils/pull/299

# 5.0.1 -- 16/10/2019

## Update
Expand Down
2 changes: 1 addition & 1 deletion lib/nugit-datetime-utils.umd.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nugit-datetime-utils",
"version": "5.0.1",
"version": "5.0.2",
"description": "Shared datetime utils library",
"main": "lib/nugit-datetime-utils.cjs.js",
"module": "lib/nugit-datetime-utils.esm.js",
Expand All @@ -25,7 +25,7 @@
"@babel/register": "^7.7.4",
"babel-core": "^7.0.0-0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-jest": "^25.1.0",
"chai": "^4.2.0",
"eslint": "^6.7.2",
"eslint-config-nugit": "^0.2.0",
Expand All @@ -35,16 +35,16 @@
"eslint-plugin-ramda": "^2.5.1",
"eslint-plugin-react-hooks": "^2.3.0",
"eslint-plugin-react": "^7.17.0",
"jest": "^24.9.0",
"nyc": "^14.1.1",
"jest": "^25.1.0",
"nyc": "^15.0.0",
"pre-git": "^3.17.1",
"rollup": "^1.27.13",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.4",
"sinon": "^7.5.0",
"sinon": "^9.0.0",
"timezone-mock": "^1.0.8"
},
"scripts": {
Expand Down
Loading

0 comments on commit e1ec0b6

Please sign in to comment.