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 Oct 2, 2022
1 parent 10b55a0 commit c6a8540
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 13 deletions.
10 changes: 0 additions & 10 deletions .changeset/rotten-parents-act.md

This file was deleted.

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

## 0.7.2

### Patch Changes

- a927c16: Support path params in route
- Core: Support path params in routes for HTTP and WS
- Examples: Add "helloNameLiveView" example
- Express / Deno: Update server integration to use `matchRoute` helper

## 0.7.1

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

## 0.7.2

### Patch Changes

- a927c16: Support path params in route
- Core: Support path params in routes for HTTP and WS
- Examples: Add "helloNameLiveView" example
- Express / Deno: Update server integration to use `matchRoute` helper
- Updated dependencies [a927c16]
- [email protected]

## 0.7.1

### Patch 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.7.1",
"version": "0.7.2",
"description": "Example LiveViews showing how LiveViewJS used by Express and Deno server examples",
"exports": {
"require": "./dist/liveviewjs-examples.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @liveviewjs/express

## 0.7.2

### Patch Changes

- a927c16: Support path params in route
- Core: Support path params in routes for HTTP and WS
- Examples: Add "helloNameLiveView" example
- Express / Deno: Update server integration to use `matchRoute` helper
- Updated dependencies [a927c16]
- [email protected]

## 0.7.1

### Patch 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.7.1",
"version": "0.7.2",
"description": "Library for easy integration of LiveView into Express.js applications",
"exports": {
"require": "./dist/liveviewjs-express.js",
Expand Down

0 comments on commit c6a8540

Please sign in to comment.