Skip to content

Commit

Permalink
Version Packages (#274)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 22, 2023
1 parent 312fba4 commit 8db84c9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .changeset/calm-phones-carry.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 3.1.0

### Minor Changes

- 312fba4: Expose more functions through the public API

Expose `stop`, `goToNext`, `goToNth`, and `goToPrev` through the `useCopilot` hook
Export `DefaultUI` from the module's entry to access the default Tooltip and StepNumber components

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-copilot",
"version": "3.0.1",
"version": "3.1.0",
"description": "Make an interactive step by step tour guide for you react-native app",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 8db84c9

Please sign in to comment.