diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index f3aa9dc..47e17be 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.3.0](https://github.com/lihbr/lihbr-apex/compare/@lihbr/lihbr-apex.core@0.2.0...@lihbr/lihbr-apex.core@0.3.0) (2021-02-14) + + +### Bug Fixes + +* **core:** normalize dark mode switch hitbox ([214ca08](https://github.com/lihbr/lihbr-apex/commit/214ca083e3b4a2e1b11bf6b8fb815b69362d9cf9)) +* **core:** overflow with hero section on small screen ([1e54006](https://github.com/lihbr/lihbr-apex/commit/1e5400617b7eb1d6301a5b3e7287b8ba9c27a990)) + + +### Features + +* **core:** upgrade to @nuxtjs/sentry 5 ([2aba65c](https://github.com/lihbr/lihbr-apex/commit/2aba65c47d0caf6862908e2ae5045df512505b88)) + + + + + # [0.2.0](https://github.com/lihbr/lihbr-apex/compare/@lihbr/lihbr-apex.core@0.1.1...@lihbr/lihbr-apex.core@0.2.0) (2021-01-20) diff --git a/packages/core/nuxt.config.js b/packages/core/nuxt.config.js index 5256060..6a221ef 100644 --- a/packages/core/nuxt.config.js +++ b/packages/core/nuxt.config.js @@ -120,6 +120,7 @@ module.exports = async () => { Vue: { attachProps: true, logErrors: true } }, config: { + autoSessionTracking: false, environment: (() => { if (process.env.NETLIFY) { return process.env.BRANCH === "master" diff --git a/packages/core/package.json b/packages/core/package.json index b2cb472..a5c89d5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@lihbr/lihbr-apex.core", - "version": "0.2.0", + "version": "0.3.0", "description": "lihbr.com source code", "private": true, "author": "lihbr (https://lihbr.com)", @@ -19,33 +19,33 @@ "yarn": ">=1.22.0" }, "dependencies": { - "@fontsource/antic-slab": "4.0.1", - "@fontsource/roboto": "4.0.1", - "@lihbr/lihbr-apex.lambda": "0.1.2", + "@fontsource/antic-slab": "4.2.1", + "@fontsource/roboto": "4.2.1", + "@lihbr/lihbr-apex.lambda": "0.2.0", "@lihbr/utils-nuxt.smart-link": "0.2.0", - "@nuxtjs/sentry": "4.5.0", + "@nuxtjs/sentry": "5.0.1", "color": "3.1.3", - "consola": "2.15.0", + "consola": "2.15.3", "cookie": "0.4.1", "focus-visible": "5.2.0", "isomorphic-unfetch": "3.1.0", "lodash": "4.17.20", "nuxt": "2.14.12", - "statuses": "2.0.0" + "statuses": "2.0.1" }, "devDependencies": { - "@lihbr/lihbr-apex.datalayer": "0.2.0", + "@lihbr/lihbr-apex.datalayer": "0.3.0", "@lihbr/utils-netlify.ci": "0.2.0", "@lihbr/utils-nuxt.env": "0.3.0", "@lihbr/utils-nuxt.head": "0.2.0", "@lihbr/utils-nuxt.payload": "0.1.1", "@lihbr/utils-nuxt.statistics": "0.1.0", - "@nuxtjs/color-mode": "2.0.2", + "@nuxtjs/color-mode": "2.0.3", "@nuxtjs/eslint-module": "3.0.2", "@nuxtjs/feed": "2.0.0", "@nuxtjs/global-components": "0.6.1", "@nuxtjs/netlify-files": "1.2.0", - "@nuxtjs/pwa": "3.3.3", + "@nuxtjs/pwa": "3.3.5", "@nuxtjs/sitemap": "2.4.0", "@nuxtjs/tailwindcss": "3.4.2", "autoprefixer": "^9.0.0", @@ -54,7 +54,7 @@ "nuxt-ackee": "2.0.0", "nuxt-svg-loader": "1.2.0", "postcss": "^7.0.0", - "sass": "1.30.0", + "sass": "1.32.7", "sass-loader": "10.1.0", "shx": "0.3.3", "tailwindcss": "npm:@tailwindcss/postcss7-compat" diff --git a/packages/core/src/components/partials/footer/Links.vue b/packages/core/src/components/partials/footer/Links.vue index 2a84fc3..90fdc20 100644 --- a/packages/core/src/components/partials/footer/Links.vue +++ b/packages/core/src/components/partials/footer/Links.vue @@ -10,7 +10,7 @@ {{ item.title }} diff --git a/packages/core/src/components/partials/header/Links.vue b/packages/core/src/components/partials/header/Links.vue index a164b4f..727bad2 100644 --- a/packages/core/src/components/partials/header/Links.vue +++ b/packages/core/src/components/partials/header/Links.vue @@ -8,7 +8,7 @@ {{ item.title }} @@ -16,15 +16,12 @@
  • diff --git a/packages/core/src/components/sections/home/Feed.vue b/packages/core/src/components/sections/home/Feed.vue index 1093920..473c353 100644 --- a/packages/core/src/components/sections/home/Feed.vue +++ b/packages/core/src/components/sections/home/Feed.vue @@ -31,10 +31,12 @@ export default {