@atlaspack/lsp 2.14.5-dev-9ef951846.0 → 2.14.8-dev-fix-sourcemaps-50acc1acf.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaspack/lsp
2
2
 
3
+ ## 2.14.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1099](https://github.com/atlassian-labs/atlaspack/pull/1099) [`a1d7729`](https://github.com/atlassian-labs/atlaspack/commit/a1d772935c9ed74c6d8eafbee6b65eb91ddc38fd) Thanks [@at-nathan](https://github.com/at-nathan)! - Fix public registry format
8
+
9
+ ## 2.14.6
10
+
11
+ ### Patch Changes
12
+
13
+ - [#1097](https://github.com/atlassian-labs/atlaspack/pull/1097) [`a830611`](https://github.com/atlassian-labs/atlaspack/commit/a8306112160dc12d7ebe5a30abe8350ec101bca3) Thanks [@at-nathan](https://github.com/at-nathan)! - Trigger another Artifactory publish
14
+
15
+ ## 2.14.5
16
+
17
+ ### Patch Changes
18
+
19
+ - [#1095](https://github.com/atlassian-labs/atlaspack/pull/1095) [`4abc45c`](https://github.com/atlassian-labs/atlaspack/commit/4abc45cbcf2a309a3e2546dc8d18fad77af052cc) Thanks [@at-nathan](https://github.com/at-nathan)! - Triggering a publish to Artifactory
20
+
3
21
  ## 2.14.4
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/lsp",
3
- "version": "2.14.5-dev-9ef951846.0",
3
+ "version": "2.14.8-dev-fix-sourcemaps-50acc1acf.0",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -21,7 +21,7 @@
21
21
  "node": ">= 16.0.0"
22
22
  },
23
23
  "dependencies": {
24
- "@atlaspack/lsp-protocol": "2.14.5-dev-9ef951846.0",
24
+ "@atlaspack/lsp-protocol": "2.14.5-dev-fix-sourcemaps-50acc1acf.0",
25
25
  "@parcel/watcher": "^2.0.7",
26
26
  "common-path-prefix": "^3.0.0",
27
27
  "nullthrows": "^1.1.1",
@@ -41,5 +41,5 @@
41
41
  "types": false
42
42
  },
43
43
  "type": "commonjs",
44
- "gitHead": "9ef951846054ca4eacd2d24047ae09e451f72824"
44
+ "gitHead": "50acc1acf31d5c8415a8154841a8ed09264e665a"
45
45
  }