Skip to content

Commit

Permalink
Version Packages (#542)
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
geclos and github-actions[bot] committed Jun 26, 2024
1 parent d71b03a commit dbd2574
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/famous-mayflies-attend.md

This file was deleted.

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

## 2.0.5

### Patch Changes

- Updated dependencies [d71b03a]
- @latitude-data/svelte@0.8.1
- @latitude-data/client@0.11.1

## 2.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@latitude-data/server",
"description": "Backend for Latitude",
"version": "2.0.4",
"version": "2.0.5",
"license": "LGPL",
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/client/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @latitude-data/client

## 0.11.1

### Patch Changes

- d71b03a: Fix show JSON columns in Svelte table component

## 0.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@latitude-data/client",
"description": "Core package of all Latitude client libraries",
"version": "0.11.0",
"version": "0.11.1",
"license": "LGPL",
"scripts": {
"build:rollup": "rollup -c",
Expand Down
7 changes: 7 additions & 0 deletions packages/client/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @latitude-data/react

## 0.9.2

### Patch Changes

- Updated dependencies [d71b03a]
- @latitude-data/client@0.11.1

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latitude-data/react",
"version": "0.9.1",
"version": "0.9.2",
"license": "LGPL",
"scripts": {
"build:rollup": "rollup -c",
Expand Down
8 changes: 8 additions & 0 deletions packages/client/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @latitude-data/svelte

## 0.8.1

### Patch Changes

- d71b03a: Fix show JSON columns in Svelte table component
- Updated dependencies [d71b03a]
- @latitude-data/client@0.11.1

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latitude-data/svelte",
"version": "0.8.0",
"version": "0.8.1",
"license": "LGPL",
"scripts": {
"build": "pnpm run buildAndPackage",
Expand Down

0 comments on commit dbd2574

Please sign in to comment.