@theholocron/prettier-config 3.5.1 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -5
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,31 +1,37 @@
1
1
  # @theholocron/prettier-config
2
2
 
3
+ ## 4.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`14a6658`](https://github.com/theholocron/configs/commit/14a6658dfccae1206f629783be6f7aed59b28ebf) Thanks [@iamnewton](https://github.com/iamnewton)! - update all dependencies to be latest
8
+
3
9
  ## 3.3.0
4
10
 
5
11
  ### Minor Changes
6
12
 
7
- - [`30e50b0`](https://github.com/theholocron/configs/commit/30e50b000dd1f9ac61e3ad1c3abee2ab3a52e7ac) Thanks [@iamnewton](https://github.com/iamnewton)! - Add in stylelint
13
+ - [`30e50b0`](https://github.com/theholocron/configs/commit/30e50b000dd1f9ac61e3ad1c3abee2ab3a52e7ac) Thanks [@iamnewton](https://github.com/iamnewton)! - Add in stylelint
8
14
 
9
15
  ## 3.2.1
10
16
 
11
17
  ### Patch Changes
12
18
 
13
- - [`3d54f12`](https://github.com/theholocron/configs/commit/3d54f12618e8a6cc6ccc4559eb48ef402bb04d77) Thanks [@iamnewton](https://github.com/iamnewton)! - Fix the storybook config; its missing the index file from the export
19
+ - [`3d54f12`](https://github.com/theholocron/configs/commit/3d54f12618e8a6cc6ccc4559eb48ef402bb04d77) Thanks [@iamnewton](https://github.com/iamnewton)! - Fix the storybook config; its missing the index file from the export
14
20
 
15
21
  ## 3.2.0
16
22
 
17
23
  ### Minor Changes
18
24
 
19
- - [`46d40c1`](https://github.com/theholocron/configs/commit/46d40c17d963b3c81fd6fdf308da4228112f5fe4) Thanks [@iamnewton](https://github.com/iamnewton)! - Add more to eslint-config, add in storybook-config
25
+ - [`46d40c1`](https://github.com/theholocron/configs/commit/46d40c17d963b3c81fd6fdf308da4228112f5fe4) Thanks [@iamnewton](https://github.com/iamnewton)! - Add more to eslint-config, add in storybook-config
20
26
 
21
27
  ## 3.1.0
22
28
 
23
29
  ### Minor Changes
24
30
 
25
- - [`4f8154a`](https://github.com/theholocron/configs/commit/4f8154a534d5d7668cd2659da322448f39646aed) Thanks [@iamnewton](https://github.com/iamnewton)! - Update to include Alex language linting in lint-staging
31
+ - [`4f8154a`](https://github.com/theholocron/configs/commit/4f8154a534d5d7668cd2659da322448f39646aed) Thanks [@iamnewton](https://github.com/iamnewton)! - Update to include Alex language linting in lint-staging
26
32
 
27
33
  ## 3.0.0
28
34
 
29
35
  ### Major Changes
30
36
 
31
- - [`88d7f99`](https://github.com/theholocron/configs/commit/88d7f995dd02cdbe63817ac0d13905d5aea3777a) Thanks [@iamnewton](https://github.com/iamnewton)! - Initial release
37
+ - [`88d7f99`](https://github.com/theholocron/configs/commit/88d7f995dd02cdbe63817ac0d13905d5aea3777a) Thanks [@iamnewton](https://github.com/iamnewton)! - Initial release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/prettier-config",
3
- "version": "3.5.1",
3
+ "version": "4.0.0",
4
4
  "description": "A Prettier configuration for formatting libraries in the Galaxy.",
5
5
  "homepage": "https://github.com/theholocron/configs/tree/main/packages/prettier-config#readme",
6
6
  "bugs": "https://github.com/theholocron/configs/issues",
@@ -12,8 +12,8 @@
12
12
  "author": "Newton Koumantzelis",
13
13
  "type": "module",
14
14
  "main": "prettier.config.js",
15
- "dependencies": {
16
- "prettier": "^3.3.3"
15
+ "peerDependencies": {
16
+ "prettier": "^3"
17
17
  },
18
18
  "publishConfig": {
19
19
  "access": "public"