@profplum700/etsy-v3-api-client 2.3.1 → 2.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,18 +5,26 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ## [Unreleased]
9
-
10
- ## [2.3.1] - 2025-11-07
11
-
12
- ### Fixed
13
- - **@profplum700/etsy-react**: replaced `@testing-library/react-hooks` with `@testing-library/react` in tests to remove stale React 16/17 peer dependency warnings.
14
- - **@profplum700/etsy-react**: introduced a dedicated build tsconfig and Rollup configuration tweaks to eliminate TypeScript plugin warnings during bundling.
15
-
16
- ### Changed
17
- - Bumped the root workspace plus `@profplum700/etsy-react`, `@profplum700/etsy-admin-ui`, `@profplum700/etsy-nextjs`, and `@profplum700/etsy-cli` to version `2.3.1` to publish the fix consistently across the monorepo.
18
-
19
- ## [2.3.0] - 2025-01-06
8
+ ## [Unreleased]
9
+
10
+ ### Fixed
11
+ - **@profplum700/etsy-nextjs**: Fixed "createContext is not a function" build error in Next.js API routes
12
+ - **BREAKING**: Main entry point (`@profplum700/etsy-nextjs`) now exports only server-side code
13
+ - Client-side exports (`EtsyNextClientProvider`, `useEtsyNextClient`) must be imported from `@profplum700/etsy-nextjs/client`
14
+ - This prevents React Context code from being bundled with API routes during Next.js build
15
+ - Server imports from both `@profplum700/etsy-nextjs` and `@profplum700/etsy-nextjs/server` work identically
16
+ - See MIGRATION.md for upgrade instructions
17
+
18
+ ## [2.3.1] - 2025-11-07
19
+
20
+ ### Fixed
21
+ - **@profplum700/etsy-react**: replaced `@testing-library/react-hooks` with `@testing-library/react` in tests to remove stale React 16/17 peer dependency warnings.
22
+ - **@profplum700/etsy-react**: introduced a dedicated build tsconfig and Rollup configuration tweaks to eliminate TypeScript plugin warnings during bundling.
23
+
24
+ ### Changed
25
+ - Bumped the root workspace plus `@profplum700/etsy-react`, `@profplum700/etsy-admin-ui`, `@profplum700/etsy-nextjs`, and `@profplum700/etsy-cli` to version `2.3.1` to publish the fix consistently across the monorepo.
26
+
27
+ ## [2.3.0] - 2025-01-06
20
28
 
21
29
  ### 🎉 PHASE 3: Ecosystem Integration
22
30
 
@@ -418,4 +426,4 @@ For upgrade instructions and breaking changes, see the [Migration Guide](./MIGRA
418
426
  ## Support
419
427
 
420
428
  - For bug reports and feature requests, please use [GitHub Issues](https://github.com/profplum700/etsy-v3-api-client/issues)
421
- - For questions and discussions, see [GitHub Discussions](https://github.com/profplum700/etsy-v3-api-client/discussions)
429
+ - For questions and discussions, see [GitHub Discussions](https://github.com/profplum700/etsy-v3-api-client/discussions)