Skip to content

Commit

Permalink
Release 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
esbanarango committed Nov 21, 2024
1 parent 7ce94d5 commit b3cdf52
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,42 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v4.8.0](https://github.com/esbanarango/ember-model-validator/compare/v4.7.0...v4.8.0)

- N more s [`#354`](https://github.com/esbanarango/ember-model-validator/pull/354)
- Bump postcss from 8.4.20 to 8.4.31 [`#334`](https://github.com/esbanarango/ember-model-validator/pull/334)
- Bump ember-template-lint from 5.6.0 to 5.11.2 [`#338`](https://github.com/esbanarango/ember-model-validator/pull/338)
- Bump @types/ember__template from 4.0.1 to 4.0.3 [`#337`](https://github.com/esbanarango/ember-model-validator/pull/337)
- Bump ember-cli-htmlbars from 6.2.0 to 6.3.0 [`#336`](https://github.com/esbanarango/ember-model-validator/pull/336)
- Bump ember-resolver from 9.0.1 to 11.0.1 [`#335`](https://github.com/esbanarango/ember-model-validator/pull/335)
- Bump @types/ember__object from 4.0.5 to 4.0.8 [`#330`](https://github.com/esbanarango/ember-model-validator/pull/330)
- Bump @types/ember__application from 4.0.6 to 4.0.8 [`#332`](https://github.com/esbanarango/ember-model-validator/pull/332)
- Bump @types/ember-data__model from 4.0.0 to 4.0.2 [`#331`](https://github.com/esbanarango/ember-model-validator/pull/331)
- Bump @types/ember__destroyable from 4.0.1 to 4.0.2 [`#329`](https://github.com/esbanarango/ember-model-validator/pull/329)
- Bump @types/ember-data__serializer from 4.0.1 to 4.0.2 [`#328`](https://github.com/esbanarango/ember-model-validator/pull/328)
- Bump ember-data from 4.9.1 to 5.3.0 [`#327`](https://github.com/esbanarango/ember-model-validator/pull/327)
- Bump @types/ember-data__adapter from 4.0.1 to 4.0.2 [`#323`](https://github.com/esbanarango/ember-model-validator/pull/323)
- Bump eslint-plugin-ember from 11.5.2 to 11.11.1 [`#321`](https://github.com/esbanarango/ember-model-validator/pull/321)
- Bump @types/ember__debug from 4.0.3 to 4.0.4 [`#320`](https://github.com/esbanarango/ember-model-validator/pull/320)
- Bump eslint-config-prettier from 8.6.0 to 9.0.0 [`#319`](https://github.com/esbanarango/ember-model-validator/pull/319)
- Bump @types/qunit from 2.19.4 to 2.19.6 [`#295`](https://github.com/esbanarango/ember-model-validator/pull/295)
- Bump typescript from 4.9.5 to 5.2.2 [`#315`](https://github.com/esbanarango/ember-model-validator/pull/315)
- Bump @types/ember__controller from 4.0.5 to 4.0.6 [`#312`](https://github.com/esbanarango/ember-model-validator/pull/312)
- Bump @types/ember__component from 4.0.12 to 4.0.14 [`#311`](https://github.com/esbanarango/ember-model-validator/pull/311)
- Bump @embroider/test-setup from 2.0.2 to 3.0.1 [`#310`](https://github.com/esbanarango/ember-model-validator/pull/310)

#### [v4.7.0](https://github.com/esbanarango/ember-model-validator/compare/v4.6.0...v4.7.0)

> 15 August 2023
- Bump ember-source from 4.12.0 to 4.12.3 [`#309`](https://github.com/esbanarango/ember-model-validator/pull/309)
- Bump @types/ember__polyfills from 4.0.1 to 4.0.2 [`#308`](https://github.com/esbanarango/ember-model-validator/pull/308)
- Bump @types/ember__engine from 4.0.4 to 4.0.5 [`#307`](https://github.com/esbanarango/ember-model-validator/pull/307)
- Bump @types/ember__array from 4.0.3 to 4.0.4 [`#306`](https://github.com/esbanarango/ember-model-validator/pull/306)
- Bump @types/ember__application from 4.0.5 to 4.0.6 [`#305`](https://github.com/esbanarango/ember-model-validator/pull/305)
- Bump semver from 5.7.1 to 5.7.2 [`#301`](https://github.com/esbanarango/ember-model-validator/pull/301)
- Bump word-wrap from 1.2.3 to 1.2.5 [`#304`](https://github.com/esbanarango/ember-model-validator/pull/304)
- Release 4.7.0 [`245df15`](https://github.com/esbanarango/ember-model-validator/commit/245df154f60ad71900972891712fa96921b6e565)
- Update register-version.js [`fb33194`](https://github.com/esbanarango/ember-model-validator/commit/fb33194059fd213108354a4c881b7f4d642e2cc7)

#### [v4.6.0](https://github.com/esbanarango/ember-model-validator/compare/v4.5.0...v4.6.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-model-validator",
"version": "4.7.0",
"version": "4.8.0",
"description": "ember addon. It adds validation support to your Ember-Data models.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit b3cdf52

Please sign in to comment.