Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 5ad54d0

Browse files
committed
feat: release 1.0.11-rc2
1 parent 1c349f4 commit 5ad54d0

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-dev-utils",
3-
"version": "1.0.11-rc1",
3+
"version": "1.0.11-rc2",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"repository": {

packages/utils/readme.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
# peerDependencies will required some related utils that use otherwise will not working
1+
# next-dev-utils
2+
3+
next-dev-utils is just a javaScript utility collection for widely used by Front-end developers.
4+
most of them are from popular library such as Lodash etc.
5+
6+
## Purpose
7+
8+
as a front-end developers are very difficult to create and use javascript utility for every projects that use the same javascript utility. so here we are going to create this library for collection all common use cases where developers need to use it daily.

0 commit comments

Comments
 (0)