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
5 changes: 0 additions & 5 deletions .changeset/strict-support-provider-replay.md

This file was deleted.

14 changes: 7 additions & 7 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions examples/nextjs-tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cossistant/example-nextjs-tailwind

## 0.1.6

### Patch Changes

- Updated dependencies []:
- @cossistant/next@0.2.1
- @cossistant/core@0.2.1

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cossistant/example-nextjs-tailwind",
"version": "0.1.5",
"version": "0.1.6",
"private": true,
"type": "module",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions examples/react-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @cossistant/example-react-vite

## 0.1.1

### Patch Changes

- Updated dependencies [[`41fd069`](https://github.com/cossistantcom/cossistant/commit/41fd069ddd795fc5588045e5dba0742b643d23eb)]:
- @cossistant/react@0.2.1
- @cossistant/core@0.2.1
2 changes: 1 addition & 1 deletion examples/react-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cossistant/example-react-vite",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cossistant/browser

## 0.2.1

### Patch Changes

- Updated dependencies [[`41fd069`](https://github.com/cossistantcom/cossistant/commit/41fd069ddd795fc5588045e5dba0742b643d23eb)]:
- @cossistant/react@0.2.1
- @cossistant/core@0.2.1

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cossistant/browser",
"type": "module",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"author": "Cossistant team",
"description": "Browser runtime and CDN embed for the Cossistant support widget.",
Expand Down
2 changes: 2 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @cossistant/core

## 0.2.1

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cossistant/core",
"type": "module",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"author": "Cossistant Team",
"description": "Core library for connecting to Cossistant API and managing data fetching",
Expand Down
7 changes: 7 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cossistant/next

## 0.2.1

### Patch Changes

- Updated dependencies [[`41fd069`](https://github.com/cossistantcom/cossistant/commit/41fd069ddd795fc5588045e5dba0742b643d23eb)]:
- @cossistant/react@0.2.1

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cossistant/next",
"type": "module",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"author": "Cossistant team",
"description": "Next.js-ready SDK for building AI-powered support/chat widgets. Hooks + primitives, WS-driven, TypeScript-first. Next.js-ready, Tailwind optional.",
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @cossistant/react

## 0.2.1

### Patch Changes

- [`41fd069`](https://github.com/cossistantcom/cossistant/commit/41fd069ddd795fc5588045e5dba0742b643d23eb) Thanks [@Rieranthony](https://github.com/Rieranthony)! - Fix internally owned SupportProvider controllers staying inactive after React StrictMode effect replay in development.

- Updated dependencies []:
- @cossistant/core@0.2.1
- @cossistant/types@0.2.1

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cossistant/react",
"type": "module",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"author": "Cossistant team",
"description": "Headless React SDK for building AI-powered support/chat widgets. Hooks + primitives, WS-driven, TypeScript-first. Next.js-ready, Tailwind optional.",
Expand Down
2 changes: 2 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @cossistant/types

## 0.2.1

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cossistant/types",
"type": "module",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"author": "Cossistant Team",
"description": "Shared TypeScript types for Cossistant packages",
Expand Down