pascal-vscode 0.0.2 → 0.1.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,5 @@
1
+ ---
2
+ 'pascal-vscode': minor
3
+ ---
4
+
5
+ Retry failed bump
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "mode": "pre",
3
- "tag": "alpha",
3
+ "tag": "beta",
4
4
  "initialVersions": {
5
- "pascal-vscode": "0.0.1"
5
+ "pascal-vscode": "0.0.2"
6
6
  },
7
7
  "changesets": [
8
- "wise-cows-feel"
8
+ "little-seas-strive"
9
9
  ]
10
10
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # pascal
2
2
 
3
+ ## 0.1.0-beta.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`4fef37c`](https://github.com/hadez8877/pascal/commit/4fef37ce0e07a2d6b7cd102a9b38fed48c6f4287) Thanks [@hadez8877](https://github.com/hadez8877)! - Retry failed bump
8
+
3
9
  ## 0.0.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "displayName": "Pascal",
4
4
  "publisher": "hadez8877",
5
5
  "description": "A modern dark theme for many editors, shells, and more!",
6
- "version": "0.0.2",
6
+ "version": "0.1.0-beta.0",
7
7
  "type": "module",
8
8
  "main": "dist/extension.js",
9
9
  "browser": "dist/browser.js",
@@ -1,5 +0,0 @@
1
- ---
2
- 'pascal-vscode': patch
3
- ---
4
-
5
- Fix build process in release workflow to ensure the extension is built before publishing.