Skip to content

Commit

Permalink
Preparing release for core and freshmint
Browse files Browse the repository at this point in the history
  • Loading branch information
loic1 committed Dec 13, 2022
1 parent 67b9239 commit 9ff73cf
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @freshmint/core

## 0.7.0

### Minor Changes

- Add burn transaction and command

## 0.6.0

### Minor 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": "@freshmint/core",
"version": "0.6.0",
"version": "0.7.0",
"description": "The core templates and logic that power Freshmint.",
"contributors": [
"Mackenzie Kieran",
Expand Down
11 changes: 11 additions & 0 deletions packages/freshmint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# freshmint

## 0.4.0

### Minor Changes

- Add burn transaction and command

### Patch Changes

- Updated dependencies
- @freshmint/core@0.7.0

## 0.3.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/freshmint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "freshmint",
"version": "0.3.2",
"version": "0.4.0",
"description": "The minty fresh way to launch an NFT project.",
"contributors": [
"Mackenzie Kieran",
Expand All @@ -25,7 +25,7 @@
"lint": "eslint . --ext .ts"
},
"dependencies": {
"@freshmint/core": "^0.6.0",
"@freshmint/core": "^0.7.0",
"@ipld/car": "^4.1.6",
"@onflow/decode": "0.0.11",
"@onflow/flow-cadut": "^0.2.0-alpha.9",
Expand Down

0 comments on commit 9ff73cf

Please sign in to comment.