Skip to content

Commit

Permalink
bump versions to 4.0.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Mar 7, 2024
1 parent 324273c commit d288c52
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion oxide/crates/node/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tailwindcss/oxide-darwin-arm64",
"version": "4.0.0-alpha.5",
"version": "4.0.0-alpha.6",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion oxide/crates/node/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tailwindcss/oxide-darwin-x64",
"version": "4.0.0-alpha.5",
"version": "4.0.0-alpha.6",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion oxide/crates/node/npm/freebsd-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tailwindcss/oxide-freebsd-x64",
"version": "4.0.0-alpha.5",
"version": "4.0.0-alpha.6",
"os": [
"freebsd"
],
Expand Down
2 changes: 1 addition & 1 deletion oxide/crates/node/npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tailwindcss/oxide-linux-arm-gnueabihf",
"version": "4.0.0-alpha.5",
"version": "4.0.0-alpha.6",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion oxide/crates/node/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tailwindcss/oxide-linux-arm64-gnu",
"version": "4.0.0-alpha.5",
"version": "4.0.0-alpha.6",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion oxide/crates/node/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tailwindcss/oxide-linux-arm64-musl",
"version": "4.0.0-alpha.5",
"version": "4.0.0-alpha.6",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion oxide/crates/node/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tailwindcss/oxide-linux-x64-gnu",
"version": "4.0.0-alpha.5",
"version": "4.0.0-alpha.6",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion oxide/crates/node/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tailwindcss/oxide-linux-x64-musl",
"version": "4.0.0-alpha.5",
"version": "4.0.0-alpha.6",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion oxide/crates/node/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tailwindcss/oxide-win32-x64-msvc",
"version": "4.0.0-alpha.5",
"version": "4.0.0-alpha.6",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion oxide/crates/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tailwindcss/oxide",
"version": "4.0.0-alpha.5",
"version": "4.0.0-alpha.6",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@tailwindcss-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tailwindcss/cli",
"version": "4.0.0-alpha.5",
"version": "4.0.0-alpha.6",
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
"license": "MIT",
"repository": "https://github.com/tailwindlabs/tailwindcss.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/@tailwindcss-postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tailwindcss/postcss",
"version": "4.0.0-alpha.5",
"version": "4.0.0-alpha.6",
"description": "PostCSS plugin for Tailwind CSS, a utility-first CSS framework for rapidly building custom user interfaces",
"license": "MIT",
"repository": "https://github.com/tailwindlabs/tailwindcss.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/@tailwindcss-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tailwindcss/vite",
"version": "4.0.0-alpha.5",
"version": "4.0.0-alpha.6",
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
"license": "MIT",
"repository": "https://github.com/tailwindlabs/tailwindcss.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwindcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwindcss",
"version": "4.0.0-alpha.5",
"version": "4.0.0-alpha.6",
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
"license": "MIT",
"repository": "https://github.com/tailwindlabs/tailwindcss.git",
Expand Down

0 comments on commit d288c52

Please sign in to comment.