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

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and ruohola committed Jan 16, 2022
1 parent 3d416fb commit d5d2c5c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.2] - 2022-01-16

### Added

- Send Apilytics version info together with metrics.
Expand Down
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"version": "1.0.1",
"packages": ["packages/*"],
"version": "1.0.2",
"packages": [
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apilytics/core",
"version": "1.0.1",
"version": "1.0.2",
"description": "Apilytics for Node.js - Easy API analytics for Node backends",
"author": "Apilytics <[email protected]>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apilytics/express",
"version": "1.0.1",
"version": "1.0.2",
"description": "Apilytics for Express - Easy API analytics for Express backends",
"author": "Apilytics <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,7 @@
"clean": "rm -rf dist/ tsconfig.tsbuildinfo"
},
"dependencies": {
"@apilytics/core": "1.0.1",
"@apilytics/core": "1.0.2",
"express": "*"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apilytics/next",
"version": "1.0.1",
"version": "1.0.2",
"description": "Apilytics for Next.js - Easy API analytics for Next.js backends",
"author": "Apilytics <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,7 @@
"clean": "rm -rf dist/ tsconfig.tsbuildinfo"
},
"dependencies": {
"@apilytics/core": "1.0.1",
"@apilytics/core": "1.0.2",
"next": "*"
},
"devDependencies": {
Expand Down

0 comments on commit d5d2c5c

Please sign in to comment.