renuel 0.0.18-next.4 → 0.0.18

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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  <p align="center" id="logos">
2
- <img alt="Renuel" src="https://github.com/renueljs/renuel/raw/next/.github/logo-light.png" height="384" style="max-width: 100%;">
2
+ <img alt="Renuel" src="https://github.com/renueljs/renuel/raw/master/.github/logo-light.png" height="384" style="max-width: 100%;">
3
3
  </p>
4
4
 
5
5
  <p align="center" id="badges">
6
- <a href="https://github.com/renueljs/renuel/tree/next"><img src="https://img.shields.io/badge/branch-next-orange" alt="next branch"></a>
7
- <a href="https://www.npmjs.com/package/renuel/v/next"><img src="https://img.shields.io/npm/v/renuel/next.svg?label=npm&color=orange" alt="npm next version"></a>
8
- <a href="https://bundlephobia.com/package/renuel@next"><img src="https://img.shields.io/bundlephobia/minzip/renuel@next?label=bundle%20size&color=orange" alt="npm next version bundle size"></a>
9
- <a href="https://github.com/renueljs/renuel/blob/next/LICENSE"><img src="https://img.shields.io/github/license/renueljs/renuel?color=orange" alt="github next branch license"></a>
6
+ <a href="https://github.com/renueljs/renuel/tree/master"><img src="https://img.shields.io/badge/branch-master-blue" alt="master branch"></a>
7
+ <a href="https://www.npmjs.com/package/renuel/v/latest"><img src="https://img.shields.io/npm/v/renuel/latest.svg?label=npm&color=blue" alt="npm latest version"></a>
8
+ <a href="https://bundlephobia.com/package/renuel@latest"><img src="https://img.shields.io/bundlephobia/minzip/renuel@latest?label=bundle%20size&color=blue" alt="npm latest version bundle size"></a>
9
+ <a href="https://github.com/renueljs/renuel/blob/master/LICENSE"><img src="https://img.shields.io/github/license/renueljs/renuel?color=blue" alt="github master branch license"></a>
10
10
  </p>
11
11
 
12
12
  <hr>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "renuel",
3
3
  "description": "Build React UIs without JSX. Type-safe, composable, and 100% JavaScript/TypeScript.",
4
- "version": "0.0.18-next.4",
4
+ "version": "0.0.18",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",