Skip to content

Commit

Permalink
Version Packages (#558)
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 Jan 22, 2025
1 parent 22a7d15 commit 4a194e1
Show file tree
Hide file tree
Showing 14 changed files with 57 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .changeset/four-colts-nail.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/wise-vans-thank.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/young-rules-grin.md

This file was deleted.

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

## 1.2.1

### Patch Changes

- e323ce3: fix: add `decode()` interface to `Config` and support `path: string[]`

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/config",
"version": "1.2.0",
"version": "1.2.1",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down
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.1.1

### Patch Changes

- 5fc54cb: Made `divideBy` to be friendly to type inference.

## 1.1.0

### Minor 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.1.0",
"version": "1.1.1",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down
6 changes: 6 additions & 0 deletions extensions/link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stackflow/link

## 1.6.1

### Patch Changes

- e323ce3: fix: add `decode()` interface to `Config` and support `path: string[]`

## 1.6.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions extensions/link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/link",
"version": "1.6.0",
"version": "1.6.1",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -41,12 +41,12 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@stackflow/config": "^1.2.0",
"@stackflow/core": "^1.1.0",
"@stackflow/config": "^1.2.1",
"@stackflow/core": "^1.1.1",
"@stackflow/esbuild-config": "^1.0.3",
"@stackflow/plugin-history-sync": "^1.7.0",
"@stackflow/plugin-history-sync": "^1.7.1",
"@stackflow/plugin-preload": "^1.4.3",
"@stackflow/react": "^1.4.0",
"@stackflow/react": "^1.4.2",
"@types/react": "^18.3.3",
"esbuild": "^0.23.0",
"esbuild-plugin-file-path-extensions": "^2.1.3",
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.7.1

### Patch Changes

- e323ce3: fix: add `decode()` interface to `Config` and support `path: string[]`

## 1.7.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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.7.0",
"version": "1.7.1",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -47,10 +47,10 @@
},
"devDependencies": {
"@graphql-tools/schema": "^10.0.5",
"@stackflow/config": "^1.2.0",
"@stackflow/core": "^1.1.0",
"@stackflow/config": "^1.2.1",
"@stackflow/core": "^1.1.1",
"@stackflow/esbuild-config": "^1.0.3",
"@stackflow/react": "^1.4.0",
"@stackflow/react": "^1.4.2",
"@swc/core": "^1.6.6",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
Expand Down
6 changes: 6 additions & 0 deletions integrations/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stackflow/react

## 1.4.2

### Patch Changes

- e323ce3: fix: add `decode()` interface to `Config` and support `path: string[]`

## 1.4.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions integrations/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/react",
"version": "1.4.1",
"version": "1.4.2",
"repository": {
"type": "git",
"url": "https://github.com/daangn/stackflow.git",
Expand Down Expand Up @@ -46,8 +46,8 @@
"url-pattern": "^1.0.3"
},
"devDependencies": {
"@stackflow/config": "^1.2.0",
"@stackflow/core": "^1.1.0",
"@stackflow/config": "^1.2.1",
"@stackflow/core": "^1.1.1",
"@stackflow/esbuild-config": "^1.0.3",
"@types/react": "^18.3.3",
"esbuild": "^0.23.0",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2015,7 +2015,7 @@ __metadata:
languageName: unknown
linkType: soft

"@stackflow/config@npm:^1.2.0, @stackflow/config@workspace:config":
"@stackflow/config@npm:^1.2.0, @stackflow/config@npm:^1.2.1, @stackflow/config@workspace:config":
version: 0.0.0-use.local
resolution: "@stackflow/config@workspace:config"
dependencies:
Expand All @@ -2027,7 +2027,7 @@ __metadata:
languageName: unknown
linkType: soft

"@stackflow/core@npm:^1.1.0, @stackflow/core@workspace:core":
"@stackflow/core@npm:^1.1.0, @stackflow/core@npm:^1.1.1, @stackflow/core@workspace:core":
version: 0.0.0-use.local
resolution: "@stackflow/core@workspace:core"
dependencies:
Expand Down Expand Up @@ -2130,12 +2130,12 @@ __metadata:
version: 0.0.0-use.local
resolution: "@stackflow/link@workspace:extensions/link"
dependencies:
"@stackflow/config": "npm:^1.2.0"
"@stackflow/core": "npm:^1.1.0"
"@stackflow/config": "npm:^1.2.1"
"@stackflow/core": "npm:^1.1.1"
"@stackflow/esbuild-config": "npm:^1.0.3"
"@stackflow/plugin-history-sync": "npm:^1.7.0"
"@stackflow/plugin-history-sync": "npm:^1.7.1"
"@stackflow/plugin-preload": "npm:^1.4.3"
"@stackflow/react": "npm:^1.4.0"
"@stackflow/react": "npm:^1.4.2"
"@types/react": "npm:^18.3.3"
esbuild: "npm:^0.23.0"
esbuild-plugin-file-path-extensions: "npm:^2.1.3"
Expand Down Expand Up @@ -2227,15 +2227,15 @@ __metadata:
languageName: unknown
linkType: soft

"@stackflow/plugin-history-sync@npm:^1.7.0, @stackflow/plugin-history-sync@workspace:extensions/plugin-history-sync":
"@stackflow/plugin-history-sync@npm:^1.7.0, @stackflow/plugin-history-sync@npm:^1.7.1, @stackflow/plugin-history-sync@workspace:extensions/plugin-history-sync":
version: 0.0.0-use.local
resolution: "@stackflow/plugin-history-sync@workspace:extensions/plugin-history-sync"
dependencies:
"@graphql-tools/schema": "npm:^10.0.5"
"@stackflow/config": "npm:^1.2.0"
"@stackflow/core": "npm:^1.1.0"
"@stackflow/config": "npm:^1.2.1"
"@stackflow/core": "npm:^1.1.1"
"@stackflow/esbuild-config": "npm:^1.0.3"
"@stackflow/react": "npm:^1.4.0"
"@stackflow/react": "npm:^1.4.2"
"@swc/core": "npm:^1.6.6"
"@swc/jest": "npm:^0.2.36"
"@types/jest": "npm:^29.5.12"
Expand Down Expand Up @@ -2377,12 +2377,12 @@ __metadata:
languageName: unknown
linkType: soft

"@stackflow/react@npm:^1.3.2, @stackflow/react@npm:^1.4.0, @stackflow/react@workspace:integrations/react":
"@stackflow/react@npm:^1.3.2, @stackflow/react@npm:^1.4.0, @stackflow/react@npm:^1.4.2, @stackflow/react@workspace:integrations/react":
version: 0.0.0-use.local
resolution: "@stackflow/react@workspace:integrations/react"
dependencies:
"@stackflow/config": "npm:^1.2.0"
"@stackflow/core": "npm:^1.1.0"
"@stackflow/config": "npm:^1.2.1"
"@stackflow/core": "npm:^1.1.1"
"@stackflow/esbuild-config": "npm:^1.0.3"
"@types/react": "npm:^18.3.3"
esbuild: "npm:^0.23.0"
Expand Down

0 comments on commit 4a194e1

Please sign in to comment.