Skip to content
Open
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
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2026-02-27

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`ndk_flutter` - `v0.0.2-dev.14`](#ndk_flutter---v002-dev14)

---

#### `ndk_flutter` - `v0.0.2-dev.14`

- **FIX**: wasm compatible conditional import.


## 2026-02-25

### Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ndk_cache_manager_test_suite/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ packages:
path: "../ndk"
relative: true
source: path
version: "0.7.1-dev.18"
version: "0.7.1-dev.19"
node_preamble:
dependency: transitive
description:
Expand Down
4 changes: 4 additions & 0 deletions packages/ndk_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.2-dev.14

- **FIX**: wasm compatible conditional import.

## 0.0.2-dev.13

- Update a dependency to the latest release.
Expand Down
2 changes: 1 addition & 1 deletion packages/ndk_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ndk_flutter
description: "A Flutter UI package providing ready-to-use widgets."
version: 0.0.2-dev.13
version: 0.0.2-dev.14
repository: https://github.com/relaystr/ndk
topics:
- ndk
Expand Down