Skip to content

Commit 7a0df59

Browse files
authored
Merge pull request #702 from BuilderOSS/release/0.1.3
released v0.1.3
2 parents bda60ae + 7cd8571 commit 7a0df59

File tree

23 files changed

+94
-12
lines changed

23 files changed

+94
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
2828
"lint": "turbo run lint",
2929
"prepare": "husky install",
30-
"release": "pnpm build && changeset publish",
30+
"release": "pnpm build:packages && changeset publish",
3131
"syncpack": "syncpack list-mismatches",
3232
"syncpack:fix": "syncpack fix-mismatches && syncpack format",
3333
"test": "turbo run test",

packages/analytics/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @buildeross/analytics
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- removed bridge modal
8+
39
## 0.1.2
410

511
### Patch Changes

packages/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@buildeross/analytics",
33
"description": "Shared analytics for BuilderOSS apps",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"devDependencies": {
66
"@buildeross/eslint-config-custom": "workspace:*",
77
"@buildeross/tsconfig": "workspace:*",

packages/blocklist/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @buildeross/blocklist
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- removed bridge modal
8+
39
## 0.1.2
410

511
### Patch Changes

packages/blocklist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@buildeross/blocklist",
33
"description": "OFAC sanctions blocklist utilities for BuilderOSS apps",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"devDependencies": {
66
"@buildeross/eslint-config-custom": "workspace:*",
77
"@buildeross/tsconfig": "workspace:*",

packages/constants/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @buildeross/constants
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- removed bridge modal
8+
- Updated dependencies
9+
- @buildeross/types@0.1.3
10+
311
## 0.1.2
412

513
### Patch Changes

packages/constants/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@buildeross/constants",
33
"description": "Shared constants and configuration for BuilderOSS apps",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"dependencies": {
66
"@buildeross/types": "workspace:*"
77
},

packages/eslint-config-custom/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @buildeross/eslint-config-custom
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- removed bridge modal
8+
39
## 0.1.2
410

511
### Patch Changes

packages/eslint-config-custom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@buildeross/eslint-config-custom",
33
"description": "Shared ESLint configuration for BuilderOSS apps",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"dependencies": {
66
"@typescript-eslint/eslint-plugin": "^5.53.0",
77
"@typescript-eslint/parser": "^5.53.0",

packages/hooks/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @buildeross/hooks
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- removed bridge modal
8+
- Updated dependencies
9+
- @buildeross/constants@0.1.3
10+
- @buildeross/ipfs-service@0.1.3
11+
- @buildeross/sdk@0.1.3
12+
- @buildeross/types@0.1.3
13+
- @buildeross/utils@0.1.3
14+
315
## 0.1.2
416

517
### Patch Changes

0 commit comments

Comments
 (0)