Skip to content

Commit

Permalink
release: new independent version
Browse files Browse the repository at this point in the history
  • Loading branch information
nexim-bot committed Dec 24, 2024
1 parent 11b2ba4 commit bc35942
Show file tree
Hide file tree
Showing 10 changed files with 49 additions and 5 deletions.
10 changes: 10 additions & 0 deletions packages/alpine/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.1.0](https://github.com/the-nexim/nanolib/compare/@nexim/[email protected]...@nexim/[email protected]) (2024-12-24)

### Features

* **service-worker:** add service worker utilities and logging support ([#18](https://github.com/the-nexim/nanolib/issues/18)) ([d428086](https://github.com/the-nexim/nanolib/commit/d428086dd98fbb5dfd077d14de4de8dd29ed78dc)) by @

### Code Refactoring

* migrate scripts to use wireit for improved build process ([#23](https://github.com/the-nexim/nanolib/issues/23)) ([3376d29](https://github.com/the-nexim/nanolib/commit/3376d2944332f3f28a91eba6b63a8fa981faf774)) by @arashagp

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

### Bug Fixes
Expand Down
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": "1.0.0",
"version": "1.1.0",
"description": "Utility functions to enhance Alpine.js usage with backup support.",
"keywords": [
"alpinejs",
Expand Down
10 changes: 10 additions & 0 deletions packages/element/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.1.0](https://github.com/the-nexim/nanolib/compare/@nexim/[email protected]...@nexim/[email protected]) (2024-12-24)

### Features

* **service-worker:** add service worker utilities and logging support ([#18](https://github.com/the-nexim/nanolib/issues/18)) ([d428086](https://github.com/the-nexim/nanolib/commit/d428086dd98fbb5dfd077d14de4de8dd29ed78dc)) by @

### Code Refactoring

* migrate scripts to use wireit for improved build process ([#23](https://github.com/the-nexim/nanolib/issues/23)) ([3376d29](https://github.com/the-nexim/nanolib/commit/3376d2944332f3f28a91eba6b63a8fa981faf774)) by @arashagp

## [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
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.6",
"version": "1.1.0",
"description": "Utility functions and mixins for building high-performance web components with Lit.",
"keywords": [
"lit",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/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.0](https://github.com/the-nexim/nanolib/compare/@nexim/[email protected]...@nexim/[email protected]) (2024-12-24)

### Features

* **service-worker:** add service worker utilities and logging support ([#18](https://github.com/the-nexim/nanolib/issues/18)) ([d428086](https://github.com/the-nexim/nanolib/commit/d428086dd98fbb5dfd077d14de4de8dd29ed78dc)) by @

## [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
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.1",
"version": "1.1.0",
"description": "Base Eslint configuration for Nexim projects.",
"keywords": [
"eslint",
Expand Down
12 changes: 12 additions & 0 deletions packages/google-analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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 (2024-12-24)

### Code Refactoring

* **google-analytic:** review and enhance ([0849519](https://github.com/the-nexim/nanolib/commit/0849519e6e71bc77d3a4d5a9358ba0acb3e75cde)) by @njfamirm
* **google-analytics:** rename package and update README to reflect new functionality ([d272700](https://github.com/the-nexim/nanolib/commit/d272700a0ac1b10d3c1e53c96228c6a8d58a0772)) by @arashagp
* migrate scripts to use wireit for improved build process ([#23](https://github.com/the-nexim/nanolib/issues/23)) ([3376d29](https://github.com/the-nexim/nanolib/commit/3376d2944332f3f28a91eba6b63a8fa981faf774)) by @arashagp
2 changes: 1 addition & 1 deletion packages/google-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nexim/google-analytics",
"version": "1.0.0",
"version": "1.0.1",
"description": "Utilities provides functions to set up Google Analytics for your web application.",
"keywords": [
"analytic",
Expand Down
6 changes: 6 additions & 0 deletions packages/service-worker/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.0-alpha.1](https://github.com/the-nexim/nanolib/compare/@nexim/[email protected]...@nexim/[email protected]) (2024-12-24)

### Code Refactoring

* migrate scripts to use wireit for improved build process ([#23](https://github.com/the-nexim/nanolib/issues/23)) ([3376d29](https://github.com/the-nexim/nanolib/commit/3376d2944332f3f28a91eba6b63a8fa981faf774)) by @arashagp

## 1.0.0-alpha.0 (2024-12-17)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/service-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nexim/service-worker",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Utilities to simplify the usage of service workers in your web applications.",
"keywords": [
"worker",
Expand Down

0 comments on commit bc35942

Please sign in to comment.