Skip to content

Commit

Permalink
chore(firestore-utils): release v.1.4.1-canary.1 [skip ci]
Browse files Browse the repository at this point in the history
## @jackdbd/firestore-utils [1.4.1-canary.1](https://github.com/jackdbd/calderone/compare/@jackdbd/firestore-utils@1.4.0...@jackdbd/firestore-utils@1.4.1-canary.1) (2022-09-16)

### Dependencies

* **@jackdbd/utils:** upgraded to 1.4.0-canary.1
  • Loading branch information
semantic-release-bot committed Sep 16, 2022
1 parent 2c79cfd commit 4cc68ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/firestore-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## @jackdbd/firestore-utils [1.4.1-canary.1](https://github.com/jackdbd/calderone/compare/@jackdbd/firestore-utils@1.4.0...@jackdbd/firestore-utils@1.4.1-canary.1) (2022-09-16)



### Dependencies

* **@jackdbd/utils:** upgraded to 1.4.0-canary.1

## @jackdbd/firestore-utils [1.4.0](https://github.com/jackdbd/calderone/compare/@jackdbd/firestore-utils@1.3.0...@jackdbd/firestore-utils@1.4.0) (2022-09-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/firestore-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jackdbd/firestore-utils",
"version": "1.4.0",
"version": "1.4.1-canary.1",
"description": "Utility functions to work with Firestore",
"author": {
"name": "Giacomo Debidda",
Expand Down Expand Up @@ -70,7 +70,7 @@
"test:watch": "npm run test -- --watch"
},
"dependencies": {
"@jackdbd/utils": "1.3.0",
"@jackdbd/utils": "1.4.0-canary.1",
"debug": "^4.3.4"
},
"peerDependencies": {
Expand Down

0 comments on commit 4cc68ee

Please sign in to comment.