Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
Version Packages (#3)
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] authored Feb 1, 2024
1 parent de557fc commit c5a1a36
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-chairs-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-pears-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-buses-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-comics-run.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @leanweb/fullstack

## 0.1.0

### Minor Changes

- 78c22ec: Add preview server

### Patch Changes

- f533507: Properly encode and decode HTML JSON data
- de557fc: Fix missing types file for ssr declaration file
- c5b13e1: Handle user app error during dev mode

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanweb/fullstack",
"version": "0.0.2",
"version": "0.1.0",
"description": "",
"type": "module",
"main": "./dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions playground/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# basic

## 1.0.3

### Patch Changes

- Updated dependencies [78c22ec]
- Updated dependencies [f533507]
- Updated dependencies [de557fc]
- Updated dependencies [c5b13e1]
- @leanweb/fullstack@0.1.0

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion playground/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "basic",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"type": "module",
"scripts": {
Expand Down

0 comments on commit c5a1a36

Please sign in to comment.