Skip to content

Commit 117d7ad

Browse files
committed
feat: release 2 pkg version
1 parent bbfee1d commit 117d7ad

File tree

5 files changed

+5
-16
lines changed

5 files changed

+5
-16
lines changed

packages/tailwindcss-patch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-patch",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "patch tailwindcss for exposing context",
55
"main": "dist/index.js",
66
"types": "dist/types/index.d.ts",
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`patcher getInstalledPkgJsonPath baseDir options 1`] = `"node_modules\\tailwindcss\\package.json"`;
4-
5-
exports[`patcher getInstalledPkgJsonPath common options 1`] = `"node_modules\\tailwindcss\\package.json"`;
3+
exports[`patcher getInstalledPkgJsonPath common options 1`] = `"node_modules/tailwindcss/package.json"`;

packages/tailwindcss-patch/test/patcher.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ describe('patcher', () => {
55
it('getInstalledPkgJsonPath common options', () => {
66
const pkgJsonPath = getInstalledPkgJsonPath()
77
expect(pkgJsonPath).toBeTruthy()
8-
pkgJsonPath && expect(path.relative(process.cwd(), pkgJsonPath)).toMatchSnapshot()
8+
pkgJsonPath && expect(path.relative(process.cwd(), pkgJsonPath).replace(/\\/g, '/')).toMatchSnapshot()
99
})
1010

1111
it('getInstalledPkgJsonPath baseDir options', () => {

packages/unplugin-tailwindcss-mangle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-tailwindcss-mangle",
3-
"version": "0.0.5",
4-
"description": "mangle tailwindcss utilities class",
3+
"version": "0.1.0",
4+
"description": "mangle tailwindcss utilities class plugin. support vite and webpack!",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
77
"types": "./dist/index.d.ts",

packages/unplugin-tailwindcss-mangle/test/path.test.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)