Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 5, 2024
1 parent b0b4898 commit 2c4cfe4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/seven-bottles-complain.md

This file was deleted.

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

## 0.0.16

### Patch Changes

- b4706c4: Added rowClick and rowDblClick events suggested in issue #36
- Updated dependencies [b4706c4]
- @gzim/svelte-datagrid@0.4.0

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.0.15",
"version": "0.0.16",
"private": true,
"scripts": {
"dev": "vite dev --port 3590 --host 0.0.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/svelte-datagrid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gzim/svelte-datagrid

## 0.4.0

### Minor Changes

- b4706c4: Added rowClick and rowDblClick events suggested in issue #36

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-datagrid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gzim/svelte-datagrid",
"version": "0.3.1",
"version": "0.4.0",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 2c4cfe4

Please sign in to comment.