Skip to content

Commit

Permalink
bump v
Browse files Browse the repository at this point in the history
  • Loading branch information
zwgnr committed Jan 20, 2024
1 parent 1308e44 commit 671a4c8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the "BaseLayer" extension will be documented in this file.

## [v0.1.5]

- Upgrade components to RAC 1.0

## [v0.1.4]

- Fix Menu Content Typo
Expand Down
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publisher": "BaseLayer",
"description": "",
"icon": "./base.png",
"version": "0.1.4",
"version": "0.1.5",
"engines": {
"vscode": "^1.79.0"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baselayer",
"version": "0.1.4",
"version": "0.1.5",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "baselayer-web",
"type": "module",
"version": "0.1.4",
"version": "0.1.5",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down

1 comment on commit 671a4c8

@vercel
Copy link

@vercel vercel bot commented on 671a4c8 Jan 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

baselayer – ./

baselayer-zwgnr.vercel.app
baselayer-git-main-zwgnr.vercel.app
www.baselayer.dev
baselayer.dev

Please sign in to comment.