Skip to content

Commit

Permalink
release: new independent version
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Dec 10, 2024
1 parent f983e5d commit a02afd5
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 5 deletions.
11 changes: 11 additions & 0 deletions packages/alpine/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.

## 0.0.1 (2024-12-10)

### Code Refactoring

* **alpine:** review and enhance ([8a7129e](https://github.com/the-nexim/nanolib/commit/8a7129edbef39c080acedae7ef75a9be16b05a03)) by @njfamirm
* review and enhance ([a62f07b](https://github.com/the-nexim/nanolib/commit/a62f07be7649daa5380e2c0ad03cf33a9861c129)) by @njfamirm
2 changes: 1 addition & 1 deletion packages/alpine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nexim/alpine",
"version": "0.0.0",
"version": "0.0.1",
"description": "Utility functions to enhance Alpine.js usage with backup support.",
"keywords": [
"alpinejs",
Expand Down
4 changes: 4 additions & 0 deletions packages/element/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.6](https://github.com/the-nexim/nanolib/compare/@nexim/[email protected]...@nexim/[email protected]) (2024-12-10)

**Note:** Version bump only for package @nexim/element

## [1.0.5](https://github.com/the-nexim/nanolib/compare/@nexim/[email protected]...@nexim/[email protected]) (2024-12-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nexim/element",
"version": "1.0.5",
"version": "1.0.6",
"description": "Utility functions and mixins for building high-performance web components with Lit.",
"keywords": [
"lit",
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.1](https://github.com/the-nexim/nanolib/compare/@nexim/[email protected]...@nexim/[email protected]) (2024-12-10)

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

## 1.0.0 (2024-12-04)

### Features
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": "@nexim/eslint-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "Base Eslint configuration for Nexim projects.",
"keywords": [
"eslint",
Expand Down
4 changes: 4 additions & 0 deletions packages/prettier-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.1](https://github.com/the-nexim/nanolib/compare/@nexim/[email protected]...@nexim/[email protected]) (2024-12-10)

**Note:** Version bump only for package @nexim/prettier-config

## 1.0.0 (2024-12-04)

### Features
Expand Down
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": "@nexim/prettier-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "Base Prettier configuration for Nexim projects.",
"keywords": [
"prettier",
Expand Down
4 changes: 4 additions & 0 deletions packages/typescript-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.1](https://github.com/the-nexim/nanolib/compare/@nexim/[email protected]...@nexim/[email protected]) (2024-12-10)

**Note:** Version bump only for package @nexim/typescript-config

## 1.0.0 (2024-12-04)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nexim/typescript-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "Base TypeScript configuration for Nexim projects.",
"keywords": [
"typescript",
Expand Down

0 comments on commit a02afd5

Please sign in to comment.