Skip to content

Commit

Permalink
3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Feb 8, 2023
1 parent d17bc26 commit 7f81849
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Nothing yet!

## [3.2.6] - 2023-02-08

### Fixed

- drop oxide api shim ([add16364b4b1100e1af23ad1ca6900a0b53cbba0](https://github.com/tailwindlabs/tailwindcss/commit/add16364b4b1100e1af23ad1ca6900a0b53cbba0))
Expand Down Expand Up @@ -2165,7 +2169,8 @@ No release notes

- Everything!

[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.2.5...HEAD
[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.2.6...HEAD
[3.2.6]: https://github.com/tailwindlabs/tailwindcss/compare/v3.2.5...v3.2.6
[3.2.5]: https://github.com/tailwindlabs/tailwindcss/compare/v3.2.4...v3.2.5
[3.2.4]: https://github.com/tailwindlabs/tailwindcss/compare/v3.2.3...v3.2.4
[3.2.3]: https://github.com/tailwindlabs/tailwindcss/compare/v3.2.2...v3.2.3
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.stable.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "tailwindcss",
"version": "3.2.5",
"version": "3.2.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "tailwindcss",
"version": "3.2.5",
"version": "3.2.6",
"license": "MIT",
"dependencies": {
"@tailwindcss/oxide": "file:./oxide-node-api-shim",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwindcss",
"version": "3.2.5",
"version": "3.2.6",
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
"license": "MIT",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion package.stable.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwindcss",
"version": "3.2.5",
"version": "3.2.6",
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
"license": "MIT",
"main": "lib/index.js",
Expand Down

0 comments on commit 7f81849

Please sign in to comment.