Skip to content

Commit

Permalink
chore: release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
shervinchen committed Aug 26, 2023
1 parent 8dd28b5 commit 523b8ef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/red-wombats-roll.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# raw-ui

## 0.2.0

### Minor Changes

- 8dd28b5: Add tooltip component

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raw-ui",
"version": "0.1.0",
"version": "0.2.0",
"description": "Minimalist and customizable React UI library for Web Applications.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -16,7 +16,7 @@
"dev": "rollup --config ./rollup.config.js --watch --environment NODE_ENV:development",
"docs:dev": "next dev --port 8000",
"docs:build": "next build",
"changeset": "changeset",
"changeset": "changeset && changeset version",
"release": "pnpm build && changeset publish",
"lint": "pnpm lint:eslint && pnpm lint:tsc",
"lint:eslint": "eslint --cache --ext .ts,.tsx .",
Expand Down

0 comments on commit 523b8ef

Please sign in to comment.