Skip to content

Commit

Permalink
version bump (#32)
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 Jun 16, 2022
1 parent fc52fac commit 5f09e2d
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/hip-lobsters-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-boats-begin.md

This file was deleted.

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

## 5.0.1

### Patch Changes

- Updated dependencies [ccd88ec]
- Updated dependencies [ccd88ec]
- @fuerte/core@4.0.1

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/autosave/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuerte/autosave",
"version": "5.0.0",
"version": "5.0.1",
"private": false,
"author": "Ivan Vlatkovic",
"description": "Autosave collection extension for @fuerte/core",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @fuerte/core

## 4.0.1

### Patch Changes

- ccd88ec: add comments to Model class
- ccd88ec: add comments to collection class and move methods around

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuerte/core",
"version": "4.0.0",
"version": "4.0.1",
"private": false,
"author": "Ivan Vlatkovic",
"description": "Backbone.js inspired Mobx library",
Expand Down
8 changes: 8 additions & 0 deletions packages/transport-idb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @fuerte/transport-idb

## 5.0.1

### Patch Changes

- Updated dependencies [ccd88ec]
- Updated dependencies [ccd88ec]
- @fuerte/core@4.0.1

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/transport-idb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuerte/transport-idb",
"version": "5.0.0",
"version": "5.0.1",
"private": false,
"author": "Ivan Vlatkovic",
"description": "IndexedDB transport mechanism form @fuerte/core",
Expand Down

0 comments on commit 5f09e2d

Please sign in to comment.