Skip to content

Commit

Permalink
version bump (#25)
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 May 1, 2022
1 parent 7d32e25 commit aa56eb8
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/healthy-rings-applaud.md

This file was deleted.

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

## 5.0.0

### Major Changes

- 7d32e25: Update package dependencies, and make all packages of type `module`.

### Patch Changes

- Updated dependencies [7d32e25]
- @fuerte/core@4.0.0

## 4.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": "4.0.0",
"version": "5.0.0",
"private": false,
"author": "Ivan Vlatkovic",
"description": "Autosave collection extension for @fuerte/core",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fuerte/core

## 4.0.0

### Major Changes

- 7d32e25: Update package dependencies, and make all packages of type `module`.

## 3.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": "3.0.0",
"version": "4.0.0",
"private": false,
"author": "Ivan Vlatkovic",
"description": "Backbone.js inspired Mobx library",
Expand Down
11 changes: 11 additions & 0 deletions packages/transport-idb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @fuerte/transport-idb

## 5.0.0

### Major Changes

- 7d32e25: Update package dependencies, and make all packages of type `module`.

### Patch Changes

- Updated dependencies [7d32e25]
- @fuerte/core@4.0.0

## 4.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": "4.0.0",
"version": "5.0.0",
"private": false,
"author": "Ivan Vlatkovic",
"description": "IndexedDB transport mechanism form @fuerte/core",
Expand Down

0 comments on commit aa56eb8

Please sign in to comment.