@theholocron/prettier-config 3.5.1 → 4.1.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 +13 -5
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,31 +1,39 @@
1
1
  # @theholocron/prettier-config
2
2
 
3
+ ## 4.1.0
4
+
5
+ ## 4.0.0
6
+
7
+ ### Major Changes
8
+
9
+ - [`14a6658`](https://github.com/theholocron/configs/commit/14a6658dfccae1206f629783be6f7aed59b28ebf) Thanks [@iamnewton](https://github.com/iamnewton)! - update all dependencies to be latest
10
+
3
11
  ## 3.3.0
4
12
 
5
13
  ### Minor Changes
6
14
 
7
- - [`30e50b0`](https://github.com/theholocron/configs/commit/30e50b000dd1f9ac61e3ad1c3abee2ab3a52e7ac) Thanks [@iamnewton](https://github.com/iamnewton)! - Add in stylelint
15
+ - [`30e50b0`](https://github.com/theholocron/configs/commit/30e50b000dd1f9ac61e3ad1c3abee2ab3a52e7ac) Thanks [@iamnewton](https://github.com/iamnewton)! - Add in stylelint
8
16
 
9
17
  ## 3.2.1
10
18
 
11
19
  ### Patch Changes
12
20
 
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
21
+ - [`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
22
 
15
23
  ## 3.2.0
16
24
 
17
25
  ### Minor Changes
18
26
 
19
- - [`46d40c1`](https://github.com/theholocron/configs/commit/46d40c17d963b3c81fd6fdf308da4228112f5fe4) Thanks [@iamnewton](https://github.com/iamnewton)! - Add more to eslint-config, add in storybook-config
27
+ - [`46d40c1`](https://github.com/theholocron/configs/commit/46d40c17d963b3c81fd6fdf308da4228112f5fe4) Thanks [@iamnewton](https://github.com/iamnewton)! - Add more to eslint-config, add in storybook-config
20
28
 
21
29
  ## 3.1.0
22
30
 
23
31
  ### Minor Changes
24
32
 
25
- - [`4f8154a`](https://github.com/theholocron/configs/commit/4f8154a534d5d7668cd2659da322448f39646aed) Thanks [@iamnewton](https://github.com/iamnewton)! - Update to include Alex language linting in lint-staging
33
+ - [`4f8154a`](https://github.com/theholocron/configs/commit/4f8154a534d5d7668cd2659da322448f39646aed) Thanks [@iamnewton](https://github.com/iamnewton)! - Update to include Alex language linting in lint-staging
26
34
 
27
35
  ## 3.0.0
28
36
 
29
37
  ### Major Changes
30
38
 
31
- - [`88d7f99`](https://github.com/theholocron/configs/commit/88d7f995dd02cdbe63817ac0d13905d5aea3777a) Thanks [@iamnewton](https://github.com/iamnewton)! - Initial release
39
+ - [`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.1.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"