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 7, 2025
1 parent 2860866 commit 4ac4c3d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/sixty-pumpkins-wash.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.7.24

### Patch Changes

- 2860866: Bug fixes for onDismiss, onOpenChange, and URL-based Collection targeting

## 0.7.23

### 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.23",
"version": "0.7.24",
"description": "The official Javascript SDK for Frigade.",
"type": "module",
"main": "./dist/index.js",
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 @@
# @frigade/react

## 2.6.8

### Patch Changes

- 2860866: Bug fixes for onDismiss, onOpenChange, and URL-based Collection targeting
- Updated dependencies [2860866]
- @frigade/js@0.7.24

## 2.6.7

### 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.7",
"version": "2.6.8",
"description": "Build better product onboarding, faster.",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"@emotion/react": "^11.11.4",
"@floating-ui/react": "^0.26.22",
"@frigade/js": "^0.7.23",
"@frigade/js": "^0.7.24",
"@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 4ac4c3d

Please sign in to comment.