Skip to content

Commit

Permalink
Merge pull request #25 from darioegb/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
darioegb committed Feb 5, 2024
2 parents d3b0247 + 72d488a commit bde4347
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .changeset/neat-mayflies-argue.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/components/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @plume-ui-react/button

## 0.0.15

### Patch Changes

- [`1863389`](https://github.com/darioegb/plume-ui-react/commit/1863389b8949444b81e17bf0aa257c1da8b52c00) Thanks [@darioegb](https://github.com/darioegb)! - Update Readme & update changelog script

- Updated dependencies [[`1863389`](https://github.com/darioegb/plume-ui-react/commit/1863389b8949444b81e17bf0aa257c1da8b52c00)]:
- @plume-ui-react/spinner@0.0.13
- @plume-ui-react/core@0.0.9

## 0.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plume-ui-react/button",
"version": "0.0.14",
"version": "0.0.15",
"description": "A React component that is a button.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/components/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @plume-ui-react/lib

## 0.0.16

### Patch Changes

- Updated dependencies [[`1863389`](https://github.com/darioegb/plume-ui-react/commit/1863389b8949444b81e17bf0aa257c1da8b52c00)]:
- @plume-ui-react/spinner@0.0.13
- @plume-ui-react/button@0.0.15
- @plume-ui-react/tabs@0.0.3

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plume-ui-react/lib",
"version": "0.0.15",
"version": "0.0.16",
"description": "A lightweight TypeScript React UI component library",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/components/spinner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @plume-ui-react/spinner

## 0.0.13

### Patch Changes

- [`1863389`](https://github.com/darioegb/plume-ui-react/commit/1863389b8949444b81e17bf0aa257c1da8b52c00) Thanks [@darioegb](https://github.com/darioegb)! - Update Readme & update changelog script

- Updated dependencies [[`1863389`](https://github.com/darioegb/plume-ui-react/commit/1863389b8949444b81e17bf0aa257c1da8b52c00)]:
- @plume-ui-react/core@0.0.9

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/spinner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plume-ui-react/spinner",
"version": "0.0.12",
"version": "0.0.13",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/components/tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @plume-ui-react/tabs

## 0.0.3

### Patch Changes

- [`1863389`](https://github.com/darioegb/plume-ui-react/commit/1863389b8949444b81e17bf0aa257c1da8b52c00) Thanks [@darioegb](https://github.com/darioegb)! - Update Readme & update changelog script

- Updated dependencies [[`1863389`](https://github.com/darioegb/plume-ui-react/commit/1863389b8949444b81e17bf0aa257c1da8b52c00)]:
- @plume-ui-react/spinner@0.0.13
- @plume-ui-react/button@0.0.15
- @plume-ui-react/core@0.0.9

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plume-ui-react/tabs",
"version": "0.0.2",
"version": "0.0.3",
"description": "A React component that is a button.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @plume-ui-react/core

## 0.0.9

### Patch Changes

- [`1863389`](https://github.com/darioegb/plume-ui-react/commit/1863389b8949444b81e17bf0aa257c1da8b52c00) Thanks [@darioegb](https://github.com/darioegb)! - Update Readme & update changelog script

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plume-ui-react/core",
"version": "0.0.8",
"version": "0.0.9",
"description": "Core stuff for Plume UI lib",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit bde4347

Please sign in to comment.