Skip to content

Commit 67de358

Browse files
committed
release: new independent version
- @nexim/[email protected] - @nexim/[email protected] - @nexim/[email protected] - @nexim/[email protected] - @nexim/[email protected]
1 parent c8cc5f4 commit 67de358

File tree

10 files changed

+29
-5
lines changed

10 files changed

+29
-5
lines changed

packages/alpine/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.3](https://github.com/the-nexim/nanolib/compare/@nexim/[email protected]...@nexim/[email protected]) (2025-01-09)
7+
8+
### Code Refactoring
9+
10+
* update output paths in package.json ([#30](https://github.com/the-nexim/nanolib/issues/30)) ([2e03380](https://github.com/the-nexim/nanolib/commit/2e033802420b65644b2af19d29b9c2c5f06332b0)) by @
11+
612
## [1.1.2](https://github.com/the-nexim/nanolib/compare/@nexim/[email protected]...@nexim/[email protected]) (2025-01-06)
713

814
### Code Refactoring

packages/alpine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nexim/alpine",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Utility functions to enhance Alpine.js usage with backup support.",
55
"keywords": [
66
"alpinejs",

packages/element/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.3](https://github.com/the-nexim/nanolib/compare/@nexim/[email protected]...@nexim/[email protected]) (2025-01-09)
7+
8+
**Note:** Version bump only for package @nexim/element
9+
610
## [1.1.2](https://github.com/the-nexim/nanolib/compare/@nexim/[email protected]...@nexim/[email protected]) (2025-01-06)
711

812
### Code Refactoring

packages/element/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nexim/element",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Utility functions and mixins for building high-performance web components with Lit.",
55
"keywords": [
66
"lit",

packages/financial-calculate/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.0-alpha.1](https://github.com/the-nexim/nanolib/compare/@nexim/[email protected]...@nexim/[email protected]) (2025-01-09)
7+
8+
**Note:** Version bump only for package @nexim/financial-calculate
9+
610
## 1.0.0-alpha.0 (2025-01-09)
711

812
### Features

packages/financial-calculate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nexim/financial-calculate",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-alpha.1",
44
"description": "Provides a set of utils to handle common financial operations.",
55
"keywords": [
66
"financial",

packages/google-analytics/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.4](https://github.com/the-nexim/nanolib/compare/@nexim/[email protected]...@nexim/[email protected]) (2025-01-09)
7+
8+
**Note:** Version bump only for package @nexim/google-analytics
9+
610
## [1.0.3](https://github.com/the-nexim/nanolib/compare/@nexim/[email protected]...@nexim/[email protected]) (2025-01-06)
711

812
### Code Refactoring

packages/google-analytics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nexim/google-analytics",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Utilities provides functions to set up Google Analytics for your web application.",
55
"keywords": [
66
"analytic",

packages/service-worker/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.3](https://github.com/the-nexim/nanolib/compare/@nexim/[email protected]...@nexim/[email protected]) (2025-01-09)
7+
8+
### Bug Fixes
9+
10+
* check for service worker support before registration ([#32](https://github.com/the-nexim/nanolib/issues/32)) ([c8cc5f4](https://github.com/the-nexim/nanolib/commit/c8cc5f4275dedbccca8651a7673061c22295b9f5)) by @arashagp
11+
612
## [1.0.2](https://github.com/the-nexim/nanolib/compare/@nexim/[email protected]...@nexim/[email protected]) (2025-01-06)
713

814
### Code Refactoring

packages/service-worker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nexim/service-worker",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Utilities to simplify the usage of service workers in your web applications.",
55
"keywords": [
66
"worker",

0 commit comments

Comments
 (0)