Skip to content

Commit

Permalink
Merge pull request #3 from ericrav/export-theme-extract-type
Browse files Browse the repository at this point in the history
export ThemeExtract type
  • Loading branch information
ericrav authored May 8, 2024
2 parents 6bfdd2b + 1c064f9 commit 164c860
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/307bc8de.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
releases:
theme-party: patch
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,14 @@ function Page() {
);
}
```

## Releasing

In pull request branch, run

```
yarn version [patch|minor|major] --deferred
```

and commit yarn version file. When PR is merged, the package version will
be updated accordingly. See [Yarn Release Workflow](https://yarnpkg.com/features/release-workflow) for more details.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export { costumed } from "./react/costumed";
export { ThemeProvider } from "./react/ThemeProvider";
export { useTheme } from "./react/useTheme";
export { UserTheme } from "./types";
export { ThemeExtract } from './ThemeParty.types';

0 comments on commit 164c860

Please sign in to comment.