Skip to content

Commit 9302d8a

Browse files
committed
v0.98.0
1 parent 2e4b1f1 commit 9302d8a

File tree

66 files changed

+363
-319
lines changed

Some content is hidden

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

66 files changed

+363
-319
lines changed

bau-astro/examples/bau-astro-simple/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bau-astro-simple",
33
"type": "module",
4-
"version": "0.97.0",
4+
"version": "0.98.0",
55
"private": true,
66
"scripts": {
77
"dev": "astro dev",
@@ -11,8 +11,8 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@grucloud/bau": "^0.97.0",
15-
"@grucloud/bau-astro": "^0.97.0",
14+
"@grucloud/bau": "^0.98.0",
15+
"@grucloud/bau-astro": "^0.98.0",
1616
"astro": "^2.9.5",
1717
"jsdom": "22.1.0"
1818
}

bau-astro/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@grucloud/bau-astro",
33
"description": "Use Bau within Astro",
4-
"version": "0.97.0",
4+
"version": "0.98.0",
55
"type": "module",
66
"author": "Frederic Heem",
77
"license": "MIT",
@@ -31,7 +31,7 @@
3131
],
3232
"scripts": {},
3333
"dependencies": {
34-
"@grucloud/bau": "^0.97.0"
34+
"@grucloud/bau": "^0.98.0"
3535
},
3636
"devDependencies": {
3737
"astro": "^2.9.6"

bau-css/examples/bau-bau-css/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bau-bau-css",
33
"description": "Example on how to use bau-css with bau",
4-
"version": "0.97.0",
4+
"version": "0.98.0",
55
"private": true,
66
"type": "module",
77
"license": "BSD",
@@ -20,8 +20,8 @@
2020
"preview": "vite preview"
2121
},
2222
"dependencies": {
23-
"@grucloud/bau": "^0.97.0",
24-
"@grucloud/bau-css": "^0.97.0"
23+
"@grucloud/bau": "^0.98.0",
24+
"@grucloud/bau-css": "^0.98.0"
2525
},
2626
"devDependencies": {
2727
"vite": "^5.4.5"

bau-css/examples/react-bau-css/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bau-css/examples/react-bau-css/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-bau-css",
33
"private": true,
4-
"version": "0.97.0",
4+
"version": "0.98.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -10,7 +10,7 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@grucloud/bau-css": "^0.97.0",
13+
"@grucloud/bau-css": "^0.98.0",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},

bau-css/examples/vanillajs-bau-css/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bau-css/examples/vanillajs-bau-css/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vanillajs-bau-css",
33
"private": true,
4-
"version": "0.97.0",
4+
"version": "0.98.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -12,6 +12,6 @@
1212
"vite": "^5.2.11"
1313
},
1414
"dependencies": {
15-
"@grucloud/bau-css": "^0.97.0"
15+
"@grucloud/bau-css": "^0.98.0"
1616
}
1717
}

bau-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@grucloud/bau-css",
33
"description": "A CSS in JS library in 35 lines of code",
4-
"version": "0.97.0",
4+
"version": "0.98.0",
55
"type": "module",
66
"module": "./bau-css.js",
77
"exports": {

bau-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@grucloud/bau-router",
33
"description": "A lean router",
4-
"version": "0.97.0",
4+
"version": "0.98.0",
55
"type": "module",
66
"module": "./bau-router.js",
77
"license": "BSD",
@@ -22,7 +22,7 @@
2222
"test": "vitest run"
2323
},
2424
"dependencies": {
25-
"@grucloud/bau": "^0.97.0"
25+
"@grucloud/bau": "^0.98.0"
2626
},
2727
"devDependencies": {
2828
"happy-dom": "15.7.4",

bau-ui/examples/bau-storybook/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@grucloud/bau-ui-storybook",
33
"description": "Display the various BauUI components",
44
"homepage": "https://grucloud.github.io/bau/bau-ui",
5-
"version": "0.97.0",
5+
"version": "0.98.0",
66
"private": true,
77
"type": "module",
88
"license": "BSD",
@@ -20,10 +20,10 @@
2020
"deploy": "gh-pages -d ../../../dist"
2121
},
2222
"dependencies": {
23-
"@grucloud/bau": "^0.97.0",
24-
"@grucloud/bau-css": "^0.97.0",
25-
"@grucloud/bau-router": "^0.97.0",
26-
"@grucloud/bau-ui": "^0.97.0",
23+
"@grucloud/bau": "^0.98.0",
24+
"@grucloud/bau-css": "^0.98.0",
25+
"@grucloud/bau-router": "^0.98.0",
26+
"@grucloud/bau-ui": "^0.98.0",
2727
"highlight.js": "11.9.0"
2828
},
2929
"devDependencies": {

0 commit comments

Comments
 (0)