Skip to content

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
 - @alwatr/eslint-config@1.0.1
 - @alwatr/flat-string@1.0.1
 - @alwatr/nano-build@1.0.1
 - @alwatr/prettier-config@1.0.1
 - @alwatr/tsconfig-base@1.0.1
  • Loading branch information
alimd committed Dec 21, 2023
1 parent d3043c6 commit e6e833d
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 5 deletions.
11 changes: 11 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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.1 (2023-12-21)

### Features

* **eslint-config:** New package for ESLint configurations ([c5f526b](https://github.com/Alwatr/nanolib/commit/c5f526bc46dbdb6e6ba4f4d6493096be62cbec84)) by @AliMD
* **prettier-config:** new package for prettier share configs ([a6fdee3](https://github.com/Alwatr/nanolib/commit/a6fdee34591abb1d19e7ea7e431bd6624e2ea6d4)) by @AliMD
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.0",
"version": "1.0.1",
"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.1](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.0.0...@alwatr/flat-string@1.0.1) (2023-12-21)

### Features

* **prettier-config:** new package for prettier share configs ([a6fdee3](https://github.com/Alwatr/nanolib/commit/a6fdee34591abb1d19e7ea7e431bd6624e2ea6d4)) by @AliMD

# 1.0.0 (2023-12-20)

### Bug Fixes
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.0",
"version": "1.0.1",
"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/nano-build/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.1](https://github.com/Alwatr/nanolib/compare/@alwatr/nano-build@1.0.0...@alwatr/nano-build@1.0.1) (2023-12-21)

### Features

* **prettier-config:** new package for prettier share configs ([a6fdee3](https://github.com/Alwatr/nanolib/commit/a6fdee34591abb1d19e7ea7e431bd6624e2ea6d4)) by @AliMD

# 1.0.0 (2023-12-20)

### Features
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.0.0",
"version": "1.0.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
10 changes: 10 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 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.1 (2023-12-21)

### Features

* **prettier-config:** new package for prettier share configs ([a6fdee3](https://github.com/Alwatr/nanolib/commit/a6fdee34591abb1d19e7ea7e431bd6624e2ea6d4)) by @AliMD
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/prettier-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "Alwatr's shareable configurations for Prettier.",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/tsconfig-base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/Alwatr/nanolib/compare/@alwatr/tsconfig-base@1.0.0...@alwatr/tsconfig-base@1.0.1) (2023-12-21)

### Features

* **prettier-config:** new package for prettier share configs ([a6fdee3](https://github.com/Alwatr/nanolib/commit/a6fdee34591abb1d19e7ea7e431bd6624e2ea6d4)) by @AliMD
* **tsconfig-base:** Add pretty and newLine options to tsconfig.json ([be2f48e](https://github.com/Alwatr/nanolib/commit/be2f48efde7e669eb858d0011ef4771b46f1d768)) by @AliMD

# 1.0.0 (2023-12-20)

### Bug Fixes
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.0",
"version": "1.0.1",
"description": "This is a base TypeScript configuration for Alwatr projects.",
"keywords": [
"typescript",
Expand Down

0 comments on commit e6e833d

Please sign in to comment.