Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"packages/telemetry/node-server-sdk-otel": "1.1.3",
"packages/sdk/browser": "0.4.0",
"packages/sdk/server-ai": "0.8.1",
"packages/telemetry/browser-telemetry": "0.2.0"
"packages/telemetry/browser-telemetry": "0.2.0",
"packages/tooling/jest": "0.1.0"
}
9 changes: 9 additions & 0 deletions packages/tooling/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Changelog

## 0.1.0 (2025-01-24)


### Features

* Implement jest mocks for react-native. ([#535](https://github.com/launchdarkly/js-core/issues/535)) ([aee09c8](https://github.com/launchdarkly/js-core/commit/aee09c87e1810795108157dcd9ab8cfb9fe05020))

## Changelog

All notable changes to the LaunchDarkly Jest package will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org).
2 changes: 1 addition & 1 deletion packages/tooling/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/jest",
"version": "0.0.1",
"version": "0.1.0",
"description": "Easily unit test LaunchDarkly feature flagged components with jest",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/tooling/jest",
"repository": {
Expand Down