Skip to content

Commit

Permalink
Merge pull request #25 from component-driven/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
okonet authored Jun 24, 2020
2 parents 3e941a4 + 799a96e commit ceefe91
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/large-pans-mix.md

This file was deleted.

9 changes: 8 additions & 1 deletion packages/react-focus-within/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# @component-driven/react-focus-within

## 2.0.1

### Patch Changes

- 25dfdc1: Fix typo in 'Using with CSS-in-JS libs' section for '@component-driven/react-focus-within' package.

## 2.0.0

### Major Changes

- a2dbfb1: Switch to a monorepo setup and use [Changesets](https://github.com/atlassian/changesets).

Each package is a separate npm package.
2 changes: 1 addition & 1 deletion packages/react-focus-within/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@component-driven/react-focus-within",
"description": "The missing JS API of the CSS `:focus-within` for React",
"version": "2.0.0",
"version": "2.0.1",
"main": "dist/react-focus-within.cjs.js",
"module": "dist/react-focus-within.esm.js",
"dependencies": {
Expand Down

0 comments on commit ceefe91

Please sign in to comment.