Skip to content

Commit

Permalink
chore(release): v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorsalgado committed Jan 3, 2022
1 parent e755777 commit c4d9812
Show file tree
Hide file tree
Showing 37 changed files with 288 additions and 122 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/vitorsalgado/drizzle-http/compare/v3.0.0...v3.1.0) (2022-01-03)


### Bug Fixes

* add missing libs to packaging script ([489a997](https://github.com/vitorsalgado/drizzle-http/commit/489a99777a3efb1e7ac22d9326baba21e28029ae))


### Features

* adjust exported modules ([f7f9cda](https://github.com/vitorsalgado/drizzle-http/commit/f7f9cdac17fa3fc0c25e5a2308562ecc5d15c8b2))
* **deno:** add fetch module to entrypoint + change decorators index.ts to mod.ts ([b78f8eb](https://github.com/vitorsalgado/drizzle-http/commit/b78f8ebf3123520ab75bed71ef886295cf8371f4))
* **deno:** add useFetch utility function ([4f13aa3](https://github.com/vitorsalgado/drizzle-http/commit/4f13aa37bd772e951d1bed9b35e5b41b674173d4))
* **fetch:** add useFetch utility function + remove libs from tsconfig.json ([75dccc9](https://github.com/vitorsalgado/drizzle-http/commit/75dccc91971c0c55afa3bb543fd475a711cc95c7))
* **fetch:** export multipart components ([40b904d](https://github.com/vitorsalgado/drizzle-http/commit/40b904d61759abae0d1b0b089bf5e04b30388980))





# [3.0.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.2.0...v3.0.0) (2022-01-02)


Expand Down
8 changes: 8 additions & 0 deletions benchmarks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/vitorsalgado/drizzle-http/compare/v3.0.0...v3.1.0) (2022-01-03)

**Note:** Version bump only for package @drizzle-http/benchmarks





# [3.0.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.2.0...v3.0.0) (2022-01-02)


Expand Down
8 changes: 4 additions & 4 deletions benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-http/benchmarks",
"version": "3.0.0",
"version": "3.1.0",
"description": "Benchmarks",
"private": true,
"main": "./dist/index.js",
Expand All @@ -15,9 +15,9 @@
},
"license": "MIT",
"dependencies": {
"@drizzle-http/core": "^3.0.0",
"@drizzle-http/opossum-circuit-breaker": "^3.0.0",
"@drizzle-http/undici": "^3.0.0",
"@drizzle-http/core": "^3.1.0",
"@drizzle-http/opossum-circuit-breaker": "^3.1.0",
"@drizzle-http/undici": "^3.1.0",
"axios": "^0.24.0",
"benchmark": "^2.1.4",
"cronometro": "^1.0.2",
Expand Down
8 changes: 8 additions & 0 deletions examples/javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/vitorsalgado/drizzle-http/compare/v3.0.0...v3.1.0) (2022-01-03)

**Note:** Version bump only for package @drizzle-http/example-javascript





# [3.0.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.2.0...v3.0.0) (2022-01-02)


Expand Down
6 changes: 3 additions & 3 deletions examples/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-http/example-javascript",
"version": "3.0.0",
"version": "3.1.0",
"description": "Javascript example",
"scripts": {
"start": "node dist/index.js",
Expand All @@ -13,8 +13,8 @@
},
"license": "MIT",
"dependencies": {
"@drizzle-http/core": "^3.0.0",
"@drizzle-http/undici": "^3.0.0",
"@drizzle-http/core": "^3.1.0",
"@drizzle-http/undici": "^3.1.0",
"babel-plugin-parameter-decorator": "^1.0.16",
"babel-plugin-transform-decorators-legacy": "^1.3.5"
},
Expand Down
8 changes: 8 additions & 0 deletions examples/nestjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/vitorsalgado/drizzle-http/compare/v3.0.0...v3.1.0) (2022-01-03)

**Note:** Version bump only for package @drizzle-http/example-nestjs





# [3.0.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.2.0...v3.0.0) (2022-01-02)


Expand Down
6 changes: 3 additions & 3 deletions examples/nestjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-http/example-nestjs",
"version": "3.0.0",
"version": "3.1.0",
"description": "NestJs example",
"scripts": {
"prebuild": "rimraf dist",
Expand All @@ -24,8 +24,8 @@
},
"license": "MIT",
"dependencies": {
"@drizzle-http/core": "^3.0.0",
"@drizzle-http/undici": "^3.0.0",
"@drizzle-http/core": "^3.1.0",
"@drizzle-http/undici": "^3.1.0",
"@nestjs/common": "^8.2.4",
"@nestjs/core": "^8.2.4",
"@nestjs/platform-express": "^8.2.4",
Expand Down
8 changes: 8 additions & 0 deletions examples/nodejs-es-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/vitorsalgado/drizzle-http/compare/v3.0.0...v3.1.0) (2022-01-03)

**Note:** Version bump only for package @drizzle-http/example-javascript-modules





# [3.0.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.2.0...v3.0.0) (2022-01-02)


Expand Down
6 changes: 3 additions & 3 deletions examples/nodejs-es-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-http/example-javascript-modules",
"version": "3.0.0",
"version": "3.1.0",
"description": "Javascript example",
"type": "module",
"scripts": {
Expand All @@ -15,8 +15,8 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@drizzle-http/core": "^3.0.0",
"@drizzle-http/undici": "^3.0.0"
"@drizzle-http/core": "^3.1.0",
"@drizzle-http/undici": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.16.7",
Expand Down
8 changes: 8 additions & 0 deletions examples/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/vitorsalgado/drizzle-http/compare/v3.0.0...v3.1.0) (2022-01-03)

**Note:** Version bump only for package @drizzle-http/example-react





# [3.0.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.2.0...v3.0.0) (2022-01-02)


Expand Down
10 changes: 5 additions & 5 deletions examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-http/example-react",
"version": "3.0.0",
"version": "3.1.0",
"private": true,
"author": {
"name": "Vitor Hugo Salgado",
Expand All @@ -27,10 +27,10 @@
"@babel/preset-env": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"@babel/runtime": "^7.16.7",
"@drizzle-http/core": "^3.0.0",
"@drizzle-http/fetch": "^3.0.0",
"@drizzle-http/logging-interceptor": "^3.0.0",
"@drizzle-http/undici": "^3.0.0",
"@drizzle-http/core": "^3.1.0",
"@drizzle-http/fetch": "^3.1.0",
"@drizzle-http/logging-interceptor": "^3.1.0",
"@drizzle-http/undici": "^3.1.0",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.2",
Expand Down
8 changes: 8 additions & 0 deletions examples/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/vitorsalgado/drizzle-http/compare/v3.0.0...v3.1.0) (2022-01-03)

**Note:** Version bump only for package @drizzle-http/example-typescript





# [3.0.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.2.0...v3.0.0) (2022-01-02)


Expand Down
8 changes: 4 additions & 4 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-http/example-typescript",
"version": "3.0.0",
"version": "3.1.0",
"description": "Typescript example",
"type": "module",
"scripts": {
Expand All @@ -14,8 +14,8 @@
},
"license": "MIT",
"dependencies": {
"@drizzle-http/core": "^3.0.0",
"@drizzle-http/logging-interceptor": "^3.0.0",
"@drizzle-http/undici": "^3.0.0"
"@drizzle-http/core": "^3.1.0",
"@drizzle-http/logging-interceptor": "^3.1.0",
"@drizzle-http/undici": "^3.1.0"
}
}
8 changes: 8 additions & 0 deletions internal/clinic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/vitorsalgado/drizzle-http/compare/v3.0.0...v3.1.0) (2022-01-03)

**Note:** Version bump only for package @drizzle-http/clinic-test





# [3.0.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.2.0...v3.0.0) (2022-01-02)


Expand Down
6 changes: 3 additions & 3 deletions internal/clinic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-http/clinic-test",
"version": "3.0.0",
"version": "3.1.0",
"description": "Simple Clinic.js setup",
"private": true,
"main": "./dist/index.js",
Expand All @@ -20,8 +20,8 @@
},
"license": "MIT",
"dependencies": {
"@drizzle-http/core": "^3.0.0",
"@drizzle-http/undici": "^3.0.0",
"@drizzle-http/core": "^3.1.0",
"@drizzle-http/undici": "^3.1.0",
"autocannon": "^7.5.1",
"clinic": "^11.0.0"
}
Expand Down
8 changes: 8 additions & 0 deletions internal/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/vitorsalgado/drizzle-http/compare/v3.0.0...v3.1.0) (2022-01-03)

**Note:** Version bump only for package @drizzle-http/test-utils





# [3.0.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.2.0...v3.0.0) (2022-01-02)


Expand Down
2 changes: 1 addition & 1 deletion internal/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-http/test-utils",
"version": "3.0.0",
"version": "3.1.0",
"description": "Test utilities for Drizzle-Http",
"private": true,
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0",
"version": "3.1.0",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
8 changes: 8 additions & 0 deletions packages/drizzle-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/vitorsalgado/drizzle-http/compare/v3.0.0...v3.1.0) (2022-01-03)

**Note:** Version bump only for package @drizzle-http/core





# [3.0.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.2.0...v3.0.0) (2022-01-02)

**Note:** Version bump only for package @drizzle-http/core
Expand Down
4 changes: 2 additions & 2 deletions packages/drizzle-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-http/core",
"version": "3.0.0",
"version": "3.1.0",
"description": "Drizzle-Http core module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -56,6 +56,6 @@
"deno"
],
"devDependencies": {
"@drizzle-http/test-utils": "^3.0.0"
"@drizzle-http/test-utils": "^3.1.0"
}
}
12 changes: 12 additions & 0 deletions packages/drizzle-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/vitorsalgado/drizzle-http/compare/v3.0.0...v3.1.0) (2022-01-03)


### Features

* **fetch:** add useFetch utility function + remove libs from tsconfig.json ([75dccc9](https://github.com/vitorsalgado/drizzle-http/commit/75dccc91971c0c55afa3bb543fd475a711cc95c7))
* **fetch:** export multipart components ([40b904d](https://github.com/vitorsalgado/drizzle-http/commit/40b904d61759abae0d1b0b089bf5e04b30388980))





# [3.0.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.2.0...v3.0.0) (2022-01-02)


Expand Down
6 changes: 3 additions & 3 deletions packages/drizzle-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drizzle-http/fetch",
"version": "3.0.0",
"version": "3.1.0",
"description": "Browser Fetch HTTP client for Drizzle-HTTP",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -54,10 +54,10 @@
"typescript"
],
"dependencies": {
"@drizzle-http/core": "^3.0.0"
"@drizzle-http/core": "^3.1.0"
},
"devDependencies": {
"@drizzle-http/test-utils": "^3.0.0",
"@drizzle-http/test-utils": "^3.1.0",
"@playwright/test": "^1.17.1"
}
}
8 changes: 8 additions & 0 deletions packages/drizzle-logging-interceptor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/vitorsalgado/drizzle-http/compare/v3.0.0...v3.1.0) (2022-01-03)

**Note:** Version bump only for package @drizzle-http/logging-interceptor





# [3.0.0](https://github.com/vitorsalgado/drizzle-http/compare/v2.2.0...v3.0.0) (2022-01-02)

**Note:** Version bump only for package @drizzle-http/logging-interceptor
Expand Down
Loading

0 comments on commit c4d9812

Please sign in to comment.