Skip to content

Commit daf5e8f

Browse files
chore: version packages (beta)
1 parent 7ee1d9b commit daf5e8f

5 files changed

Lines changed: 38 additions & 16 deletions

File tree

.changeset/pre.json

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
{
2-
"mode": "pre",
3-
"tag": "beta",
4-
"initialVersions": {
5-
"global-store": "1.0.0-beta.21",
6-
"stable-store": "0.0.0",
7-
"astro-app": "0.0.1",
8-
"examples-library": "0.0.0",
9-
"stable-versioned-store": "0.0.0",
10-
"tests-node-pkg": "1.0.0",
11-
"tests-rollup-pkg": "1.0.0",
12-
"tests-webpack5-app-es5": "1.0.0",
13-
"tests-webpack5-pkg": "1.0.0"
14-
},
15-
"changesets": ["fuzzy-coats-exercise", "thick-pillows-taste", "three-kangaroos-act", "wicked-paws-fly"]
2+
"mode": "pre",
3+
"tag": "beta",
4+
"initialVersions": {
5+
"global-store": "1.0.0-beta.21",
6+
"stable-store": "0.0.0",
7+
"astro-app": "0.0.1",
8+
"examples-library": "0.0.0",
9+
"stable-versioned-store": "0.0.0",
10+
"tests-node-pkg": "1.0.0",
11+
"tests-rollup-pkg": "1.0.0",
12+
"tests-webpack5-app-es5": "1.0.0",
13+
"tests-webpack5-pkg": "1.0.0"
14+
},
15+
"changesets": [
16+
"fair-seals-dream",
17+
"fuzzy-coats-exercise",
18+
"thick-pillows-taste",
19+
"three-kangaroos-act",
20+
"weak-mirrors-float",
21+
"wicked-paws-fly"
22+
]
1623
}

packages/global-store/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# global-store
22

3+
## 1.0.0-beta.23
4+
5+
### Patch Changes
6+
7+
- 998833b: Fix handling when `key` is unknown in `initializeAsyncStore()`
8+
- 998833b: Update TypeScript to 5.4.5.
9+
Adjust type to support `exactOptionalPropertyTypes`.
10+
311
## 1.0.0-beta.22
412

513
### Patch Changes

packages/global-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "global-store",
3-
"version": "1.0.0-beta.22",
3+
"version": "1.0.0-beta.23",
44
"description": "A library provides version stable stores for libraries.",
55
"homepage": "https://github.com/unional/global-store",
66
"bugs": {

packages/stable-store/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# stable-store
22

3+
## 1.0.0-beta.2
4+
5+
### Patch Changes
6+
7+
- 998833b: Update TypeScript to 5.4.5.
8+
Adjust type to support `exactOptionalPropertyTypes`.
9+
310
## 1.0.0-beta.1
411

512
### Patch Changes

packages/stable-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stable-store",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.2",
44
"description": "A single-versioned store to share anything in memory",
55
"keywords": [
66
"store",

0 commit comments

Comments
 (0)