@pandacss/config 0.3.0 → 0.3.1

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/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 Segun Adebayo
3
+ Copyright (c) 2023 Segun Adebayo
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/preset-base",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "The base preset for Panda CSS that contains the conditions and utilities",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/preset-panda",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "The preset for PandaCSS that contains the default theme",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/config",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Find and load panda config",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -23,11 +23,11 @@
23
23
  "jiti": "^1.18.2",
24
24
  "merge-anything": "^5.1.7",
25
25
  "tsconfck": "^2.1.1",
26
- "@pandacss/error": "0.3.0",
27
- "@pandacss/logger": "0.3.0",
28
- "@pandacss/preset-base": "0.3.0",
29
- "@pandacss/preset-panda": "0.3.0",
30
- "@pandacss/types": "0.3.0"
26
+ "@pandacss/error": "0.3.1",
27
+ "@pandacss/logger": "0.3.1",
28
+ "@pandacss/preset-base": "0.3.1",
29
+ "@pandacss/preset-panda": "0.3.1",
30
+ "@pandacss/types": "0.3.1"
31
31
  },
32
32
  "devDependencies": {
33
33
  "pkg-types": "1.0.3"