Skip to content

Commit

Permalink
chore(main): release core 1.1.1 (storacha#605)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.1.1](storacha/w3ui@core-v1.1.0...core-v1.1.1)
(2023-12-08)


### Bug Fixes

* package.json explicitly wants w3up-client@11.2.1
([storacha#606](storacha/w3ui#606))
([ffa8d1a](storacha/w3ui@ffa8d1a))
* upgrade access client to incorporate fixed indexeddb store
([storacha#604](storacha/w3ui#604))
([2eb8a20](storacha/w3ui@2eb8a20))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 8, 2023
1 parent ffa8d1a commit a55914d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/core": "1.1.0",
"packages/core": "1.1.1",
"packages/react": "1.2.0",
"packages/keyring-core": "6.0.0",
"packages/uploader-core": "7.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.1](https://github.com/web3-storage/w3ui/compare/core-v1.1.0...core-v1.1.1) (2023-12-08)


### Bug Fixes

* package.json explicitly wants w3up-client@11.2.1 ([#606](https://github.com/web3-storage/w3ui/issues/606)) ([ffa8d1a](https://github.com/web3-storage/w3ui/commit/ffa8d1a81faf5a6069bd816c5c0d71cc3c65f1ba))
* upgrade access client to incorporate fixed indexeddb store ([#604](https://github.com/web3-storage/w3ui/issues/604)) ([2eb8a20](https://github.com/web3-storage/w3ui/commit/2eb8a20597b38d831afb323a31d88ab499d2d662))

## [1.1.0](https://github.com/web3-storage/w3ui/compare/core-v1.0.1...core-v1.1.0) (2023-11-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@w3ui/core",
"version": "1.1.0",
"version": "1.1.1",
"description": "w3ui core.",
"module": "build/esm/index.js",
"main": "build/cjs/index.js",
Expand Down

0 comments on commit a55914d

Please sign in to comment.