Skip to content

Commit c545a21

Browse files
Version Packages (#1364)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 886fe38 commit c545a21

File tree

23 files changed

+124
-30
lines changed

23 files changed

+124
-30
lines changed

.changeset/tooling-modernization.md

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

apps/virtuoso.dev/CHANGELOG.md

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

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7b38166`](https://github.com/petyosi/react-virtuoso/commit/7b3816607c2b8fa3eb8818bea6e291c93a91112d)]:
8+
- @virtuoso.dev/masonry@1.4.1
9+
310
## 0.0.1
411

512
### Patch Changes

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.1",
3+
"version": "0.0.2",
44
"private": true,
55
"type": "module",
66
"publishConfig": {

examples/CHANGELOG.md

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

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7b38166`](https://github.com/petyosi/react-virtuoso/commit/7b3816607c2b8fa3eb8818bea6e291c93a91112d)]:
8+
- react-virtuoso@4.18.2
9+
- @virtuoso.dev/reactive-engine-core@0.0.5
10+
- @virtuoso.dev/reactive-engine-react@0.2.1
11+
312
## 0.0.7
413

514
### 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.7",
3+
"version": "0.0.8",
44
"private": true,
55
"description": "",
66
"keywords": [],

packages/gurx/CHANGELOG.md

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

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- [#1361](https://github.com/petyosi/react-virtuoso/pull/1361) [`7b38166`](https://github.com/petyosi/react-virtuoso/commit/7b3816607c2b8fa3eb8818bea6e291c93a91112d) Thanks [@petyosi](https://github.com/petyosi)! - Replace ESLint and Prettier with oxlint and oxfmt for faster linting and formatting. Modernize TypeScript configuration with `verbatimModuleSyntax` and ES2022 build targets.
8+
9+
Source code changes are non-behavioral: stricter equality checks (`===`/`!==` instead of truthiness), `??` instead of `||` for defaults, early returns instead of else blocks, self-closing JSX tags, and removal of unnecessary JSX fragments. `LogLevel` in react-virtuoso is changed from a TypeScript enum to a const object — the named exports (`LogLevel.DEBUG`, etc.) work identically, but enum reverse-mapping (`LogLevel[0]`) is no longer supported.
10+
311
## 1.2.0
412

513
### Minor Changes

packages/gurx/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/gurx",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"private": false,
55
"license": "MIT",
66
"repository": {

packages/masonry/CHANGELOG.md

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

3+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- [#1361](https://github.com/petyosi/react-virtuoso/pull/1361) [`7b38166`](https://github.com/petyosi/react-virtuoso/commit/7b3816607c2b8fa3eb8818bea6e291c93a91112d) Thanks [@petyosi](https://github.com/petyosi)! - Replace ESLint and Prettier with oxlint and oxfmt for faster linting and formatting. Modernize TypeScript configuration with `verbatimModuleSyntax` and ES2022 build targets.
8+
9+
Source code changes are non-behavioral: stricter equality checks (`===`/`!==` instead of truthiness), `??` instead of `||` for defaults, early returns instead of else blocks, self-closing JSX tags, and removal of unnecessary JSX fragments. `LogLevel` in react-virtuoso is changed from a TypeScript enum to a const object — the named exports (`LogLevel.DEBUG`, etc.) work identically, but enum reverse-mapping (`LogLevel[0]`) is no longer supported.
10+
11+
- Updated dependencies [[`7b38166`](https://github.com/petyosi/react-virtuoso/commit/7b3816607c2b8fa3eb8818bea6e291c93a91112d)]:
12+
- @virtuoso.dev/gurx@1.2.1
13+
314
## 1.4.0
415

516
### Minor Changes

packages/masonry/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/masonry",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"private": false,
55
"description": "Virtualized React component for rendering masonry layouts",
66
"keywords": [

packages/react-virtuoso/CHANGELOG.md

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

3+
## 4.18.2
4+
5+
### Patch Changes
6+
7+
- [#1361](https://github.com/petyosi/react-virtuoso/pull/1361) [`7b38166`](https://github.com/petyosi/react-virtuoso/commit/7b3816607c2b8fa3eb8818bea6e291c93a91112d) Thanks [@petyosi](https://github.com/petyosi)! - Replace ESLint and Prettier with oxlint and oxfmt for faster linting and formatting. Modernize TypeScript configuration with `verbatimModuleSyntax` and ES2022 build targets.
8+
9+
Source code changes are non-behavioral: stricter equality checks (`===`/`!==` instead of truthiness), `??` instead of `||` for defaults, early returns instead of else blocks, self-closing JSX tags, and removal of unnecessary JSX fragments. `LogLevel` in react-virtuoso is changed from a TypeScript enum to a const object — the named exports (`LogLevel.DEBUG`, etc.) work identically, but enum reverse-mapping (`LogLevel[0]`) is no longer supported.
10+
311
## 4.18.1
412

513
### Patch Changes

0 commit comments

Comments
 (0)