@roots/bud-build 2023.2.6 → 2023.2.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 (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -96,7 +96,9 @@ Keep track of development and community news.
96
96
 
97
97
  ## Sponsors
98
98
 
99
- Help support our open-source development efforts by [becoming a patron](https://www.patreon.com/rootsdev).
99
+ **Bud** is an open source project and completely free to use.
100
+
101
+ However, the amount of effort needed to maintain and develop new features and projects within the Roots ecosystem is not sustainable without proper financial backing. If you have the capability, please consider [sponsoring Roots](https://github.com/sponsors/roots).
100
102
 
101
103
  <a href="https://k-m.com/">
102
104
  <img src="https://cdn.roots.io/app/uploads/km-digital.svg" alt="KM Digital" width="200" height="150"/>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@roots/bud-build",
3
3
  "description": "bud.js core module",
4
- "version": "2023.2.6",
4
+ "version": "2023.2.8",
5
5
  "homepage": "https://roots.io/bud",
6
6
  "repository": {
7
7
  "type": "git",
@@ -78,14 +78,14 @@
78
78
  }
79
79
  },
80
80
  "devDependencies": {
81
- "@roots/bud-api": "2023.2.6",
82
- "@roots/bud-hooks": "2023.2.6",
81
+ "@roots/bud-api": "2023.2.8",
82
+ "@roots/bud-hooks": "2023.2.8",
83
83
  "@skypack/package-check": "0.2.2",
84
84
  "@types/node": "18.11.18"
85
85
  },
86
86
  "dependencies": {
87
- "@roots/bud-framework": "2023.2.6",
88
- "@roots/bud-support": "2023.2.6"
87
+ "@roots/bud-framework": "2023.2.8",
88
+ "@roots/bud-support": "2023.2.8"
89
89
  },
90
90
  "volta": {
91
91
  "extends": "../../../package.json"