Skip to content

Commit

Permalink
Version Packages (#431)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: JH.Lee <[email protected]>
  • Loading branch information
3 people committed Dec 22, 2023
1 parent e4c49cd commit 6759828
Show file tree
Hide file tree
Showing 38 changed files with 394 additions and 269 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-eyes-love.md

This file was deleted.

26 changes: 0 additions & 26 deletions .changeset/pre.json

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/sharp-files-leave.md

This file was deleted.

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

## 1.0.9

### Patch Changes

- e4c49cdc: chore: apply new release system
6 changes: 3 additions & 3 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/core",
"version": "1.0.8",
"version": "1.0.9",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -39,8 +39,8 @@
"react-fast-compare": "^3.2.0"
},
"devDependencies": {
"@stackflow/esbuild-config": "^1.0.0",
"@stackflow/eslint-config": "^1.0.1",
"@stackflow/esbuild-config": "^1.0.1",
"@stackflow/eslint-config": "^1.0.2",
"@swc/core": "^1.2.182",
"@swc/jest": "^0.2.21",
"@types/jest": "^28.1.6",
Expand Down
20 changes: 20 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @stackflow/demo

## 1.2.18

### Patch Changes

- e4c49cdc: chore: apply new release system
- Updated dependencies [a2ecfaf4]
- Updated dependencies [e4c49cdc]
- @stackflow/plugin-stack-depth-change@1.1.0
- @stackflow/core@1.0.9
- @stackflow/compat-await-push@1.1.6
- @stackflow/link@1.3.15
- @stackflow/plugin-basic-ui@1.4.2
- @stackflow/plugin-devtools@0.1.7
- @stackflow/plugin-history-sync@1.3.14
- @stackflow/plugin-map-initial-activity@1.0.4
- @stackflow/plugin-preload@1.2.14
- @stackflow/plugin-renderer-basic@1.1.6
- @stackflow/react@1.1.6
- @stackflow/eslint-config@1.0.2

## 1.2.18-canary.0

### Patch Changes
Expand Down
28 changes: 14 additions & 14 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/demo",
"version": "1.2.18-canary.0",
"version": "1.2.18",
"private": true,
"license": "MIT",
"exports": {
Expand Down Expand Up @@ -31,18 +31,18 @@
"dependencies": {
"@seed-design/design-token": "^1.0.0-alpha.0",
"@seed-design/stylesheet": "^1.0.0-alpha.0",
"@stackflow/compat-await-push": "^1.1.5",
"@stackflow/core": "^1.0.8",
"@stackflow/eslint-config": "^1.0.1",
"@stackflow/link": "^1.3.14",
"@stackflow/plugin-basic-ui": "^1.4.0",
"@stackflow/plugin-devtools": "^0.1.6",
"@stackflow/plugin-history-sync": "^1.3.13",
"@stackflow/plugin-map-initial-activity": "^1.0.3",
"@stackflow/plugin-preload": "^1.2.13",
"@stackflow/plugin-renderer-basic": "^1.1.5",
"@stackflow/plugin-stack-depth-change": "^1.1.0-canary.0",
"@stackflow/react": "^1.1.5",
"@stackflow/compat-await-push": "^1.1.6",
"@stackflow/core": "^1.0.9",
"@stackflow/eslint-config": "^1.0.2",
"@stackflow/link": "^1.3.15",
"@stackflow/plugin-basic-ui": "^1.4.2",
"@stackflow/plugin-devtools": "^0.1.7",
"@stackflow/plugin-history-sync": "^1.3.14",
"@stackflow/plugin-map-initial-activity": "^1.0.4",
"@stackflow/plugin-preload": "^1.2.14",
"@stackflow/plugin-renderer-basic": "^1.1.6",
"@stackflow/plugin-stack-depth-change": "^1.1.0",
"@stackflow/react": "^1.1.6",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.20.0",
"eslint": "^8.13.0",
Expand All @@ -64,7 +64,7 @@
"vite": "^4.1.1"
},
"devDependencies": {
"@stackflow/esbuild-config": "^1.0.0",
"@stackflow/esbuild-config": "^1.0.1",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"@types/react-lazy-load-image-component": "^1.5.2",
Expand Down
14 changes: 14 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @stackflow/docs

## 1.2.19

### Patch Changes

- e4c49cdc: chore: apply new release system
- Updated dependencies [e4c49cdc]
- @stackflow/core@1.0.9
- @stackflow/demo@1.2.18
- @stackflow/plugin-basic-ui@1.4.2
- @stackflow/plugin-history-sync@1.3.14
- @stackflow/plugin-renderer-basic@1.1.6
- @stackflow/react@1.1.6
- @stackflow/eslint-config@1.0.2

## 1.2.19-canary.0

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/docs",
"version": "1.2.19-canary.0",
"version": "1.2.19",
"private": true,
"description": "Mobile-first stack navigator framework with Composable Plugin System",
"license": "MIT",
Expand All @@ -11,13 +11,13 @@
},
"dependencies": {
"@mdx-js/react": "^2.1.1",
"@stackflow/core": "^1.0.8",
"@stackflow/demo": "^1.2.18-canary.0",
"@stackflow/eslint-config": "^1.0.1",
"@stackflow/plugin-basic-ui": "^1.4.0",
"@stackflow/plugin-history-sync": "^1.3.13",
"@stackflow/plugin-renderer-basic": "^1.1.5",
"@stackflow/react": "^1.1.5",
"@stackflow/core": "^1.0.9",
"@stackflow/demo": "^1.2.18",
"@stackflow/eslint-config": "^1.0.2",
"@stackflow/plugin-basic-ui": "^1.4.2",
"@stackflow/plugin-history-sync": "^1.3.14",
"@stackflow/plugin-renderer-basic": "^1.1.6",
"@stackflow/react": "^1.1.6",
"@types/react": "^18.0.15",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.20.0",
Expand Down
10 changes: 10 additions & 0 deletions extensions/compat-await-push/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @stackflow/compat-await-push

## 1.1.6

### Patch Changes

- e4c49cdc: chore: apply new release system
- Updated dependencies [e4c49cdc]
- @stackflow/core@1.0.9
- @stackflow/react@1.1.6
14 changes: 7 additions & 7 deletions extensions/compat-await-push/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/compat-await-push",
"version": "1.1.5",
"version": "1.1.6",
"license": "MIT",
"exports": {
".": {
Expand All @@ -26,10 +26,10 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@stackflow/core": "^1.0.8",
"@stackflow/esbuild-config": "^1.0.0",
"@stackflow/eslint-config": "^1.0.1",
"@stackflow/react": "^1.1.5",
"@stackflow/core": "^1.0.9",
"@stackflow/esbuild-config": "^1.0.1",
"@stackflow/eslint-config": "^1.0.2",
"@stackflow/react": "^1.1.6",
"@types/react": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.20.0",
Expand All @@ -45,8 +45,8 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"@stackflow/core": "^1.0.0",
"@stackflow/react": "^1.0.0",
"@stackflow/core": "^1.0.9",
"@stackflow/react": "^1.1.6",
"@types/react": ">=16.8.0",
"react": ">=16.8.0"
},
Expand Down
12 changes: 12 additions & 0 deletions extensions/link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @stackflow/link

## 1.3.15

### Patch Changes

- e4c49cdc: chore: apply new release system
- Updated dependencies [e4c49cdc]
- @stackflow/core@1.0.9
- @stackflow/plugin-history-sync@1.3.14
- @stackflow/plugin-preload@1.2.14
- @stackflow/react@1.1.6
22 changes: 11 additions & 11 deletions extensions/link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/link",
"version": "1.3.14",
"version": "1.3.15",
"license": "MIT",
"exports": {
".": {
Expand All @@ -26,12 +26,12 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@stackflow/core": "^1.0.8",
"@stackflow/esbuild-config": "^1.0.0",
"@stackflow/eslint-config": "^1.0.1",
"@stackflow/plugin-history-sync": "^1.3.13",
"@stackflow/plugin-preload": "^1.2.13",
"@stackflow/react": "^1.1.5",
"@stackflow/core": "^1.0.9",
"@stackflow/esbuild-config": "^1.0.1",
"@stackflow/eslint-config": "^1.0.2",
"@stackflow/plugin-history-sync": "^1.3.14",
"@stackflow/plugin-preload": "^1.2.14",
"@stackflow/react": "^1.1.6",
"@types/react": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.20.0",
Expand All @@ -50,10 +50,10 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"@stackflow/core": "^1.0.0",
"@stackflow/plugin-history-sync": "^1.0.0",
"@stackflow/plugin-preload": "^1.0.0",
"@stackflow/react": "^1.0.0",
"@stackflow/core": "^1.0.9",
"@stackflow/plugin-history-sync": "^1.3.14",
"@stackflow/plugin-preload": "^1.2.14",
"@stackflow/react": "^1.1.6",
"@types/react": ">=16.8.0",
"react": ">=16.8.0"
},
Expand Down
9 changes: 9 additions & 0 deletions extensions/plugin-basic-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @stackflow/plugin-basic-ui

## 1.4.2

### Patch Changes

- e4c49cdc: chore: apply new release system
- Updated dependencies [e4c49cdc]
- @stackflow/core@1.0.9
- @stackflow/react@1.1.6

## 1.4.1

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions extensions/plugin-basic-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/plugin-basic-ui",
"version": "1.4.1",
"version": "1.4.2",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -34,10 +34,10 @@
"ts-pattern": "^4.0.5"
},
"devDependencies": {
"@stackflow/core": "^1.0.8",
"@stackflow/esbuild-config": "^1.0.0",
"@stackflow/eslint-config": "^1.0.1",
"@stackflow/react": "^1.1.5",
"@stackflow/core": "^1.0.9",
"@stackflow/esbuild-config": "^1.0.1",
"@stackflow/eslint-config": "^1.0.2",
"@stackflow/react": "^1.1.6",
"@types/react": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.20.0",
Expand All @@ -56,8 +56,8 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"@stackflow/core": "^1.0.0",
"@stackflow/react": "^1.0.0",
"@stackflow/core": "^1.0.9",
"@stackflow/react": "^1.1.6",
"@types/react": ">=16.8.0",
"react": ">=16.8.0"
},
Expand Down
9 changes: 9 additions & 0 deletions extensions/plugin-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @stackflow/plugin-devtools

## 0.1.7

### Patch Changes

- e4c49cdc: chore: apply new release system
- Updated dependencies [e4c49cdc]
- @stackflow/core@1.0.9
10 changes: 5 additions & 5 deletions extensions/plugin-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackflow/plugin-devtools",
"version": "0.1.6",
"version": "0.1.7",
"license": "MIT",
"exports": {
".": {
Expand All @@ -25,9 +25,9 @@
"dev": "yarn build:js --watch && yarn build:dts --watch"
},
"devDependencies": {
"@stackflow/core": "^1.0.8",
"@stackflow/esbuild-config": "^1.0.0",
"@stackflow/eslint-config": "^1.0.1",
"@stackflow/core": "^1.0.9",
"@stackflow/esbuild-config": "^1.0.1",
"@stackflow/eslint-config": "^1.0.2",
"@types/node": "^18.6.3",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.20.0",
Expand All @@ -45,7 +45,7 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"@stackflow/core": "^1.0.0"
"@stackflow/core": "^1.0.9"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

1 comment on commit 6759828

@vercel
Copy link

@vercel vercel bot commented on 6759828 Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.