Skip to content

Commit 19a2adf

Browse files
authored
chore(package.json): Update version to 0.10.0 (#408)
1 parent c0e9d7c commit 19a2adf

File tree

87 files changed

+120
-120
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+120
-120
lines changed

__fixtures__/test-project/api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"@cedarjs/api": "0.0.5",
7-
"@cedarjs/auth-dbauth-api": "0.0.5",
8-
"@cedarjs/graphql-server": "0.0.5"
6+
"@cedarjs/api": "0.10.0",
7+
"@cedarjs/auth-dbauth-api": "0.10.0",
8+
"@cedarjs/graphql-server": "0.10.0"
99
}
1010
}

__fixtures__/test-project/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
]
88
},
99
"devDependencies": {
10-
"@cedarjs/core": "0.0.5",
11-
"@cedarjs/project-config": "0.0.5",
12-
"@cedarjs/testing": "0.0.5",
10+
"@cedarjs/core": "0.10.0",
11+
"@cedarjs/project-config": "0.10.0",
12+
"@cedarjs/testing": "0.10.0",
1313
"prettier-plugin-tailwindcss": "^0.5.12"
1414
},
1515
"eslintConfig": {

__fixtures__/test-project/web/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
]
1212
},
1313
"dependencies": {
14-
"@cedarjs/auth-dbauth-web": "0.0.5",
15-
"@cedarjs/forms": "0.0.5",
16-
"@cedarjs/router": "0.0.5",
17-
"@cedarjs/web": "0.0.5",
14+
"@cedarjs/auth-dbauth-web": "0.10.0",
15+
"@cedarjs/forms": "0.10.0",
16+
"@cedarjs/router": "0.10.0",
17+
"@cedarjs/web": "0.10.0",
1818
"humanize-string": "2.1.0",
1919
"react": "19.0.0-rc-f2df5694-20240916",
2020
"react-dom": "19.0.0-rc-f2df5694-20240916"
2121
},
2222
"devDependencies": {
23-
"@cedarjs/vite": "0.0.5",
23+
"@cedarjs/vite": "0.10.0",
2424
"@types/react": "^18.2.55",
2525
"@types/react-dom": "^18.2.19",
2626
"autoprefixer": "^10.4.21",

packages/adapters/fastify/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cedarjs/fastify-web",
3-
"version": "0.0.5",
3+
"version": "0.10.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/cedarjs/cedar.git",

packages/api-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cedarjs/api-server",
3-
"version": "0.0.5",
3+
"version": "0.10.0",
44
"description": "CedarJS's HTTP server for Serverless Functions",
55
"repository": {
66
"type": "git",

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cedarjs/api",
3-
"version": "0.0.5",
3+
"version": "0.10.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/cedarjs/cedar.git",

packages/auth-providers/auth0/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cedarjs/auth-auth0-api",
3-
"version": "0.0.5",
3+
"version": "0.10.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/cedarjs/cedar.git",

packages/auth-providers/auth0/setup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cedarjs/auth-auth0-setup",
3-
"version": "0.0.5",
3+
"version": "0.10.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/cedarjs/cedar.git",

packages/auth-providers/auth0/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cedarjs/auth-auth0-web",
3-
"version": "0.0.5",
3+
"version": "0.10.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/cedarjs/cedar.git",

packages/auth-providers/azureActiveDirectory/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cedarjs/auth-azure-active-directory-api",
3-
"version": "0.0.5",
3+
"version": "0.10.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/cedarjs/cedar.git",

0 commit comments

Comments
 (0)