Skip to content

Commit

Permalink
chore: release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr.Mao committed Jul 19, 2024
1 parent 16c1b20 commit 9bf9a0a
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 12 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@overlastic/monorepo",
"version": "0.3.0",
"version": "0.5.0",
"private": true,
"packageManager": "[email protected]",
"keywords": [
Expand All @@ -17,7 +17,6 @@
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"bump": "changeset && changeset version",
"publish:ci": "pnpm -r publish --no-git-checks --access public",
"test": "vitest",
"test:coverage": "vitest run --coverage"
Expand All @@ -35,14 +34,14 @@
},
"devDependencies": {
"@antfu/eslint-config": "^2.4.6",
"@changesets/cli": "^2.27.1",
"@eslint-react/eslint-plugin": "^1.5.11",
"@manypkg/get-packages": "^2.2.1",
"@types/fs-extra": "^11.0.4",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-c8": "^0.33.0",
"@vueuse/core": "^10.9.0",
"bumpp": "^9.4.1",
"eslint": "^9.2.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/@core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@overlastic/core",
"type": "module",
"version": "0.4.3",
"version": "0.5.0",
"license": "MIT",
"homepage": "https://github.com/hairyf/overlastic#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@element/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@overlastic/vanilla",
"type": "module",
"version": "0.4.3",
"version": "0.5.0",
"license": "MIT",
"homepage": "https://github.com/hairyf/overlastic#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@overlastic/react",
"type": "module",
"version": "0.4.8",
"version": "0.5.0",
"license": "MIT",
"homepage": "https://github.com/hairyf/overlastic#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@overlastic/svelte",
"type": "module",
"version": "0.4.3",
"version": "0.5.0",
"license": "MIT",
"homepage": "https://github.com/hairyf/overlastic#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@overlastic/vue",
"type": "module",
"version": "0.4.7",
"version": "0.5.0",
"license": "MIT",
"homepage": "https://github.com/hairyf/overlastic#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@overlastic/vue2",
"type": "module",
"version": "0.4.4",
"version": "0.5.0",
"license": "MIT",
"homepage": "https://github.com/hairyf/overlastic#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react",
"type": "module",
"version": "0.0.0",
"version": "0.5.0",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte",
"type": "module",
"version": "0.0.0",
"version": "0.5.0",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue",
"type": "module",
"version": "0.0.0",
"version": "0.5.0",
"private": true,
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 9bf9a0a

Please sign in to comment.