Skip to content

Commit

Permalink
docs|react|eslint-config: updates packages versions and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellmiranda committed Sep 25, 2023
1 parent 919914d commit 85d21fc
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @wolves-league-ui/docs

## 0.3.0

### Minor Changes

- Creates `Slider` component story
- Updates `Button Icon` story
- Updates all dependencies

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wolves-league-ui/docs",
"version": "0.2.0",
"version": "0.3.0",
"main": "index.js",
"license": "MIT",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wolves-league-ui/eslint-config

## 0.1.2

### Patch Changes

- Updates all dependencies

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wolves-league-ui/eslint-config",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"main": "index.js",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @wolves-league-ui/react

## 0.3.0

### Minor Changes

- Creates `Slider` component
- Changes `Button` `icon` prop to be a `variant` instead of a `size`
- Updates all dependencies

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wolves-league-ui/react",
"version": "0.2.0",
"version": "0.3.0",
"main": "./dist/index.js",
"module": "dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 85d21fc

Please sign in to comment.