Skip to content

Commit 7714c79

Browse files
authored
Merge branch 'main' into packageManager
2 parents c8d5dd3 + 8d44b9a commit 7714c79

9 files changed

+574
-368
lines changed

.release-please-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"packages/core": "2.3.0",
3-
"packages/react": "2.3.0",
2+
"packages/core": "2.3.1",
3+
"packages/react": "2.4.0",
44
"packages/keyring-core": "6.0.0",
55
"packages/uploader-core": "7.0.0",
66
"packages/uploads-list-core": "5.0.0",

examples/react/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@w3ui/react": "workspace:^"
2727
},
2828
"devDependencies": {
29-
"bunchee": "^3.9.3",
29+
"bunchee": "^5.5.0",
3030
"eslint-plugin-react-hooks": "^4.6.0",
3131
"react": "^18.2.0",
3232
"typescript": "^5.3.2"

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"scripts": {
1515
"prepare": "pnpm run build && pnpm run compile",
1616
"build": "pnpm run --recursive --if-present build",
17+
"dev": "pnpm run --filter './packages/*' --if-present --parallel dev",
1718
"clean": "rm -rf node_modules coverage packages/*/{dist,build,node_modules}",
1819
"compile": "pnpm run --recursive --if-present compile",
1920
"format": "pnpm --recursive --if-present run lint --fix",

packages/core/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.3.1](https://github.com/storacha/w3ui/compare/core-v2.3.0...core-v2.3.1) (2024-09-20)
4+
5+
6+
### Bug Fixes
7+
8+
* **core:** bump w3up client version ([#641](https://github.com/storacha/w3ui/issues/641)) ([87b3caa](https://github.com/storacha/w3ui/commit/87b3caa9e9cfb8da4d05a7d962765ef6aea05b57))
9+
310
## [2.3.0](https://github.com/storacha-network/w3ui/compare/core-v2.2.0...core-v2.3.0) (2024-08-30)
411

512

packages/core/package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "@w3ui/core",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "w3ui core.",
55
"type": "module",
66
"main": "./dist/index.js",
77
"module": "./dist/index.esm.js",
88
"types": "./dist/index.d.ts",
99
"scripts": {
1010
"build": "bunchee",
11+
"dev": "bunchee --watch",
1112
"lint": "tsc --build && eslint '**/*.{js,jsx,ts,tsx}'",
1213
"test": "vitest run",
1314
"test:watch": "vitest watch"
@@ -34,7 +35,7 @@
3435
"@ucanto/transport": "^9.1.1",
3536
"@web3-storage/access": "^20.0.1",
3637
"@web3-storage/did-mailto": "^2.1.0",
37-
"@web3-storage/w3up-client": "16.0.0"
38+
"@web3-storage/w3up-client": "16.2.0"
3839
},
3940
"eslintConfig": {
4041
"extends": [
@@ -46,7 +47,7 @@
4647
"build"
4748
],
4849
"devDependencies": {
49-
"bunchee": "^3.9.3",
50+
"bunchee": "^5.5.0",
5051
"fake-indexeddb": "^5.0.1",
5152
"happy-dom": "^12.10.3",
5253
"vitest": "^1.0.1"

packages/react/.force-a-release

Whitespace-only changes.

packages/react/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.4.0](https://github.com/storacha/w3ui/compare/react-v2.3.0...react-v2.4.0) (2024-09-20)
4+
5+
6+
### Features
7+
8+
* Force a release of `@w3ui/react` ([#639](https://github.com/storacha/w3ui/issues/639)) ([f19d9d3](https://github.com/storacha/w3ui/commit/f19d9d361b3f23e8f95dbba51bb8a7077d1a632b))
9+
310
## [2.3.0](https://github.com/w3s-project/w3ui/compare/react-v2.2.1...react-v2.3.0) (2024-05-15)
411

512

packages/react/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "@w3ui/react",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "React adapter for w3ui.",
55
"type": "module",
66
"main": "./dist/index.js",
77
"module": "./dist/index.esm.js",
88
"types": "./dist/index.d.ts",
99
"scripts": {
1010
"build": "bunchee",
11+
"dev": "bunchee --watch",
1112
"lint": "tsc --build && eslint '**/*.{js,jsx,ts,tsx}'",
1213
"test": "vitest run",
1314
"test:watch": "vitest watch"
@@ -41,7 +42,7 @@
4142
"@ucanto/interface": "^10.0.1",
4243
"@ucanto/principal": "^9.0.1",
4344
"@ucanto/transport": "^9.1.1",
44-
"bunchee": "^3.9.3",
45+
"bunchee": "^5.5.0",
4546
"eslint-plugin-react-hooks": "^4.6.0",
4647
"fake-indexeddb": "^5.0.1",
4748
"happy-dom": "^12.10.3",

0 commit comments

Comments
 (0)