Skip to content

Commit 0425a93

Browse files
committed
release: new independent version
- @nexim/[email protected] - @nexim/[email protected] - @nexim/[email protected] - @nexim/[email protected]
1 parent 60d74fb commit 0425a93

File tree

8 files changed

+24
-6
lines changed

8 files changed

+24
-6
lines changed

packages/eleventy-config/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.2](https://github.com/the-nexim/web-app-toolkit/compare/@nexim/[email protected]...@nexim/[email protected]) (2025-01-05)
7+
8+
**Note:** Version bump only for package @nexim/eleventy-config
9+
610
## [1.1.1](https://github.com/the-nexim/web-app-toolkit/compare/@nexim/[email protected]...@nexim/[email protected]) (2025-01-05)
711

812
### Bug Fixes

packages/eleventy-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nexim/eleventy-config",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "An optimized, production-ready configuration for the Eleventy static site generator tailored for the Nexim APP Template structure. This setup ensures efficient Eleventy projects by integrating HTML minification, PostCSS processing, service worker generation, and other performance-focused enhancements for scalable and maintainable web applications.",
55
"keywords": [
66
"eleventy",

packages/pwa-install-prompt/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.2](https://github.com/the-nexim/web-app-toolkit/compare/@nexim/[email protected]...@nexim/[email protected]) (2025-01-05)
7+
8+
**Note:** Version bump only for package @nexim/pwa-install-prompt
9+
610
## [1.0.0-alpha.1](https://github.com/the-nexim/web-app-toolkit/compare/@nexim/[email protected]...@nexim/[email protected]) (2025-01-05)
711

812
### Bug Fixes

packages/pwa-install-prompt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nexim/pwa-install-prompt",
3-
"version": "1.0.0-alpha.1",
3+
"version": "1.0.0-alpha.2",
44
"description": "PWA install prompt handler.",
55
"keywords": [
66
"pwa",

packages/service-worker-notify/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.0-alpha.3](https://github.com/the-nexim/web-app-toolkit/compare/@nexim/[email protected]...@nexim/[email protected]) (2025-01-05)
7+
8+
### Bug Fixes
9+
10+
* **service-worker-notify:** correct set infinite duration in snackbar ([2cf80dd](https://github.com/the-nexim/web-app-toolkit/commit/2cf80dd2c271ea326b185277d274d149847bbd6c)) by @njfamirm
11+
612
## [1.0.0-alpha.2](https://github.com/the-nexim/web-app-toolkit/compare/@nexim/[email protected]...@nexim/[email protected]) (2025-01-05)
713

814
### Bug Fixes

packages/service-worker-notify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nexim/service-worker-notify",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"description": "Handles service worker notifications and displays snackbar messages with our without Close Button.",
55
"keywords": [
66
"snackbar",

packages/web-app-toolkit/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/web-app-toolkit/compare/@nexim/[email protected]...@nexim/[email protected]) (2025-01-05)
7+
8+
**Note:** Version bump only for package @nexim/web-app-toolkit
9+
610
## [1.1.2](https://github.com/the-nexim/web-app-toolkit/compare/@nexim/[email protected]...@nexim/[email protected]) (2025-01-05)
711

812
### Bug Fixes

packages/web-app-toolkit/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nexim/web-app-toolkit",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Bundle all browser based nexim's web app toolkit packages into single package.",
55
"keywords": [
66
"typescript",
@@ -42,8 +42,8 @@
4242
},
4343
"dependencies": {
4444
"@alwatr/package-tracer": "^5.0.0",
45-
"@nexim/pwa-install-prompt": "^1.0.0-alpha.1",
46-
"@nexim/service-worker-notify": "^1.0.0-alpha.2"
45+
"@nexim/pwa-install-prompt": "^1.0.0-alpha.2",
46+
"@nexim/service-worker-notify": "^1.0.0-alpha.3"
4747
},
4848
"devDependencies": {
4949
"@alwatr/nano-build": "^5.0.0",

0 commit comments

Comments
 (0)