Skip to content

Commit

Permalink
Version Packages (#105)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 16, 2024
1 parent 08c613c commit ba0243e
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/silly-mangos-doubt.md

This file was deleted.

3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}
@nanlabs:registry=https://registry.npmjs.org/
always-auth=false
12 changes: 12 additions & 0 deletions apps/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nanlabs/playground

## 0.1.0

### Minor Changes

- 08c613c: - useScroll hook and story example added
- useOverflow hook and story example added

### Patch Changes

- Updated dependencies [08c613c]
- @nanlabs/react-hooks@0.6.0

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nanlabs/playground",
"private": true,
"version": "0.0.3",
"version": "0.1.0",
"scripts": {
"lint": "eslint **/*.ts*",
"lint:fix": "eslint **/*.ts* --fix",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nanlabs/react-hooks

## 0.6.0

### Minor Changes

- 08c613c: - useScroll hook and story example added
- useOverflow hook and story example added

## 0.5.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nanlabs/react-hooks",
"version": "0.5.5",
"version": "0.6.0",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit ba0243e

Please sign in to comment.