Skip to content

Commit

Permalink
Merge pull request #147 from Concordium/fix-web-files
Browse files Browse the repository at this point in the history
Fix which files are included in web package
  • Loading branch information
shjortConcordium authored Feb 27, 2023
2 parents 95b4bb3 + 65173a7 commit a6665bb
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 6.3.0 2023-02-23
## 6.3.0 2023-02-27

### Added

Expand Down
2 changes: 1 addition & 1 deletion packages/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 6.2.0 2023-2-23
## 6.2.0 2023-2-27

### Added

Expand Down
2 changes: 1 addition & 1 deletion packages/rust-bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.10.0 2023-2-23
## 0.10.0 2023-2-27

### Added

Expand Down
8 changes: 7 additions & 1 deletion packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## 3.3.0 2023-2-23
## 3.3.1 2023-2-27

### Fixed

- Updated rules in package.json to include missing files.

## 3.3.0 2023-2-27

### Added

Expand Down
5 changes: 2 additions & 3 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "@concordium/web-sdk",
"version": "3.3.0",
"version": "3.3.1",
"license": "Apache-2.0",
"browser": "lib/concordium.min.js",
"types": "lib/index.d.ts",
"files": [
"lib/concordium.min*",
"lib/index.d.ts"
"lib/**/*"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit a6665bb

Please sign in to comment.