Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 22, 2024
1 parent 18d24c8 commit 8cf5a62
Show file tree
Hide file tree
Showing 46 changed files with 495 additions and 301 deletions.
26 changes: 0 additions & 26 deletions .changeset/slow-lies-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-ducks-mix.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @onflow/config

## 1.5.1

### Patch Changes

- [#1983](https://github.com/onflow/fcl-js/pull/1983) [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7) Thanks [@jribbink](https://github.com/jribbink)! - Update dependencies

- Updated dependencies [[`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7)]:
- @onflow/util-invariant@1.2.4
- @onflow/util-logger@1.3.3
- @onflow/util-actor@1.3.4

## 1.5.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/config",
"version": "1.5.0",
"version": "1.5.1",
"description": "Config for FCL-JS",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand All @@ -14,7 +14,7 @@
},
"devDependencies": {
"@babel/preset-typescript": "^7.25.7",
"@onflow/fcl-bundle": "1.5.0",
"@onflow/fcl-bundle": "1.5.1",
"@types/estree": "^1.0.6",
"@types/jest": "^29.5.13",
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand All @@ -39,9 +39,9 @@
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@onflow/util-actor": "1.3.3",
"@onflow/util-invariant": "1.2.3",
"@onflow/util-logger": "1.3.2",
"@onflow/util-actor": "1.3.4",
"@onflow/util-invariant": "1.2.4",
"@onflow/util-logger": "1.3.3",
"eslint": "^8.57.1",
"eslint-plugin-jsdoc": "^46.10.1"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/fcl-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @onflow/fcl-bundle

## 1.5.1

### Patch Changes

- [#1983](https://github.com/onflow/fcl-js/pull/1983) [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7) Thanks [@jribbink](https://github.com/jribbink)! - Update dependencies

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fcl-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl-bundle",
"version": "1.5.0",
"version": "1.5.1",
"description": "FCL Bundler Tool",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down
Loading

0 comments on commit 8cf5a62

Please sign in to comment.