diff --git a/package.json b/package.json index a2266f7..2c791b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webdevhome.github.io-vite", - "version": "2.0.24", + "version": "2.0.25", "scripts": { "dev": "vite", "build": "tsc && vite build", diff --git a/src/links.json b/src/links.json index 9ad729c..df6f377 100644 --- a/src/links.json +++ b/src/links.json @@ -505,6 +505,11 @@ "icon": "keepachangelog", "color": "#E05735" }, + { + "title": "Semver", + "url": "https://semver.org", + "description": "A detailed description of the versioning schema \"MAJOR.MINOR.PATCH\"." + }, { "title": "Gitmoji", "url": "https://gitmoji.carloscuesta.me", @@ -689,7 +694,7 @@ "title": "Angular", "url": "https://angular.io", "icon": "angular", - "color": "#DD0031" + "color": "#0F0F11" }, { "title": "Lit", @@ -872,6 +877,13 @@ "icon": "lodash", "color": "#3492ff" }, + { + "title": "date-fns", + "url": "https://date-fns.org", + "description": "date-fns provides the most comprehensive, yet simple and consistent toolset for manipulating JavaScript dates in a browser & Node.js.", + "icon": "datefns", + "color": "#770C56" + }, { "title": "Autoprefixer", "url": "https://github.com/postcss/autoprefixer", @@ -1448,7 +1460,7 @@ }, { "title": "ECMAScript Compatibility Table", - "url": "https://kangax.github.io/compat-table/es6", + "url": "https://compat-table.github.io/compat-table/es2016plus", "description": "Table illustrating browser support of ECMAScript features." }, {