Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tkajtoch committed Dec 16, 2024
1 parent 0735fc9 commit 8e7e81c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/eui-theme-borealis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/eui-theme-borealis",
"version": "0.0.4",
"version": "0.0.5",
"description": "A visual theme for EUI",
"license": "SEE LICENSE IN LICENSE.txt",
"scripts": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@elastic/eui-theme-common": "0.0.1"
"@elastic/eui-theme-common": "0.0.5"
},
"main": "lib/cjs/index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eui-theme-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/eui-theme-common",
"version": "0.0.4",
"version": "0.0.5",
"description": "EUI theme common",
"license": "SEE LICENSE IN LICENSE.txt",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elastic/eui",
"description": "Elastic UI Component Library",
"version": "98.1.0-borealis.0",
"version": "98.2.0-borealis.0",
"license": "SEE LICENSE IN LICENSE.txt",
"main": "lib",
"module": "es",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4669,7 +4669,7 @@ __metadata:
stylelint-config-standard-scss: "npm:^9.0.0"
typescript: "npm:^5.6.2"
peerDependencies:
"@elastic/eui-theme-common": 0.0.1
"@elastic/eui-theme-common": 0.0.5
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 8e7e81c

Please sign in to comment.