@prokodo/ui 0.0.48 → 0.0.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -8,12 +8,11 @@
8
8
 
9
9
  **Modern, customizable UI components built with React and TypeScript — developed by [prokodo](https://www.prokodo.com) for high-performance web interfaces.**
10
10
 
11
- [!NOTE]
12
- > Need help shipping a production **Next.js + Headless CMS** in 4–6 weeks?
13
- > **prokodo — Next.js CMS agency** → https://www.prokodo.com/en/solution/next-js-cms?utm_source=github&utm_medium=readme_top
11
+ > 🇺🇸 Need help shipping a production **Next.js + Headless CMS** in 4–6 weeks?
12
+ > **prokodo Next.js CMS agency** [click here](https://www.prokodo.com/en/solution/next-js-cms?utm_source=github&utm_medium=readme_top)
14
13
  >
15
- > Sie suchen eine **Next.js Agentur** (Strapi/Contentful/WP)?
16
- > **prokodo — Next.js CMS Agentur** → https://www.prokodo.com/de/loesung/next-js-cms?utm_source=github&utm_medium=readme_top
14
+ > 🇩🇪 Sie suchen eine **Next.js Agentur** (Strapi/Contentful/WP)?
15
+ > **prokodo — Next.js CMS Agentur** → [hier klicken](https://www.prokodo.com/de/loesung/next-js-cms?utm_source=github&utm_medium=readme_top)
17
16
 
18
17
  [![npm](https://img.shields.io/npm/v/@prokodo/ui?style=flat&color=3178c6&label=npm)](https://www.npmjs.com/package/@prokodo/ui)
19
18
  [![CI](https://github.com/prokodo-agency/ui/actions/workflows/release.yml/badge.svg)](https://github.com/prokodo-agency/ui/actions/workflows/release.yml)
@@ -1,4 +1,4 @@
1
- const PROKODO_UI_VERSION = "0.0.48";
1
+ const PROKODO_UI_VERSION = "0.0.49";
2
2
  export {
3
3
  PROKODO_UI_VERSION
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prokodo/ui",
3
- "version": "0.0.48",
3
+ "version": "0.0.49",
4
4
  "type": "module",
5
5
  "description": "UI components for production-grade Next.js + Headless CMS (Strapi, Contentful, Headless WordPress) websites by prokodo – built for Core Web Vitals & SEO.",
6
6
  "sideEffects": false,