Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jun 18, 2023
1 parent 03de46a commit 240a301
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 25 deletions.
28 changes: 5 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,14 @@
# Change Log
# 5.0.0 (2023-06-18)

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.2](https://github.com/eisberg-labs/react-components/compare/v4.0.1...v4.0.2) (2023-01-25)

**Note:** Version bump only for package @eisberg-labs/next-google-analytics

# [4.0.0](https://github.com/eisberg-labs/react-components/compare/v3.1.1...v4.0.0) (2023-01-25)

**Note:** Version bump only for package @eisberg-labs/next-google-analytics

# [3.1.0](https://github.com/eisberg-labs/react-components/compare/v3.0.1...v3.1.0) (2023-01-03)

**Note:** Version bump only for package @eisberg-labs/next-google-analytics

## [3.0.1](https://github.com/eisberg-labs/react-components/compare/v3.0.0...v3.0.1) (2023-01-02)
### Features

### Bug Fixes
* migrate next-google-analytics ([734c19e](https://github.com/eisberg-labs/next-google-analytics/commit/734c19e262a7cdd4f0cae382819cf71a23e16979))

- **next-google-adsense,next-google-analytics:** fix script loading ([dc07479](https://github.com/eisberg-labs/react-components/commit/dc0747999231e7ab5152aff3b057176d889f6fe5))

# 3.0.0 (2022-12-27)
### BREAKING CHANGES

### Bug Fixes
* ga_id is trackingId, supports google analytics 4

- **next-google-adsense,next-google-analytics:** fix wrong peer dependency def for next.js ([aeda155](https://github.com/eisberg-labs/react-components/commit/aeda15571e984059bccf2bbd83494093c182e70e))

### Features

- **next-google-analytics:** add next-google-analytics ([255a519](https://github.com/eisberg-labs/react-components/commit/255a519742b3efbf4b16ba8f49fe24094a1ece40))
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eisberg-labs/next-google-analytics",
"version": "4.0.3",
"version": "5.0.0",
"description": "NextJS React Component for Google analytics 4.",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -79,4 +79,4 @@
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}
}

0 comments on commit 240a301

Please sign in to comment.