Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and floodfx committed Sep 23, 2022
1 parent 9efead7 commit c0b4b64
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/wet-beans-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-deers-exercise.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# liveviewjs

## 0.7.0

### Minor Changes

- 9137425: Some renaming and minor API changes

## 0.6.0

### Minor 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": "liveviewjs",
"version": "0.6.0",
"version": "0.7.0",
"description": "LiveViewJS brings the power of LiveView to Typescript and Javascript developers and applications.",
"exports": {
"require": "./dist/liveview.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @liveviewjs/examples

## 0.7.0

### Patch Changes

- 905f050: Move browser compilation to Express and Deno and some other additional LiveView examples
- Updated dependencies [9137425]
- [email protected]

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liveviewjs/examples",
"version": "0.6.0",
"version": "0.7.0",
"description": "Example LiveViews showing how LiveViewJS used by Express and Deno server examples",
"exports": {
"require": "./dist/liveviewjs-examples.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @liveviewjs/express

## 0.7.0

### Patch Changes

- Updated dependencies [9137425]
- [email protected]

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liveviewjs/express",
"version": "0.6.0",
"version": "0.7.0",
"description": "Library for easy integration of LiveView into Express.js applications",
"exports": {
"require": "./dist/liveviewjs-express.js",
Expand Down

0 comments on commit c0b4b64

Please sign in to comment.