@telegraph/postcss-config 0.0.6 → 0.0.8

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 (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/README.md +12 -1
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @telegraph/postcss-config
2
2
 
3
+ ## 0.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`88c34e3`](https://github.com/knocklabs/telegraph/commit/88c34e35e0fd221b48e3f27ad5722e01295f06a2)]:
8
+ - @telegraph/tailwind-config@0.0.8
9
+
10
+ ## 0.0.7
11
+
12
+ ### Patch Changes
13
+
14
+ - [#36](https://github.com/knocklabs/telegraph/pull/36) [`06bf439`](https://github.com/knocklabs/telegraph/commit/06bf439773d05154e9cc4a6523382a73330c4060) Thanks [@kylemcd](https://github.com/kylemcd)! - adds documentation via the readme file
15
+
16
+ - Updated dependencies [[`06bf439`](https://github.com/knocklabs/telegraph/commit/06bf439773d05154e9cc4a6523382a73330c4060)]:
17
+ - @telegraph/tailwind-config@0.0.7
18
+
3
19
  ## 0.0.6
4
20
 
5
21
  ### Patch Changes
package/README.md CHANGED
@@ -1,3 +1,14 @@
1
+ ![Telegraph by Knock](https://github.com/knocklabs/telegraph/assets/29106675/9b5022e3-b02c-4582-ba57-3d6171e45e44)
2
+
3
+ [![npm version](https://img.shields.io/npm/v/@telegraph/postcss-config.svg)](https://www.npmjs.com/package/@telegraph/postcss-config)
4
+
1
5
  # @telegraph/postcss-config
6
+ > Shared `PostCSS` config for internal use in the telegraph project.
7
+
8
+
9
+ ### Installation Instructions
10
+
11
+ ```
12
+ npm install @telegraph/postcss-config
13
+ ```
2
14
 
3
- Shared `PostCSS` config for internal use in the telegraph project.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telegraph/postcss-config",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "author": "@knocklabs",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/knocklabs/telegraph/tree/main/packages/postcss-config",
@@ -18,7 +18,7 @@
18
18
  "format:check": "prettier \"src/**/*.{js,ts,tsx}\" --check"
19
19
  },
20
20
  "dependencies": {
21
- "@telegraph/tailwind-config": "^0.0.6",
21
+ "@telegraph/tailwind-config": "^0.0.8",
22
22
  "autoprefixer": "^10.4.17",
23
23
  "postcss": "^8.4.33",
24
24
  "postcss-combine-duplicated-selectors": "^10.0.3",
@@ -28,7 +28,7 @@
28
28
  "devDependencies": {
29
29
  "@knocklabs/eslint-config": "^0.0.3",
30
30
  "@knocklabs/typescript-config": "^0.0.2",
31
- "@telegraph/prettier-config": "^0.0.5",
31
+ "@telegraph/prettier-config": "^0.0.6",
32
32
  "eslint": "^8.56.0",
33
33
  "typescript": "^5.3.3"
34
34
  }