Skip to content

Commit

Permalink
Merge pull request #276 from godwoken-bridge-0.4.1
Browse files Browse the repository at this point in the history
chore: add changeset and bump Godwoken Bridge to 0.4.1
  • Loading branch information
Flouse authored Feb 27, 2023
2 parents f4abf88 + 090ff79 commit 194d086
Show file tree
Hide file tree
Showing 6 changed files with 750 additions and 18 deletions.
7 changes: 7 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changesets

This folder has been automatically generated by `@changesets/cli`, a build tool that works with
multi-package repos, or single-package repos to help version and publish.

- [full documentation](https://github.com/changesets/changesets)
- [a quick list of common questions](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Change Log
# [Changelog](https://keepachangelog.com/en/1.0.0/)

# 0.4.1 (2023-02-27)
### Godwoken Bridge
- Refactor UI/UX for network mismatch notification by @GitOfJason in https://github.com/godwokenrises/light-godwoken/pull/273


# 0.4.0 (2023-02-15)

Expand Down
2 changes: 1 addition & 1 deletion apps/godwoken-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "godwoken-bridge",
"version": "0.3.3",
"version": "0.4.1",
"private": true,
"scripts": {
"start": "REACT_APP_COMMIT_HASH=$(git rev-parse --short HEAD) craco start",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"rimraf": "^3.0.2"
},
"devDependencies": {
"@changesets/cli": "^2.26.0",
"c8": "^7.12.0",
"husky": "^7.0.4",
"jest": "^27.5.1",
Expand Down
Loading

1 comment on commit 194d086

@vercel
Copy link

@vercel vercel bot commented on 194d086 Feb 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.