Skip to content

Commit

Permalink
feat: add new index.ts file and update dependencies
Browse files Browse the repository at this point in the history
Added a new index.ts file to export number and string modules. The source files for these modules have been moved to the src directory from the root directory. Also, added the dist directory to the files array in package.json to include the built files during npm publish. Additionally, updated dependencies for vue-use package.
  • Loading branch information
Mr.Mao committed Jun 1, 2023
1 parent ada203e commit 3b67c93
Show file tree
Hide file tree
Showing 17 changed files with 59 additions and 8 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"docs:serve": "vitepress serve packages",
"update": "esno scripts/update.ts",
"update:full": "nr update && nr build:types",
"release": "nr bump && nr publish:ci",
"bump": "changeset && changeset version",
"publish:ci": "nr build && pnpm -r publish --access public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/util-color/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hairy/palette

## 0.3.4

### Patch Changes

- Added a new index.ts file to export number and string modules. The source files for these modules have been moved to the src directory from the root directory. Also, added the dist directory to the files array in package.json to include the built files during npm publish.

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/util-color/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hairy/palette",
"version": "0.3.3",
"version": "0.3.4",
"license": "MIT",
"main": "src/index.ts",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/util-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hairy/utils

## 0.6.1

### Patch Changes

- Added a new index.ts file to export number and string modules. The source files for these modules have been moved to the src directory from the root directory. Also, added the dist directory to the files array in package.json to include the built files during npm publish.

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/util-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hairy/utils",
"version": "0.6.0",
"version": "0.6.1",
"license": "MIT",
"main": "src/index.ts",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/util-format/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hairy/format

## 0.3.1

### Patch Changes

- Added a new index.ts file to export number and string modules. The source files for these modules have been moved to the src directory from the root directory. Also, added the dist directory to the files array in package.json to include the built files during npm publish.

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/util-format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hairy/format",
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",
"main": "src/index.ts",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/vue-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hairy/vue-components

## 0.1.2

### Patch Changes

- Added a new index.ts file to export number and string modules. The source files for these modules have been moved to the src directory from the root directory. Also, added the dist directory to the files array in package.json to include the built files during npm publish.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hairy/vue-components",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"main": "src/index.ts",
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/vue-use/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hairy/vue-use

## 1.2.1

### Patch Changes

- Added a new index.ts file to export number and string modules. The source files for these modules have been moved to the src directory from the root directory. Also, added the dist directory to the files array in package.json to include the built files during npm publish.
- Updated dependencies
- @hairy/utils@0.6.1

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-use/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hairy/vueuse",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",
"main": "src/index.ts",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/vue-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hairy/vue-utils

## 1.3.2

### Patch Changes

- Added a new index.ts file to export number and string modules. The source files for these modules have been moved to the src directory from the root directory. Also, added the dist directory to the files array in package.json to include the built files during npm publish.

## 1.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hairy/vue-utils",
"version": "1.3.1",
"version": "1.3.2",
"license": "MIT",
"main": "src/index.ts",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/web-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hairy/browser-utils

## 0.2.1

### Patch Changes

- Added a new index.ts file to export number and string modules. The source files for these modules have been moved to the src directory from the root directory. Also, added the dist directory to the files array in package.json to include the built files during npm publish.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hairy/browser-utils",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"main": "src/index.ts",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/web-wechat-jssdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hairy/wechat-jssdk

## 1.2.3

### Patch Changes

- Added a new index.ts file to export number and string modules. The source files for these modules have been moved to the src directory from the root directory. Also, added the dist directory to the files array in package.json to include the built files during npm publish.

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-wechat-jssdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hairy/wechat-jssdk",
"version": "1.2.2",
"version": "1.2.3",
"license": "MIT",
"main": "src/index.ts",
"publishConfig": {
Expand Down

0 comments on commit 3b67c93

Please sign in to comment.