Skip to content

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Oct 28, 2024
1 parent 93eac6c commit 9b57df2
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 3 deletions.
10 changes: 10 additions & 0 deletions packages/fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.2.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2024-10-28)

### Features

* **fetch:** use @alwatr/http-primer for types and http codes ([6fe993a](https://github.com/Alwatr/nanolib/commit/6fe993ac0f395a4c0c6ad3b2caa48a2986cc850f)) by @AliMD

### Code Refactoring

* **fetch:** update HTTP headers content-type to use MimeTypes constant ([c3862fc](https://github.com/Alwatr/nanolib/commit/c3862fc6a643da97dacbd15bcf5d3351caaaf269)) by @AliMD

## [4.1.7](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2024-10-25)

**Note:** Version bump only for package @alwatr/fetch
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/fetch",
"version": "4.1.7",
"version": "4.2.0",
"description": "Enhanced fetch API with cache strategy, retry pattern, timeout, helper methods and enhanced types.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
19 changes: 19 additions & 0 deletions packages/http-primer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Change Log

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

## 1.0.0 (2024-10-28)

### Features

* **http-primer:** add MIME types ([386e25e](https://github.com/Alwatr/nanolib/commit/386e25e375d3e7c9c10d7c678a5951282ce1791c)) by @AliMD

### Code Refactoring

* **http-primer:** update HTTP methods and status codes ([820b4a4](https://github.com/Alwatr/nanolib/commit/820b4a4244b6cd50c631dc08c84fe9e0f05b5b2e)) by @AliMD
* **http-utils:** rename package to http-primer and update description ([3c30e17](https://github.com/Alwatr/nanolib/commit/3c30e1768e506dcbb2c83693c7f9dd3dd157d8af)) by @AliMD

### Miscellaneous Chores

* **http-primer:** add status codes and headers types to keywords ([e1788c2](https://github.com/Alwatr/nanolib/commit/e1788c25242d3d127ffea1105abd09f7f221ee82)) by @AliMD
2 changes: 1 addition & 1 deletion packages/http-primer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/http-primer",
"version": "1.0.0-0",
"version": "1.0.0",
"description": "Essential HTTP utilities for TypeScript, including types for HTTP methods, status codes, and headers.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions packages/nanolib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2024-10-28)

### Features

* **nanolib:** export `http-utils` ([ab816d2](https://github.com/Alwatr/nanolib/commit/ab816d20640e2999d75f03a07abf724f9818b5de)) by @mohammadhonarvar

### Code Refactoring

* **http-utils:** rename package to http-primer and update description ([3c30e17](https://github.com/Alwatr/nanolib/commit/3c30e1768e506dcbb2c83693c7f9dd3dd157d8af)) by @AliMD

## [1.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2024-10-25)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/nanolib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/nanolib",
"version": "1.4.0",
"version": "1.5.0",
"description": "Necessary library for all ECMAScript (JavaScript/TypeScript) projects.",
"author": "S. Ali Mihandoost <[email protected]>",
"keywords": [
Expand Down

0 comments on commit 9b57df2

Please sign in to comment.