@brickflow/i18n 0.0.27 → 0.0.29

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @brickflow/i18n
2
2
 
3
+ ## 0.0.29
4
+
5
+ ### Patch Changes
6
+
7
+ - Lint tailwind file fix
8
+
9
+ ## 0.0.28
10
+
11
+ ### Patch Changes
12
+
13
+ - UI and Lint tailwind integration
14
+
3
15
  ## 0.0.27
4
16
 
5
17
  ### Patch Changes
package/eslint.config.mjs CHANGED
@@ -1 +1,2 @@
1
- export { default } from '@brickflow/lint'
1
+ import { createLintConfig } from '@brickflow/lint'
2
+ export default createLintConfig()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brickflow/i18n",
3
- "version": "0.0.27",
3
+ "version": "0.0.29",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {