Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 2, 2024
1 parent 5d679e5 commit 08c6317
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/old-pandas-compare.md

This file was deleted.

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

## 1.1.0

### Minor Changes

- b69c437: Add support `InMemoryStore`.

## 1.0.1

### Patch Changes
Expand Down
9 changes: 7 additions & 2 deletions packages/location-state-core/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"name": "@location-state/core",
"version": "1.0.1",
"version": "1.1.0",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/recruit-tech/location-state",
"description": "State management library for React that synchronizes with history entries supporting Next.js App Router.",
"files": ["dist", "types", "src", "package.json"],
"files": [
"dist",
"types",
"src",
"package.json"
],
"exports": {
".": {
"require": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/location-state-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @location-state/next

## 1.1.0

### Patch Changes

- Updated dependencies [b69c437]
- @location-state/core@1.1.0

## 1.0.1

### Patch Changes
Expand Down
9 changes: 7 additions & 2 deletions packages/location-state-next/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"name": "@location-state/next",
"version": "1.0.1",
"version": "1.1.0",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/recruit-tech/location-state",
"description": "State management library for React that synchronizes with history entries supporting Next.js Pages Router.",
"files": ["dist", "types", "src", "package.json"],
"files": [
"dist",
"types",
"src",
"package.json"
],
"exports": {
".": {
"require": "./dist/index.js",
Expand Down

0 comments on commit 08c6317

Please sign in to comment.