Skip to content

Commit

Permalink
Version Packages (#82)
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] committed Jun 7, 2024
1 parent d73f8eb commit fc32e5b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
14 changes: 0 additions & 14 deletions .changeset/silly-schools-hunt.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 5.0.0

### Major Changes

- d73f8eb: Upgrade Opticks optimizely integration to support Optimizely's JS SDK v5.3.2

Non-breaking changes:

- `getOrSetCachedFeatureEnabled` is renamed to `getToggleDecisionStatus`

Breaking changes:

- `__checkIfUserIsInAudience`, an internal from Optimizely got updated to `checkIfUserIsInAudience`. Hence you need the version 5.3.2 of the JS SDK to run this version of opticks properly
- Removed deprecated `booleanToggle` and `getEnabledFeatures` and all mentions of it

## 4.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opticks",
"version": "4.3.0",
"version": "5.0.0",
"description": "FindHotel Toggle Flag JavaScript SDK",
"main": "dist/optimizely.js",
"module": "dist/optimizely.mjs",
Expand Down

0 comments on commit fc32e5b

Please sign in to comment.