Skip to content

Commit

Permalink
chore: version packages (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 27, 2024
1 parent 96570af commit 0d565bc
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 16 deletions.
35 changes: 21 additions & 14 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
{
"mode": "pre",
"tag": "beta",
"initialVersions": {
"global-store": "1.0.0-beta.21",
"stable-store": "0.0.0",
"astro-app": "0.0.1",
"examples-library": "0.0.0",
"stable-versioned-store": "0.0.0",
"tests-node-pkg": "1.0.0",
"tests-rollup-pkg": "1.0.0",
"tests-webpack5-app-es5": "1.0.0",
"tests-webpack5-pkg": "1.0.0"
},
"changesets": ["fuzzy-coats-exercise", "thick-pillows-taste", "three-kangaroos-act", "wicked-paws-fly"]
"mode": "pre",
"tag": "beta",
"initialVersions": {
"global-store": "1.0.0-beta.21",
"stable-store": "0.0.0",
"astro-app": "0.0.1",
"examples-library": "0.0.0",
"stable-versioned-store": "0.0.0",
"tests-node-pkg": "1.0.0",
"tests-rollup-pkg": "1.0.0",
"tests-webpack5-app-es5": "1.0.0",
"tests-webpack5-pkg": "1.0.0"
},
"changesets": [
"fair-seals-dream",
"fuzzy-coats-exercise",
"thick-pillows-taste",
"three-kangaroos-act",
"weak-mirrors-float",
"wicked-paws-fly"
]
}
8 changes: 8 additions & 0 deletions packages/global-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# global-store

## 1.0.0-beta.23

### Patch Changes

- 998833b: Fix handling when `key` is unknown in `initializeAsyncStore()`
- 998833b: Update TypeScript to 5.4.5.
Adjust type to support `exactOptionalPropertyTypes`.

## 1.0.0-beta.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/global-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "global-store",
"version": "1.0.0-beta.22",
"version": "1.0.0-beta.23",
"description": "A library provides version stable stores for libraries.",
"homepage": "https://github.com/unional/global-store",
"bugs": {
Expand Down
7 changes: 7 additions & 0 deletions packages/stable-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# stable-store

## 1.0.0-beta.2

### Patch Changes

- 998833b: Update TypeScript to 5.4.5.
Adjust type to support `exactOptionalPropertyTypes`.

## 1.0.0-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stable-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stable-store",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "A single-versioned store to share anything in memory",
"keywords": [
"store",
Expand Down

0 comments on commit 0d565bc

Please sign in to comment.