Skip to content

Commit 014dd16

Browse files
authored
chore: version packages (alpha) (#120)
Version Packages for alpha.8 release. Updates all four public packages to 0.1.0-alpha.8.
2 parents d403398 + 09ae7d5 commit 014dd16

10 files changed

Lines changed: 41 additions & 12 deletions

File tree

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"goofy-oranges-wish",
2020
"many-experts-chew",
2121
"quiet-ligers-fetch",
22+
"seven-cobras-tan",
2223
"shy-kids-grow",
2324
"silent-dragons-exist",
2425
"silent-goats-dance",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @intent-framework/core
22

3+
## 0.1.0-alpha.8
4+
5+
### Patch Changes
6+
7+
- d403398: Implement resource cache semantics phase 1: `cache.staleTime` for time-based staleness and `cache.deduplicate` for in-flight load/reload deduplication. Resources without `cache` options behave exactly as before.
8+
39
## 0.1.0-alpha.7
410

511
## 0.1.0-alpha.6

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.1.0-alpha.7",
6+
"version": "0.1.0-alpha.8",
77
"description": "Platformless semantic graph and runtime for Intent applications",
88
"license": "MIT",
99
"repository": {

packages/dom/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @intent-framework/dom
22

3+
## 0.1.0-alpha.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [d403398]
8+
- @intent-framework/core@0.1.0-alpha.8
9+
- @intent-framework/router@0.1.0-alpha.8
10+
311
## 0.1.0-alpha.7
412

513
### Patch Changes

packages/dom/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.1.0-alpha.7",
6+
"version": "0.1.0-alpha.8",
77
"description": "DOM materializer for Intent screens and router",
88
"license": "MIT",
99
"repository": {
@@ -32,8 +32,8 @@
3232
"lint": "tsc -b"
3333
},
3434
"dependencies": {
35-
"@intent-framework/core": "workspace:^0.1.0-alpha.7",
36-
"@intent-framework/router": "workspace:^0.1.0-alpha.7"
35+
"@intent-framework/core": "workspace:^0.1.0-alpha.8",
36+
"@intent-framework/router": "workspace:^0.1.0-alpha.8"
3737
},
3838
"devDependencies": {
3939
"jsdom": "^29.1.1",

packages/router/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @intent-framework/router
22

3+
## 0.1.0-alpha.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [d403398]
8+
- @intent-framework/core@0.1.0-alpha.8
9+
310
## 0.1.0-alpha.7
411

512
### Patch Changes

packages/router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.1.0-alpha.7",
6+
"version": "0.1.0-alpha.8",
77
"description": "Typed route definitions and navigation for Intent",
88
"license": "MIT",
99
"repository": {
@@ -32,7 +32,7 @@
3232
"lint": "tsc -b --noEmit"
3333
},
3434
"dependencies": {
35-
"@intent-framework/core": "workspace:^0.1.0-alpha.7"
35+
"@intent-framework/core": "workspace:^0.1.0-alpha.8"
3636
},
3737
"devDependencies": {
3838
"tsdown": "^0.3.0",

packages/testing/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @intent-framework/testing
22

3+
## 0.1.0-alpha.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [d403398]
8+
- @intent-framework/core@0.1.0-alpha.8
9+
310
## 0.1.0-alpha.7
411

512
### Patch Changes

packages/testing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.1.0-alpha.7",
6+
"version": "0.1.0-alpha.8",
77
"description": "Semantic test harness for Intent screens",
88
"license": "MIT",
99
"repository": {
@@ -32,7 +32,7 @@
3232
"lint": "tsc -b"
3333
},
3434
"dependencies": {
35-
"@intent-framework/core": "workspace:^0.1.0-alpha.7"
35+
"@intent-framework/core": "workspace:^0.1.0-alpha.8"
3636
},
3737
"devDependencies": {
3838
"tsdown": "^0.3.0",

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)