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 Jan 9, 2025
1 parent 1bf5e0a commit 7ed8986
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/rare-lamps-watch.md

This file was deleted.

7 changes: 7 additions & 0 deletions integrations/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @stack54/express

## 1.0.6

### Patch Changes

- Updated dependencies [4139610]
- [email protected]

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stack54/express",
"version": "1.0.5",
"version": "1.0.6",
"description": "",
"type": "module",
"homepage": "https://github.com/joshamaju/stack54/blob/main/integrations/express/README.md",
Expand Down
7 changes: 7 additions & 0 deletions integrations/hono/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @stack54/hono

## 0.0.11

### Patch Changes

- Updated dependencies [4139610]
- [email protected]

## 0.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/hono/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stack54/hono",
"version": "0.0.10",
"version": "0.0.11",
"description": "",
"type": "module",
"homepage": "https://github.com/joshamaju/stack54/blob/main/integrations/hono/README.md",
Expand Down
7 changes: 7 additions & 0 deletions integrations/island/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @stack54/island

## 0.3.5

### Patch Changes

- Updated dependencies [4139610]
- [email protected]

## 0.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/island/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stack54/island",
"version": "0.3.4",
"version": "0.3.5",
"description": "",
"type": "module",
"homepage": "https://github.com/joshamaju/stack54/blob/main/integrations/island/README.md",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# mpa

## 0.10.0

### Minor Changes

- 4139610: Handoff env handling to vite

## 0.9.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": "stack54",
"version": "0.9.2",
"version": "0.10.0",
"description": "The fun Javascript stack",
"type": "module",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

// generated during release, do not modify
export const VERSION = "0.9.2";
export const VERSION = "0.10.0";

0 comments on commit 7ed8986

Please sign in to comment.