Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lwhiteley committed Sep 4, 2024
1 parent e617345 commit 3b599d4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.0.0](https://github.com/valtiojs/valtio-history/compare/v1.0.0-0...v1.0.0)

#### [v1.0.0-0](https://github.com/valtiojs/valtio-history/compare/v0.3.5...v1.0.0-0)

> 4 September 2024
- chore: follow valtio v2-rc.2 change [`#18`](https://github.com/valtiojs/valtio-history/pull/18)
- chore: release v1.0.0-0 [`e617345`](https://github.com/valtiojs/valtio-history/commit/e6173459298515ff75ad25c199b083ff843a87a8)
- chore: ignore docs formatting check [`7b4d8f5`](https://github.com/valtiojs/valtio-history/commit/7b4d8f5f5725bb732d11b1015f643b35553b4b6b)

#### [v0.3.5](https://github.com/valtiojs/valtio-history/compare/v0.3.4...v0.3.5)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "valtio-history",
"version": "1.0.0-0",
"version": "1.0.0",
"license": "MIT",
"author": "Daishi Kato",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions packages/history-utility/docs/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#### Defined in

[packages/history-utility/src/index.ts:23](https://github.com/valtiojs/valtio-history/blob/c631e01/packages/history-utility/src/index.ts#L23)
[packages/history-utility/src/index.ts:23](https://github.com/valtiojs/valtio-history/blob/e617345/packages/history-utility/src/index.ts#L23)

___

Expand All @@ -60,7 +60,7 @@ ___

#### Defined in

[packages/history-utility/src/index.ts:5](https://github.com/valtiojs/valtio-history/blob/c631e01/packages/history-utility/src/index.ts#L5)
[packages/history-utility/src/index.ts:5](https://github.com/valtiojs/valtio-history/blob/e617345/packages/history-utility/src/index.ts#L5)

___

Expand All @@ -76,7 +76,7 @@ ___

#### Defined in

[packages/history-utility/src/index.ts:40](https://github.com/valtiojs/valtio-history/blob/c631e01/packages/history-utility/src/index.ts#L40)
[packages/history-utility/src/index.ts:40](https://github.com/valtiojs/valtio-history/blob/e617345/packages/history-utility/src/index.ts#L40)

## Functions

Expand Down Expand Up @@ -149,4 +149,4 @@ const state = proxyWithHistory({

#### Defined in

[packages/history-utility/src/index.ts:96](https://github.com/valtiojs/valtio-history/blob/c631e01/packages/history-utility/src/index.ts#L96)
[packages/history-utility/src/index.ts:96](https://github.com/valtiojs/valtio-history/blob/e617345/packages/history-utility/src/index.ts#L96)
2 changes: 1 addition & 1 deletion packages/history-utility/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "valtio-history",
"version": "1.0.0-0",
"version": "1.0.0",
"author": "Daishi Kato",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3b599d4

Please sign in to comment.