Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sultan99 committed Apr 3, 2024
1 parent 6d41486 commit a3f7611
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5.4-alpha.0",
"version": "0.5.0",
"packages": [
"packages/*"
],
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/msa-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylin/msa-loader",
"version": "0.5.0-alpha.0",
"version": "0.5.0",
"description": "Stylin loader module for webpack",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylin/style",
"version": "0.5.0-alpha.0",
"version": "0.5.0",
"description": "Build-time CSS library for styling React components",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylin/ts-loader",
"version": "0.5.0-alpha.0",
"version": "0.5.0",
"description": "Stylin TypeScript typing loader module for webpack",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stylin/vite-plugin",
"type": "module",
"version": "0.5.4-alpha.0",
"version": "0.5.0",
"description": "Stylin plugin for Vite",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit a3f7611

Please sign in to comment.