Skip to content

Commit

Permalink
Merge pull request #1482 from dynamoose/version/3.0.1
Browse files Browse the repository at this point in the history
Version 3.0.1
  • Loading branch information
fishcharlie committed Aug 25, 2022
2 parents 51abb87 + 5762e93 commit c1a1115
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 14 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

---

## Version 3.0.1

This release fixes a bug where the `map` attribute property wouldn't work properly when passing it in as a key.

Please comment or [contact me](https://charlie.fish/contact) if you have any questions about this release.

### Bug Fixes

- Fixes `map` property when passing it in as a key.

---

## Version 3.0.0

Dynamoose v3 is here!!! This release is a significant upgrade to Dynamoose that includes many great features. The upgrade process for v2 to v3 is also significantly easier compared to the v1 to v2 upgrade process. We encourage everyone to upgrade to v3 as soon as possible. Although v2 will continue to receive bug fixes and security updates as needed for time being, v2 will not be maintained forever, so upgrading to v3 is highly recommended.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Below you will find the current branch strategy for the project. Work taking pla
| Branch | Version | NPM Tag | Links |
| --- | --- | --- | --- |
| [`main`](https://github.com/dynamoose/dynamoose/tree/main) | 3.x.x | | - [Documentation](https://dynamoose.pages.dev) |
| [`v3.0.0` (tag)](https://github.com/dynamoose/dynamoose/tree/v3.0.0) | 3.0.0 | latest | - [Documentation](https://dynamoosejs.com) |
| [`v3.0.1` (tag)](https://github.com/dynamoose/dynamoose/tree/v3.0.1) | 3.0.1 | latest | - [Documentation](https://dynamoosejs.com) |
| [`v2`](https://github.com/dynamoose/dynamoose/tree/v2) | 2.8.x | | - [Documentation](https://v2.dynamoose.pages.dev) |
| [`v2.8.7` (tag)](https://github.com/dynamoose/dynamoose/tree/v2.8.7) | 2.8.7 | latest-2 | - [Documentation](https://v2.dynamoosejs.com)

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "3.0.0"
"version": "3.0.1"
}
4 changes: 2 additions & 2 deletions packages/dynamoose-logger/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/dynamoose-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dynamoose-logger",
"version": "3.0.0",
"version": "3.0.1",
"description": "Dynamoose is a modeling tool for Amazon's DynamoDB (inspired by Mongoose)",
"homepage": "https://dynamoosejs.com",
"main": "dist/index.js",
Expand All @@ -18,7 +18,7 @@
"build": "tsc"
},
"dependencies": {
"dynamoose-utils": "^3.0.0",
"dynamoose-utils": "^3.0.1",
"js-object-utilities": "^2.1.0",
"uuid": "^8.3.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/dynamoose-utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/dynamoose-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dynamoose-utils",
"version": "3.0.0",
"version": "3.0.1",
"description": "Dynamoose is a modeling tool for Amazon's DynamoDB (inspired by Mongoose)",
"homepage": "https://dynamoosejs.com",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/dynamoose/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/dynamoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dynamoose",
"version": "3.0.0",
"version": "3.0.1",
"description": "Dynamoose is a modeling tool for Amazon's DynamoDB (inspired by Mongoose)",
"homepage": "https://dynamoosejs.com",
"main": "dist/index.js",
Expand All @@ -27,11 +27,11 @@
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.142.0",
"@aws-sdk/util-dynamodb": "^3.142.0",
"dynamoose-utils": "^3.0.0",
"dynamoose-utils": "^3.0.1",
"js-object-utilities": "^2.1.0"
},
"devDependencies": {
"dynamoose-logger": "^3.0.0"
"dynamoose-logger": "^3.0.1"
},
"license": "Unlicense",
"funding": [
Expand Down

0 comments on commit c1a1115

Please sign in to comment.