Skip to content

Commit 6608677

Browse files
Version Packages (#1852)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 979ad9d commit 6608677

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/cute-papers-love.md

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

examples/vite/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @compiled/vite-app
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 979ad9d: Add new Vite plugin

examples/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/vite-app",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/vite-plugin/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @compiled/vite-plugin
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 979ad9d: Add new Vite plugin

packages/vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/vite-plugin",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "A familiar and performant compile time CSS-in-JS library for React - Vite plugin.",
55
"homepage": "https://compiledcssinjs.com/docs/pkg-vite-plugin",
66
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",

0 commit comments

Comments
 (0)