chore: update CHANGELOG for version 0.6.0-alpha, add in-app notification center, and update package dependencies

This commit is contained in:
Usman Baig
2026-02-13 09:36:18 +01:00
parent 08110d7245
commit 18a54401ef
6 changed files with 317 additions and 29 deletions

57
package-lock.json generated
View File

@@ -1,15 +1,16 @@
{
"name": "pulse-frontend",
"version": "0.4.0-alpha",
"version": "0.6.0-alpha",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pulse-frontend",
"version": "0.4.0-alpha",
"version": "0.6.0-alpha",
"dependencies": {
"@ciphera-net/ui": "^0.0.49",
"@ciphera-net/ui": "^0.0.50",
"@ducanh2912/next-pwa": "^10.2.9",
"@radix-ui/react-icons": "^1.3.0",
"axios": "^1.13.2",
"country-flag-icons": "^1.6.4",
"d3-scale": "^4.0.2",
@@ -44,6 +45,30 @@
"typescript": "^5.5.4"
}
},
"../../ciphera-ui": {
"name": "@ciphera-net/ui",
"version": "0.0.50",
"dependencies": {
"@radix-ui/react-icons": "^1.3.0",
"clsx": "^2.1.0",
"framer-motion": "^12.0.0",
"sonner": "^2.0.7",
"tailwind-merge": "^2.2.0"
},
"devDependencies": {
"@svgr/cli": "^8.1.0",
"@types/node": "^25.0.10",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"tailwindcss": "^3.4.0",
"tsup": "^8.0.0",
"typescript": "^5.0.0"
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18"
}
},
"node_modules/@alloc/quick-lru": {
"version": "5.2.0",
"dev": true,
@@ -1469,20 +1494,8 @@
}
},
"node_modules/@ciphera-net/ui": {
"version": "0.0.49",
"resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.0.49/ef6f7f06a134bc3d3b4cb1086f689ddb34f1652a",
"integrity": "sha512-ga2n0kO7JeOFzVVRX+FU5iQxodv2yE/hUnlEUHEomorKzWCADM9wAOLGcxi8mcVz49jy/4IQlHRdpF9LH64uQg==",
"dependencies": {
"@radix-ui/react-icons": "^1.3.0",
"clsx": "^2.1.0",
"framer-motion": "^12.0.0",
"sonner": "^2.0.7",
"tailwind-merge": "^2.2.0"
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18"
}
"resolved": "../../ciphera-ui",
"link": true
},
"node_modules/@ducanh2912/next-pwa": {
"version": "10.2.9",
@@ -2436,6 +2449,8 @@
},
"node_modules/@radix-ui/react-icons": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/@radix-ui/react-icons/-/react-icons-1.3.2.tgz",
"integrity": "sha512-fyQIhGDhzfc9pK2kH6Pl9c4BDJGfMkPqkyIgYDthyNYoNg3wVhoJMMh19WS4Up/1KMPFVpNsT2q3WmXn2N1m6g==",
"license": "MIT",
"peerDependencies": {
"react": "^16.x || ^17.x || ^18.x || ^19.0.0 || ^19.0.0-rc"
@@ -9411,14 +9426,6 @@
"node": ">=12.0.0"
}
},
"node_modules/tailwind-merge": {
"version": "2.6.0",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/dcastil"
}
},
"node_modules/tailwindcss": {
"version": "3.4.19",
"dev": true,