Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 8, 2025
1 parent e93bd5c commit 6a9f700
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/proud-pets-fly.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/js-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @frigade/js

## 0.8.0

### Minor Changes

- 9bdfcb3: Adds a new and improved API for handling state changes which allows you to filter events based on flow and step completion for the user. The API is available through `frigade.on(...)`

## 0.7.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/js-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frigade/js",
"version": "0.7.24",
"version": "0.8.0",
"description": "The official Javascript SDK for Frigade.",
"type": "module",
"main": "./dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @frigade/react

## 2.7.0

### Minor Changes

- 9bdfcb3: Adds a new and improved API for handling state changes which allows you to filter events based on flow and step completion for the user. The API is available through `frigade.on(...)`

### Patch Changes

- Updated dependencies [9bdfcb3]
- @frigade/js@0.8.0

## 2.6.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frigade/react",
"version": "2.6.8",
"version": "2.7.0",
"description": "Build better product onboarding, faster.",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"dependencies": {
"@emotion/react": "^11.11.4",
"@floating-ui/react": "^0.26.22",
"@frigade/js": "^0.7.24",
"@frigade/js": "^0.8.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
Expand Down

0 comments on commit 6a9f700

Please sign in to comment.