Skip to content

Commit

Permalink
Merge branch 'release/3.0.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
electerious committed Apr 2, 2021
2 parents 4971414 + 4b5bb75 commit 264df73
Show file tree
Hide file tree
Showing 6 changed files with 134 additions and 128 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [3.0.6] - 2021-04-02

### Changed

- Updated dependencies, including `ackee-tracker` in v5.1.0 which ignores updateRecord request when the website is in the background (#202)

## [3.0.5] - 2021-02-21

### Changed
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ I am working hard on continuously developing and maintaining Ackee. Please consi
- [django-ackee-middleware](https://github.com/suda/django-ackee-middleware) - Django middleware for Ackee
- [gridsome-plugin-ackee](https://github.com/DenzoNL/gridsome-plugin-ackee) - Gridsome plugin for Ackee
- [vuepress-plugin-ackee](https://github.com/spekulatius/vuepress-plugin-ackee) - VuePress plugin for Ackee
- [svelte-ackee](https://github.com/gaia-green-tech/svelte-ackee) - Svelte module for Ackee

### Links

Expand Down
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tracker.js

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ackee",
"private": true,
"version": "3.0.5",
"version": "3.0.6",
"authors": [
"Tobias Reich <tobias@electerious.com>"
],
Expand Down Expand Up @@ -33,21 +33,21 @@
"lint": "eslint '{functions,src,test}/**/*.js'"
},
"dependencies": {
"ackee-tracker": "^5.0.1",
"apollo-server-lambda": "^2.21.0",
"apollo-server-micro": "^2.21.0",
"ackee-tracker": "^5.1.0",
"apollo-server-lambda": "^2.21.2",
"apollo-server-micro": "^2.21.2",
"apollo-server-plugin-http-headers": "^0.1.4",
"date-fns": "^2.17.0",
"date-fns-tz": "^1.1.2",
"date-fns": "^2.19.0",
"date-fns-tz": "^1.1.3",
"debounce-promise": "^3.1.2",
"dotenv": "^8.2.0",
"graphql": "^15.5.0",
"graphql-scalars": "^1.7.1",
"graphql-scalars": "^1.9.0",
"graphql-tools": "^7.0.4",
"is-url": "^1.2.4",
"micro": "^9.3.4",
"microrouter": "^3.1.3",
"mongoose": "^5.11.17",
"mongoose": "^5.12.1",
"node-fetch": "^2.6.1",
"node-schedule": "^2.0.0",
"normalize-url": "^5.0.0",
Expand All @@ -61,7 +61,7 @@
"ava": "3.15.0",
"classnames": "^2.2.6",
"coveralls": "^3.1.0",
"eslint": "^7.20.0",
"eslint": "^7.22.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
Expand All @@ -72,20 +72,20 @@
"husky": "^4.3.8",
"immer": "^8.0.1",
"mocked-env": "^1.3.2",
"mongodb-memory-server": "^6.9.3",
"mongodb-memory-server": "^6.9.6",
"nodemon": "^2.0.7",
"normalize.css": "^8.0.1",
"nyc": "^15.1.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-error-boundary": "^3.1.0",
"react-error-boundary": "^3.1.1",
"react-fast-compare": "^3.2.0",
"react-hotkeys-hook": "^3.1.0",
"react-hotkeys-hook": "^3.2.1",
"react-redux": "^7.2.2",
"react-use": "^17.1.1",
"react-use": "^17.2.1",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0",
"rosid-handler-js-next": "^1.0.0",
"rosid-handler-sass": "^8.0.0",
Expand Down
Loading

1 comment on commit 264df73

@vercel
Copy link

@vercel vercel bot commented on 264df73 Apr 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.