Skip to content

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
 - @alwatr/deep-clone@1.0.9
 - @alwatr/eslint-config@1.0.5
 - @alwatr/flat-string@1.0.8
 - @alwatr/global-scope@1.1.4
 - @alwatr/nano-build@1.2.1
 - @alwatr/platform-info@1.0.4
 - @alwatr/tsconfig-base@1.0.5
  • Loading branch information
alimd committed Dec 23, 2023
1 parent 9c4ba01 commit b4715a3
Show file tree
Hide file tree
Showing 14 changed files with 45 additions and 7 deletions.
6 changes: 6 additions & 0 deletions packages/deep-clone/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.9](https://github.com/Alwatr/nanolib/compare/@alwatr/deep-clone@1.0.8...@alwatr/deep-clone@1.0.9) (2023-12-23)

### Bug Fixes

* tsBuildInfoFile path in tsconfig.json files ([9c4ba01](https://github.com/Alwatr/nanolib/commit/9c4ba01afdd6657de4e5feef09bb6ee03d9ce053)) by @

## [1.0.8](https://github.com/Alwatr/nanolib/compare/@alwatr/deep-clone@1.0.7...@alwatr/deep-clone@1.0.8) (2023-12-23)

**Note:** Version bump only for package @alwatr/deep-clone
Expand Down
2 changes: 1 addition & 1 deletion packages/deep-clone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/deep-clone",
"version": "1.0.8",
"version": "1.0.9",
"description": "Clone deeply nested objects and arrays in JavaScript.",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.5](https://github.com/Alwatr/nanolib/compare/@alwatr/eslint-config@1.0.4...@alwatr/eslint-config@1.0.5) (2023-12-23)

**Note:** Version bump only for package @alwatr/eslint-config

## [1.0.4](https://github.com/Alwatr/nanolib/compare/@alwatr/eslint-config@1.0.3...@alwatr/eslint-config@1.0.4) (2023-12-22)

**Note:** Version bump only for package @alwatr/eslint-config
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/eslint-config",
"version": "1.0.4",
"version": "1.0.5",
"description": "Alwatr ECMAScript Style Guide as a ESLint shareable configurations.",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/flat-string/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.8](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.0.7...@alwatr/flat-string@1.0.8) (2023-12-23)

### Bug Fixes

* tsBuildInfoFile path in tsconfig.json files ([9c4ba01](https://github.com/Alwatr/nanolib/commit/9c4ba01afdd6657de4e5feef09bb6ee03d9ce053)) by @

## [1.0.7](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.0.6...@alwatr/flat-string@1.0.7) (2023-12-23)

**Note:** Version bump only for package @alwatr/flat-string
Expand Down
2 changes: 1 addition & 1 deletion packages/flat-string/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/flat-string",
"version": "1.0.7",
"version": "1.0.8",
"description": "The `flat-string` function flattens the underlying C structures of a concatenated JavaScript string.",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/global-scope/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.4](https://github.com/Alwatr/nanolib/compare/@alwatr/global-scope@1.1.3...@alwatr/global-scope@1.1.4) (2023-12-23)

### Bug Fixes

* tsBuildInfoFile path in tsconfig.json files ([9c4ba01](https://github.com/Alwatr/nanolib/commit/9c4ba01afdd6657de4e5feef09bb6ee03d9ce053)) by @

## [1.1.3](https://github.com/Alwatr/nanolib/compare/@alwatr/global-scope@1.1.2...@alwatr/global-scope@1.1.3) (2023-12-23)

**Note:** Version bump only for package @alwatr/global-scope
Expand Down
2 changes: 1 addition & 1 deletion packages/global-scope/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/global-scope",
"version": "1.1.3",
"version": "1.1.4",
"description": "This TypeScript module provides a cross-platform alternative to `globalThis` named `globalScope`. This object works across different environments, including browsers (`window`), Node.js (`global`), and Web Workers (`self`).",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/nano-build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.1](https://github.com/Alwatr/nanolib/compare/@alwatr/nano-build@1.2.0...@alwatr/nano-build@1.2.1) (2023-12-23)

**Note:** Version bump only for package @alwatr/nano-build

# [1.2.0](https://github.com/Alwatr/nanolib/compare/@alwatr/nano-build@1.1.1...@alwatr/nano-build@1.2.0) (2023-12-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/nano-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/nano-build",
"version": "1.2.0",
"version": "1.2.1",
"description": "Build/bundle tools for ECMAScript, TypeScript, and JavaScript libraries. It's easy to use, doesn't require any setup, and adheres to best practices. It has no dependencies and uses esbuild for enhanced performance.",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/platform-info/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.4](https://github.com/Alwatr/nanolib/compare/@alwatr/platform-info@1.0.3...@alwatr/platform-info@1.0.4) (2023-12-23)

### Bug Fixes

* tsBuildInfoFile path in tsconfig.json files ([9c4ba01](https://github.com/Alwatr/nanolib/commit/9c4ba01afdd6657de4e5feef09bb6ee03d9ce053)) by @

## [1.0.3](https://github.com/Alwatr/nanolib/compare/@alwatr/platform-info@1.0.2...@alwatr/platform-info@1.0.3) (2023-12-23)

**Note:** Version bump only for package @alwatr/platform-info
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/platform-info",
"version": "1.0.3",
"version": "1.0.4",
"description": "This module provides a way to detect the current platform where the script is running. It defines a constant `platformInfo` which holds the information about the current platform.",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/tsconfig-base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.5](https://github.com/Alwatr/nanolib/compare/@alwatr/tsconfig-base@1.0.4...@alwatr/tsconfig-base@1.0.5) (2023-12-23)

### Bug Fixes

* tsBuildInfoFile path in tsconfig.json files ([9c4ba01](https://github.com/Alwatr/nanolib/commit/9c4ba01afdd6657de4e5feef09bb6ee03d9ce053)) by @

## [1.0.4](https://github.com/Alwatr/nanolib/compare/@alwatr/tsconfig-base@1.0.3...@alwatr/tsconfig-base@1.0.4) (2023-12-22)

**Note:** Version bump only for package @alwatr/tsconfig-base
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/tsconfig-base",
"version": "1.0.4",
"version": "1.0.5",
"description": "This is a base TypeScript configuration for Alwatr projects.",
"keywords": [
"typescript",
Expand Down

0 comments on commit b4715a3

Please sign in to comment.