Skip to content

Commit 8d72218

Browse files
committed
release: new independent version
- @nexim/[email protected] - @nexim/[email protected] - @nexim/[email protected] - @nexim/[email protected] - @nexim/[email protected]
1 parent dd7fd5b commit 8d72218

File tree

10 files changed

+48
-5
lines changed

10 files changed

+48
-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.2](https://github.com/the-nexim/nanolib/compare/@nexim/[email protected]...@nexim/[email protected]) (2025-01-06)
7+
8+
### Code Refactoring
9+
10+
* use new @nexim/typescript-config api ([6d656b4](https://github.com/the-nexim/nanolib/commit/6d656b483f27d556e59bdcec1220511c5c819cc8)) by @njfamirm
11+
612
## [1.1.1](https://github.com/the-nexim/nanolib/compare/@nexim/[email protected]...@nexim/[email protected]) (2025-01-05)
713

814
### Bug Fixes

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.1",
3+
"version": "1.1.2",
44
"description": "Utility functions to enhance Alpine.js usage with backup support.",
55
"keywords": [
66
"alpinejs",

packages/element/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.2](https://github.com/the-nexim/nanolib/compare/@nexim/[email protected]...@nexim/[email protected]) (2025-01-06)
7+
8+
### Code Refactoring
9+
10+
* use new @nexim/typescript-config api ([6d656b4](https://github.com/the-nexim/nanolib/commit/6d656b483f27d556e59bdcec1220511c5c819cc8)) by @njfamirm
11+
612
## [1.1.1](https://github.com/the-nexim/nanolib/compare/@nexim/[email protected]...@nexim/[email protected]) (2025-01-05)
713

814
### Bug Fixes

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.1",
3+
"version": "1.1.2",
44
"description": "Utility functions and mixins for building high-performance web components with Lit.",
55
"keywords": [
66
"lit",

packages/google-analytics/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-06)
7+
8+
### Code Refactoring
9+
10+
* use new @nexim/typescript-config api ([6d656b4](https://github.com/the-nexim/nanolib/commit/6d656b483f27d556e59bdcec1220511c5c819cc8)) by @njfamirm
11+
612
## [1.0.2](https://github.com/the-nexim/nanolib/compare/@nexim/[email protected]...@nexim/[email protected]) (2025-01-05)
713

814
### Bug Fixes

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.2",
3+
"version": "1.0.3",
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.2](https://github.com/the-nexim/nanolib/compare/@nexim/[email protected]...@nexim/[email protected]) (2025-01-06)
7+
8+
### Code Refactoring
9+
10+
* use new @nexim/typescript-config api ([6d656b4](https://github.com/the-nexim/nanolib/commit/6d656b483f27d556e59bdcec1220511c5c819cc8)) by @njfamirm
11+
612
## [1.0.1](https://github.com/the-nexim/nanolib/compare/@nexim/[email protected]...@nexim/[email protected]) (2025-01-05)
713

814
**Note:** Version bump only for package @nexim/service-worker

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.1",
3+
"version": "1.0.2",
44
"description": "Utilities to simplify the usage of service workers in your web applications.",
55
"keywords": [
66
"worker",

packages/typescript-config/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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+
## [2.0.0](https://github.com/the-nexim/nanolib/compare/@nexim/[email protected]...@nexim/[email protected]) (2025-01-06)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **typescript-config:** rename `tsconfig.json` to `tsconfig.base.json`
11+
12+
### Features
13+
14+
* **typescript-config:** add new tsconfig environment ([536a173](https://github.com/the-nexim/nanolib/commit/536a17360081edf2b02d363e90fd9dc903d7306c)) by @njfamirm
15+
16+
### Bug Fixes
17+
18+
* **typescript-config:** remove root/out directory ([f0e6c9f](https://github.com/the-nexim/nanolib/commit/f0e6c9fa9dd31ec55df5cafb5b56d0209040225a)) by @njfamirm
19+
* **typescript-config:** set typescript as peer dependency ([0c09cb2](https://github.com/the-nexim/nanolib/commit/0c09cb2593ac594593f8994449764cf22cd47879)) by @njfamirm
20+
21+
### Code Refactoring
22+
23+
* **typescript-config:** rename `tsconfig.json` to `tsconfig.base.json` ([341ac77](https://github.com/the-nexim/nanolib/commit/341ac7718ff44f4f69f4f98bac906e7a86aed0cf)) by @arashagp
24+
625
## [1.1.0](https://github.com/the-nexim/nanolib/compare/@nexim/[email protected]...@nexim/[email protected]) (2025-01-05)
726

827
### Features

packages/typescript-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nexim/typescript-config",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "Base TypeScript configuration for Nexim projects.",
55
"keywords": [
66
"typescript",

0 commit comments

Comments
 (0)