@myst-theme/styles 0.5.9 → 0.5.10

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.
@@ -1,8 +1,11 @@
1
1
 
2
- > @myst-theme/styles@0.5.9 build
2
+ > @myst-theme/styles@0.5.10 build
3
3
  > tailwindcss -m -i ./app.css -o ../docs/public/tailwind.css
4
4
 
5
+ Browserslist: caniuse-lite is outdated. Please run:
6
+ npx update-browserslist-db@latest
7
+ Why you should do it regularly: https://github.com/browserslist/update-db#readme
5
8
 
6
9
  Rebuilding...
7
10
 
8
- Done in 3102ms.
11
+ Done in 4817ms.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @myst-theme/styles
2
2
 
3
+ ## 0.5.10
4
+
3
5
  ## 0.5.9
4
6
 
5
7
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myst-theme/styles",
3
- "version": "0.5.9",
3
+ "version": "0.5.10",
4
4
  "main": "index.js",
5
5
  "style": "app.css",
6
6
  "scripts": {