Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main--components--…
Browse files Browse the repository at this point in the history
…react-uploads-list
  • Loading branch information
travis authored Feb 23, 2023
2 parents 97df2d9 + 352c4e2 commit 1df6586
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"packages/react-uploader": "3.1.0",
"packages/uploader-core": "4.0.0",
"packages/react-uploads-list": "2.2.0",
"packages/uploads-list-core": "2.0.1",
"packages/uploader-core": "4.1.0",
"packages/uploads-list-core": "2.1.0",
"packages/vue-uploader": "3.0.1",
"packages/solid-uploader": "3.0.2",
"packages/solid-uploads-list": "2.0.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/uploader-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.1.0](https://github.com/web3-storage/w3ui/compare/uploader-core-v4.0.0...uploader-core-v4.1.0) (2023-02-23)


### Features

* implement reverse paging ([#381](https://github.com/web3-storage/w3ui/issues/381)) ([10f059a](https://github.com/web3-storage/w3ui/commit/10f059af4dbf5cb6303d82c1133defe8f74aa914))

## [4.0.0](https://github.com/web3-storage/w3ui/compare/uploader-core-v3.0.2...uploader-core-v4.0.0) (2023-02-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/uploader-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@w3ui/uploader-core",
"version": "4.0.0",
"version": "4.1.0",
"description": "w3ui uploader core.",
"main": "src/index.ts",
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions packages/uploads-list-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.0](https://github.com/web3-storage/w3ui/compare/uploads-list-core-v2.0.1...uploads-list-core-v2.1.0) (2023-02-23)


### Features

* implement reverse paging ([#381](https://github.com/web3-storage/w3ui/issues/381)) ([10f059a](https://github.com/web3-storage/w3ui/commit/10f059af4dbf5cb6303d82c1133defe8f74aa914))

## [2.0.1](https://github.com/web3-storage/w3ui/compare/uploads-list-core-v2.0.0...uploads-list-core-v2.0.1) (2022-12-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/uploads-list-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@w3ui/uploads-list-core",
"version": "2.0.1",
"version": "2.1.0",
"description": "w3ui uploads list core.",
"main": "src/index.ts",
"publishConfig": {
Expand Down

0 comments on commit 1df6586

Please sign in to comment.