Skip to content

Commit

Permalink
chore: v1.0.0 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
konpeki622 authored Nov 17, 2021
1 parent 057ce66 commit f947ef7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "origin.js",
"version": "0.1.0",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/originjs/origin.js.git"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "0.1.0",
"version": "0.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "0.1.0",
"version": "0.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-test-utils/templates/test_setup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test_setup",
"version": "1.0.0",
"version": "0.0.0",
"license": "ISC",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@originjs/cli",
"version": "1.0.0-beta4",
"version": "1.0.0",
"author": "@originjs",
"license": "MulanPSL2",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@originjs/core",
"version": "0.1.0",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "@originjs",
Expand Down

0 comments on commit f947ef7

Please sign in to comment.