Skip to content

Commit

Permalink
chore(release): 📦 version packages (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 28, 2024
1 parent cd26778 commit 99925fe
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/ten-icons-mix.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# web

## 1.0.7

### Patch Changes

- Updated dependencies [cd26778]
- @virtual-grid/react@2.0.3

## 1.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "1.0.6",
"version": "1.0.7",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions examples/react/fixed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# react-fixed

## 0.0.4

### Patch Changes

- Updated dependencies [cd26778]
- @virtual-grid/react@2.0.3

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/react/fixed/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-fixed",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
7 changes: 7 additions & 0 deletions examples/react/infinite-scroll/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# infinite-scroll

## 0.0.4

### Patch Changes

- Updated dependencies [cd26778]
- @virtual-grid/react@2.0.3

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/react/infinite-scroll/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "infinite-scroll",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
7 changes: 7 additions & 0 deletions examples/react/scroll-margin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# scroll-margin

## 0.0.4

### Patch Changes

- Updated dependencies [cd26778]
- @virtual-grid/react@2.0.3

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/react/scroll-margin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "scroll-margin",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @virtual-grid/react

## 2.0.3

### Patch Changes

- cd26778: fix rerender issue

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virtual-grid/react",
"version": "2.0.2",
"version": "2.0.3",
"license": "MIT",
"exports": {
"./package.json": "./package.json",
Expand Down

0 comments on commit 99925fe

Please sign in to comment.