Skip to content

Commit

Permalink
chore(release): 7.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0-beta.1](v6.3.0...v7.0.0-beta.1) (2023-12-10)

* feat(*)!: remove arui-feather dependencies, fix test runner ([fde224c](fde224c))
* feat(*)!: bump dependencies ([aa78faa](aa78faa))

### Features

* add release config for beta branch ([fb848f8](fb848f8))
* bump stylelint to 16 ([4ca3432](4ca3432))
* bump yarn ([315c6ef](315c6ef))
* cleanup package content ([4697f49](4697f49))
* modify tests, remove it form release build ([be3dec7](be3dec7))

### BREAKING CHANGES

* remove arui-feather support
* remove support for node <18
  • Loading branch information
semantic-release-bot committed Dec 10, 2023
1 parent fb848f8 commit e71560f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [7.0.0-beta.1](https://github.com/core-ds/arui-presets-lint/compare/v6.3.0...v7.0.0-beta.1) (2023-12-10)


* feat(*)!: remove arui-feather dependencies, fix test runner ([fde224c](https://github.com/core-ds/arui-presets-lint/commit/fde224c2eecfcfa09aad305b878bcbe418c44e96))
* feat(*)!: bump dependencies ([aa78faa](https://github.com/core-ds/arui-presets-lint/commit/aa78faab6be218592665cbffe1b0b46122eceb48))


### Features

* add release config for beta branch ([fb848f8](https://github.com/core-ds/arui-presets-lint/commit/fb848f8e6e982cf7d5ec449c302f167fb2f9d477))
* bump stylelint to 16 ([4ca3432](https://github.com/core-ds/arui-presets-lint/commit/4ca3432e353b4f42b869242216489d5ffaf33b69))
* bump yarn ([315c6ef](https://github.com/core-ds/arui-presets-lint/commit/315c6efdb326ac812a99b110427fca781e685d93))
* cleanup package content ([4697f49](https://github.com/core-ds/arui-presets-lint/commit/4697f492fd6c1b2d7e352cc36ca93ae9df97fc5c))
* modify tests, remove it form release build ([be3dec7](https://github.com/core-ds/arui-presets-lint/commit/be3dec7262859fadaba89838f02b35b55e3751be))


### BREAKING CHANGES

* remove arui-feather support
* remove support for node <18

# 6.3.0 (2023-12-01)


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": "arui-presets-lint",
"version": "6.3.0",
"version": "7.0.0-beta.1",
"description": "Config files for arui-apps",
"author": "core-ds contributors",
"license": "MIT",
Expand Down

0 comments on commit e71560f

Please sign in to comment.