@allxsmith/bestax-bulma 2.1.0 β†’ 2.1.1

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -7,7 +7,7 @@ A modern, flexible React component library built with the latest Bulma v1 and Ty
7
7
  ## πŸ“š Comprehensive Documentation
8
8
 
9
9
  **Looking for full documentation, guides, API references, and best practices?**
10
- πŸ‘‰ **Visit our official docs at [https://bestax.cc](https://bestax.cc)**
10
+ πŸ‘‰ **Visit our official docs at [https://bestax.io](https://bestax.io)**
11
11
 
12
12
  > The documentation site is the best place to learn about all bestax-bulma features, usage patterns, and updates. We strongly recommend using the docs as your primary resource!
13
13
 
@@ -104,9 +104,9 @@ View the package on npmjs:
104
104
 
105
105
  **For full documentation, guides, and best practices, please use our official docs site:**
106
106
 
107
- πŸ‘‰ [https://bestax.cc](https://bestax.cc)
107
+ πŸ‘‰ [https://bestax.io](https://bestax.io)
108
108
 
109
- > **Always refer to the [documentation site](https://bestax.cc) first:**
109
+ > **Always refer to the [documentation site](https://bestax.io) first:**
110
110
  > It’s the most complete and up-to-date source for everything bestax-bulma!
111
111
 
112
112
  ---
@@ -115,7 +115,7 @@ View the package on npmjs:
115
115
 
116
116
  Explore live, interactive component examples in our Storybook:
117
117
 
118
- πŸ‘‰ [https://bestax.cc/storybook](https://bestax.cc/storybook)
118
+ πŸ‘‰ [https://bestax.io/storybook](https://bestax.io/storybook)
119
119
 
120
120
  ---
121
121
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@allxsmith/bestax-bulma",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "A fully-typed React component library for the Bulma CSS framework. Build modern UIs quickly with reusable, accessible, and customizable Bulma-based React components.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -129,7 +129,7 @@
129
129
  "url": "git+https://github.com/allxsmith/bestax.git",
130
130
  "directory": "bulma-ui"
131
131
  },
132
- "homepage": "https://bestax.cc",
132
+ "homepage": "https://bestax.io",
133
133
  "bugs": {
134
134
  "url": "https://github.com/allxsmith/bestax/issues"
135
135
  },