Skip to content

Commit b088214

Browse files
authored
Merge pull request #5 from forge-42/changeset-release/main
🚀 Release PR
2 parents 631808a + 648d099 commit b088214

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.changeset/tired-paths-take.md

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

packages/react-directives-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-directives-plugin
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 56bf289: Added support for custom directives like "use something"
8+
39
## 1.0.0
410

511
### Major Changes

packages/react-directives-plugin/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-directives-plugin",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Vite plugin that allows you to add react directives to files behind the scenes",
55
"module": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -34,7 +34,9 @@
3434
"bugs": {
3535
"url": "https://github.com/forge-42/react-directives-plugin/issues"
3636
},
37-
"files": ["dist"],
37+
"files": [
38+
"dist"
39+
],
3840
"homepage": "https://github.com/forge-42/react-directives-plugin#readme",
3941
"publishConfig": {
4042
"provenance": true

0 commit comments

Comments
 (0)