Skip to content

Commit 32b1e8b

Browse files
Version Packages (#1431)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b2b1b26 commit 32b1e8b

23 files changed

Lines changed: 94 additions & 31 deletions

File tree

.changeset/great-pugs-attend.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/itchy-flies-design.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

apps/virtuoso.dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@virtuoso.dev/virtuoso.dev",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"private": true,
55
"type": "module",
66
"publishConfig": {

examples/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @virtuoso.dev/examples
22

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5f90dfd`](https://github.com/petyosi/react-virtuoso/commit/5f90dfd83a4acb5b1f0d30ff19190c98d1591443)]:
8+
- @virtuoso.dev/reactive-engine-core@0.0.8
9+
- @virtuoso.dev/reactive-engine-react@0.2.3
10+
311
## 0.0.15
412

513
### Patch Changes

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@virtuoso.dev/examples",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"private": true,
55
"description": "",
66
"keywords": [],

packages/data-table/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @virtuoso.dev/data-table
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5f90dfd`](https://github.com/petyosi/react-virtuoso/commit/5f90dfd83a4acb5b1f0d30ff19190c98d1591443)]:
8+
- @virtuoso.dev/reactive-engine-core@0.0.8
9+
- @virtuoso.dev/reactive-engine-react@0.2.3
10+
311
## 0.1.3
412

513
### Patch Changes

packages/data-table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@virtuoso.dev/data-table",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"private": false,
55
"description": "Virtualized React data table component with column and row virtualization.",
66
"keywords": [

packages/reactive-engine-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @virtuoso.dev/reactive-engine-core
22

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- [#1428](https://github.com/petyosi/react-virtuoso/pull/1428) [`5f90dfd`](https://github.com/petyosi/react-virtuoso/commit/5f90dfd83a4acb5b1f0d30ff19190c98d1591443) Thanks [@petyosi](https://github.com/petyosi)! - Add READMEs, docs guides, and package descriptions so the packages present themselves on npm and feed the reactive-engine agent skill. The core docs cover concepts, engine lifecycle, transaction semantics, the operator/combinator reference, and the architecture patterns used by data-table; the satellite packages document React integration, queries/mutations, routing, and storage links.
8+
39
## 0.0.7
410

511
### Patch Changes

packages/reactive-engine-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@virtuoso.dev/reactive-engine-core",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"private": false,
55
"description": "Framework-agnostic reactive state engine built on a graph of typed nodes.",
66
"license": "MIT",

packages/reactive-engine-examples/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @virtuoso.dev/reactive-engine-examples
22

3+
## 0.0.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5f90dfd`](https://github.com/petyosi/react-virtuoso/commit/5f90dfd83a4acb5b1f0d30ff19190c98d1591443)]:
8+
- @virtuoso.dev/reactive-engine-core@0.0.8
9+
- @virtuoso.dev/reactive-engine-react@0.2.3
10+
- @virtuoso.dev/reactive-engine-query@0.0.4
11+
- @virtuoso.dev/reactive-engine-router@0.0.4
12+
- @virtuoso.dev/reactive-engine-storage@2.0.2
13+
314
## 0.0.10
415

516
### Patch Changes

0 commit comments

Comments
 (0)