Commit graph

16 commits

Author SHA1 Message Date
Sam Marks 8980b170fc feat: add automatic publishing for iconoir-react and iconoir-react-native 2022-02-24 13:00:04 -05:00
Pascal Jufer 0c01c1b547 Enhance build process & update artifacts 2021-10-13 16:29:32 +02:00
Pascal Jufer 830a4c9544 Introduce iconoir npm package
Available under https://www.npmjs.com/package/iconoir

Tested with Vite - see https://vitejs.dev/guide/assets.html#importing-asset-as-url

Closes #61
2021-07-05 18:38:43 +02:00
Pascal Jufer 382b7d3550 Update iconoir-react/iconoir-react-native packages 2021-07-05 17:11:54 +02:00
Barnabas Jovanovics 79d5322a96 support webpack treeshaking 2021-06-29 15:57:52 +02:00
Pascal Jufer bb0c0b5bbd Update packages 2021-06-17 11:35:55 +02:00
Pascal Jufer cfa7bc44b4 Introduce iconoir-react-native package, unify build script 2021-06-15 10:26:23 +02:00
Daniel Martin 9565207e23 Update iconoir-react to v2.0.0
- Add CHANGELOG for better visibility of changes
- Update README to reflect changes made in update
- Update version in package.json and package-lock.json
2021-06-01 22:46:34 +01:00
Pascal Jufer 4c461e4a5a Remove prebulishOnly step for now 2021-05-30 13:37:18 +02:00
Pascal Jufer 1bdf792a6f Add ora to dev dependencies 2021-05-29 15:10:27 +02:00
Pascal Jufer 68a834a1ca Add prepublishOnly script (runs when running 'npm publish') 2021-05-29 15:10:27 +02:00
Pascal Jufer 6b09d37469 Use svgr to generate icons 2021-05-29 15:10:27 +02:00
Daniel Martin 68ee9bd0f5 Update iconoir-react to use iconoir v4.3.0 2021-05-23 00:02:28 +01:00
Luca Burgio 3e14c1549b
add: keywords in package.json 2021-05-22 08:31:20 +02:00
Daniel Martin 81141b062d Configure rollup bundle
- Add rollup config to bundle package
- Bundled package contains package.json, cjs files, es files and d.ts
  file
2021-05-19 19:51:24 +01:00
Daniel Martin ff280f55ed Create build script to build React icons
- Create automated build script to go through all icons and
  automatically generate corresponding React components
2021-05-18 00:03:45 +01:00