Skip to content

Commit

Permalink
feat: v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Jan 17, 2022
1 parent 872b648 commit 1115cd4
Show file tree
Hide file tree
Showing 4 changed files with 1,562 additions and 2,812 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

### v0.1.4 (2022-01-17)

- upgrade reactivity deps
- upgrade `libundler`

### v0.1.3 (2021-08-02)

- upgrade reactivity deps
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Veact

[![veact](https://img.shields.io/badge/WITH-VEACT-42a97a?style=for-the-badge&labelColor=35495d)](https://github.com/veactjs/veact)
 
[![GitHub stars](https://img.shields.io/github/stars/veactjs/veact.svg?style=for-the-badge)](https://github.com/veactjs/veact/stargazers)
 
[![npm](https://img.shields.io/npm/v/veact?color=c7343a&label=npm&style=for-the-badge)](https://www.npmjs.com/package/veact)
 
[![Test Codecov](https://img.shields.io/codecov/c/github/veactjs/veact?style=for-the-badge)](https://codecov.io/gh/veactjs/veact)
[![NPM Publish Status](https://img.shields.io/github/workflow/status/veactjs/veact/Publish?label=publish&style=for-the-badge)](https://github.com/veactjs/veact/actions?query=workflow:%22Publish%22)
 
[![GitHub license](https://img.shields.io/github/license/veactjs/veact.svg?style=for-the-badge)](https://github.com/veactjs/veact/blob/master/LICENSE)

> Mutable state enhancer library for [`React`](https://github.com/facebook/react) by [`@vue/reactivity`](https://github.com/vuejs/vue-next/tree/master/packages/reactivity).
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veact",
"version": "0.1.3",
"version": "0.1.4",
"description": "Mutable state enhancer library for @react by @vue/reactivity",
"keywords": [
"React mutable state lib",
Expand Down Expand Up @@ -36,24 +36,24 @@
"react-dom": "^16.8.0 || ^17.0.0"
},
"dependencies": {
"@vue/reactivity": "^3.2.0-beta.7"
"@vue/reactivity": "^3.2.0"
},
"devDependencies": {
"@surmon-china/libundler": "^1.0.2",
"@testing-library/react-hooks": "^7.0.1",
"@types/jest": "^26.0.24",
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"eslint": "^7.32.0",
"@surmon-china/libundler": "^1.1.1",
"@testing-library/react-hooks": "^7.0.2",
"@types/jest": "^27.4.0",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"jest": "^27.0.6",
"prettier": "^2.3.2",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.4.7",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"ts-jest": "^27.0.4",
"typescript": "^4.3.5"
"ts-jest": "^27.1.3",
"typescript": "^4.5.4"
}
}
Loading

0 comments on commit 1115cd4

Please sign in to comment.