Skip to content

Commit 154558c

Browse files
committed
chore: update package versions to v0.0.5
1 parent 0c0af6c commit 154558c

File tree

82 files changed

+103
-123
lines changed

Some content is hidden

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

82 files changed

+103
-123
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.1",
7-
"@cedarjs/auth-dbauth-api": "0.0.1",
8-
"@cedarjs/graphql-server": "0.0.1"
6+
"@cedarjs/api": "0.0.5",
7+
"@cedarjs/auth-dbauth-api": "0.0.5",
8+
"@cedarjs/graphql-server": "0.0.5"
99
}
1010
}

__fixtures__/test-project/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
]
88
},
99
"devDependencies": {
10-
"@cedarjs/core": "0.0.1",
11-
"@cedarjs/project-config": "0.0.1",
10+
"@cedarjs/core": "0.0.5",
11+
"@cedarjs/project-config": "0.0.5",
1212
"prettier-plugin-tailwindcss": "^0.5.12"
1313
},
1414
"eslintConfig": {
@@ -26,4 +26,4 @@
2626
"@storybook/react-dom-shim@npm:7.6.20": "https://verdaccio.tobbe.dev/@storybook/react-dom-shim/-/react-dom-shim-8.0.8.tgz",
2727
"react-is": "19.0.0-rc-f2df5694-20240916"
2828
}
29-
}
29+
}

__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.1",
15-
"@cedarjs/forms": "0.0.1",
16-
"@cedarjs/router": "0.0.1",
17-
"@cedarjs/web": "0.0.1",
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",
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.1",
23+
"@cedarjs/vite": "0.0.5",
2424
"@types/react": "^18.2.55",
2525
"@types/react-dom": "^18.2.19",
2626
"autoprefixer": "^10.4.21",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.3",
2+
"version": "0.0.5",
33
"npmClient": "yarn",
44
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
55
}

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.3",
3+
"version": "0.0.5",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/cedarjs/cedar.git",

packages/api-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cedarjs/api-server",
3-
"version": "0.0.3",
4-
"description": "Redwood's HTTP server for Serverless Functions",
3+
"version": "0.0.5",
4+
"description": "CedarJS's HTTP server for Serverless Functions",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/cedarjs/cedar.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.3",
3+
"version": "0.0.5",
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.3",
3+
"version": "0.0.5",
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.3",
3+
"version": "0.0.5",
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.3",
3+
"version": "0.0.5",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/cedarjs/cedar.git",

0 commit comments

Comments
 (0)