Skip to content

Commit

Permalink
chore: version packages 🔖 (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 9, 2023
1 parent 9c97942 commit 399d938
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/nine-lobsters-beg.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.0.4

### Patch Changes

- 2ff99db: - **chore:** Added some extra context in the README.md
- Updated dependencies [2ff99db]
- @base-org/build-onchain-apps@0.0.4

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@base-org/build-onchain-apps",
"version": "0.0.3",
"version": "0.0.4",
"repository": "https://github.com/base-org/build-onchain-apps.git",
"scripts": {
"build": "echo 'Coming soon'",
Expand All @@ -13,7 +13,7 @@
"release:version": "changeset version && yarn install --lockfile-only"
},
"dependencies": {
"@base-org/build-onchain-apps": "^0.0.3"
"@base-org/build-onchain-apps": "^0.0.4"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
dependencies:
regenerator-runtime "^0.14.0"

"@base-org/build-onchain-apps@^0.0.3":
version "0.0.3"
resolved "https://registry.yarnpkg.com/@base-org/build-onchain-apps/-/build-onchain-apps-0.0.3.tgz#ba34f18e8bb93d20374e3e9e312f26276ca38327"
integrity sha512-29qtf55WiUX+al2ef6NHrVFtbdbCCNwCIHFqG63gsZkDfE+A0eRT6jfzz1TLRkI7mhU476kyBV7eU8MUJvGY5Q==
"@base-org/build-onchain-apps@^0.0.4":
version "0.0.4"
resolved "https://registry.yarnpkg.com/@base-org/build-onchain-apps/-/build-onchain-apps-0.0.4.tgz#1228111f620e7c65d2d31b659460ed34a003de7f"
integrity sha512-93+N4dWyM8ROaz+ITll3GQmf8QPVJ4UjnqLVn5nS7C6zQXu2HwtoCK+TuYy8dW5zrvhKsAizIskU5ixmLhgMfg==

"@changesets/apply-release-plan@^6.1.4":
version "6.1.4"
Expand Down

0 comments on commit 399d938

Please sign in to comment.