Skip to content

Commit

Permalink
3.0.1 (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Mar 5, 2023
1 parent a3b5206 commit 581a360
Show file tree
Hide file tree
Showing 36 changed files with 245 additions and 1,673 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# CHANGELOG

## master
## 3.0.1 Mar 5, 2023

Changes:

- Remove `@polkadot/ui-assets` package
- Swap TS -> JS compiler to use tsc (from babel)
- Adjust all tests to use `node:test` runner (ESM variants)
- Bump to `@polkadot/util` 11.0.1


## 2.12.1 Feb 20, 2023
Expand Down
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,3 @@ Additionally some shared libraries, that are not dependent on any framework -
- [ui-keyring](packages/ui-keyring/) A browser-specific wrapper around the base [@polkadot/util-keyring](https://github.com/polkadot-js/util/) library
- [ui-settings](packages/ui-settings/) A browser local storage wrapper for app settings & configuration
- [ui-shared](packages/ui-shared) Shared logic that is used across UI components, e.g. for icon generation

## examples

In addition to the above packages, there are examples available for integration of `ui-keyring`, `ui-settings` & the relevant `*-identicon` package. These are

- [example-react](packages/example-react) - start with `yarn example:react` and view on `http://localhost:8080`
- [example-vue](packages/example-vue) - start with `yarn example:vue` and view on `http://localhost:8080`
16 changes: 0 additions & 16 deletions babel.config.cjs

This file was deleted.

10 changes: 0 additions & 10 deletions jest/setupEnv.js

This file was deleted.

20 changes: 5 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"sideEffects": false,
"type": "module",
"version": "2.12.2-5-x",
"version": "3.0.0",
"versions": {
"git": "2.12.2-5-x",
"npm": "2.12.1"
Expand All @@ -24,29 +24,19 @@
"build:release": "polkadot-ci-ghact-build",
"build:rollup": "polkadot-exec-rollup --config",
"clean": "polkadot-dev-clean-build",
"example:react": "yarn build && cd packages/example-react && yarn polkadot-exec-webpack --config webpack.config.cjs",
"example:vue": "yarn build && cd packages/example-vue && yarn polkadot-exec-webpack --config webpack.config.cjs",
"lint": "polkadot-dev-run-lint",
"postinstall": "polkadot-dev-yarn-only",
"test": "polkadot-dev-run-test --env browser",
"test:one": "polkadot-dev-run-test --env browser"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/runtime": "^7.21.0",
"@polkadot/dev": "^0.69.25",
"@polkadot/x-bundle": "^10.4.2",
"@types/node": "^18.14.5",
"babel-loader": "^8.3.0",
"babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1",
"process": "^0.11.10",
"@polkadot/dev": "^0.69.27",
"@polkadot/x-bundle": "^11.0.1",
"@types/node": "^18.14.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-native": "^0.71.3",
"stream-browserify": "^3.0.0",
"vue-template-compiler": "^2.7.14"
"react-native": "^0.71.3"
},
"resolutions": {
"typescript": "^4.9.5"
Expand Down
Empty file removed packages/example-react/.nodoc
Empty file.
Empty file removed packages/example-react/.skip-npm
Empty file.
3 changes: 0 additions & 3 deletions packages/example-react/README.md

This file was deleted.

37 changes: 0 additions & 37 deletions packages/example-react/index.html

This file was deleted.

22 changes: 0 additions & 22 deletions packages/example-react/package.json

This file was deleted.

6 changes: 0 additions & 6 deletions packages/example-react/src/detectOther.ts

This file was deleted.

11 changes: 0 additions & 11 deletions packages/example-react/src/detectPackage.ts

This file was deleted.

121 changes: 0 additions & 121 deletions packages/example-react/src/index.tsx

This file was deleted.

6 changes: 0 additions & 6 deletions packages/example-react/src/packageInfo.ts

This file was deleted.

12 changes: 0 additions & 12 deletions packages/example-react/tsconfig.build.json

This file was deleted.

53 changes: 0 additions & 53 deletions packages/example-react/webpack.config.cjs

This file was deleted.

Empty file removed packages/example-vue/.nodoc
Empty file.
Empty file removed packages/example-vue/.skip-npm
Empty file.
3 changes: 0 additions & 3 deletions packages/example-vue/README.md

This file was deleted.

Loading

0 comments on commit 581a360

Please sign in to comment.