Skip to content

Commit 76a4311

Browse files
chore: release main (#761)
🤖 I have created a release *beep* *boop* --- <details><summary>jest: 0.1.0</summary> ## 0.1.0 (2025-01-24) ### Features * Implement jest mocks for react-native. ([#535](#535)) ([aee09c8](aee09c8)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 689c199 commit 76a4311

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
"packages/telemetry/node-server-sdk-otel": "1.1.3",
1616
"packages/sdk/browser": "0.4.0",
1717
"packages/sdk/server-ai": "0.8.1",
18-
"packages/telemetry/browser-telemetry": "0.2.0"
18+
"packages/telemetry/browser-telemetry": "0.2.0",
19+
"packages/tooling/jest": "0.1.0"
1920
}

packages/tooling/jest/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
# Changelog
22

3+
## 0.1.0 (2025-01-24)
4+
5+
6+
### Features
7+
8+
* Implement jest mocks for react-native. ([#535](https://github.com/launchdarkly/js-core/issues/535)) ([aee09c8](https://github.com/launchdarkly/js-core/commit/aee09c87e1810795108157dcd9ab8cfb9fe05020))
9+
10+
## Changelog
11+
312
All notable changes to the LaunchDarkly Jest package will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org).

packages/tooling/jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/jest",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Easily unit test LaunchDarkly feature flagged components with jest",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/tooling/jest",
66
"repository": {

0 commit comments

Comments
 (0)