Skip to content

Commit

Permalink
Version Packages (daangn#475)
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 Jul 9, 2024
1 parent 7df36f1 commit 996a765
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/green-bulldogs-learn.md

This file was deleted.

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

## 1.0.11

### Patch Changes

- 7df36f1b: accept only serializable parameters when making domain event

## 1.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/core",
"version": "1.0.10",
"version": "1.0.11",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down
6 changes: 6 additions & 0 deletions extensions/plugin-history-sync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stackflow/plugin-history-sync

## 1.5.1

### Patch Changes

- 7df36f1b: accept only serializable parameters when making domain event

## 1.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions extensions/plugin-history-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/plugin-history-sync",
"version": "1.5.0",
"version": "1.5.1",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -45,7 +45,7 @@
"url-pattern": "^1.0.3"
},
"devDependencies": {
"@stackflow/core": "^1.0.10",
"@stackflow/core": "^1.0.11",
"@stackflow/esbuild-config": "^1.0.1",
"@stackflow/eslint-config": "^1.0.2",
"@stackflow/react": "^1.1.8",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1905,7 +1905,7 @@ __metadata:
languageName: unknown
linkType: soft

"@stackflow/core@^1.0.10, @stackflow/core@workspace:core":
"@stackflow/core@^1.0.10, @stackflow/core@^1.0.11, @stackflow/core@workspace:core":
version: 0.0.0-use.local
resolution: "@stackflow/core@workspace:core"
dependencies:
Expand Down Expand Up @@ -2196,7 +2196,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@stackflow/plugin-history-sync@workspace:extensions/plugin-history-sync"
dependencies:
"@stackflow/core": ^1.0.10
"@stackflow/core": ^1.0.11
"@stackflow/esbuild-config": ^1.0.1
"@stackflow/eslint-config": ^1.0.2
"@stackflow/react": ^1.1.8
Expand Down

0 comments on commit 996a765

Please sign in to comment.